32 Commits

Author SHA1 Message Date
42bca48742 Add code generation.
Replaces the client and server controller implementations with generated code from the shared project.
2020-03-13 20:16:53 +01:00
7bd44091cf Show episode count for each season 2020-03-12 22:24:44 +01:00
3247ba17b8 Remove delay filter 2020-03-12 22:09:57 +01:00
83eb680cc9 Save enemy-season relationship 2020-03-12 22:09:45 +01:00
2262340754 Add delay to requests to simulate slow connection 2020-03-09 17:47:49 +01:00
b9e7ae45f6 Implement EnemiesService.cs 2020-03-07 11:29:00 +01:00
2e7aed8d49 Enemy classes and controllers 2020-03-07 10:57:15 +01:00
f3974807a8 Creating and updating seasons with an editor. 2020-03-06 20:41:01 +01:00
118c15f6c9 Base data editing page in GTK client. 2020-03-05 21:06:58 +01:00
d8035452d8 Create database at application startup 2020-03-05 19:45:14 +01:00
41187c32d6 Fix SavePlayer response. 2020-03-05 18:32:45 +01:00
0f7ee0fd67 Implement DrinksService.cs 2020-03-05 18:32:17 +01:00
da67b8eda2 Drinks: models and boilerplate 2020-03-05 18:17:45 +01:00
3e72acf71a Get and save player 2020-03-02 19:40:46 +01:00
8953ac1808 Nice Exception Dialog 2020-03-01 23:37:43 +01:00
dd5c2c7cec Merge master 2020-03-01 20:41:52 +01:00
3f3a532a9f Disable HTTPS redirect 2020-02-29 23:57:56 +01:00
ab43075df8 Player API and client controllers 2020-02-29 23:50:44 +01:00
1d39ae9537 Player models and interfaces 2020-02-29 23:50:44 +01:00
96a65b24bd Notebook layout and episodes page 2020-02-29 20:14:54 +01:00
a982b15cbe Add sqlite database 2020-02-29 18:45:10 +01:00
c6adfbf715 Missing attributes 2020-02-29 18:04:09 +01:00
af4883784b Add SaveEpisodes controller 2020-02-29 16:41:30 +01:00
db14f9d2b7 Add GetEpisodes controller 2020-02-29 16:41:30 +01:00
54c0fb2fd2 Add episodes controller 2020-02-29 16:41:30 +01:00
0cef2e3df2 Add missing HTTP attributes 2020-02-29 16:36:22 +01:00
cb05541d51 Add Swagger middleware 2020-02-29 16:33:25 +01:00
aabb80442a Remove [HttpPost] attributes 2020-02-29 14:34:18 +01:00
eee5661f9a Implement unified API controller pattern 2020-02-29 14:13:46 +01:00
2d2f8b6b76 Improved client handling and episode models 2020-02-27 23:11:36 +01:00
64cdaf8e9f Update 2020-02-26 21:50:58 +01:00
de3da55bac Initial 2020-02-25 22:39:40 +01:00