Commit graph

53 commits

Author SHA1 Message Date
Laureηt bbb1402f4e
fix(mgba): updated submodule 2022-02-09 13:50:59 +01:00
Laureηt 640c760ca0
feat(emulator): now using match structure, cleaner 2022-02-09 11:48:56 +01:00
Laureηt 66f4e1fe05
feat(server): smaller websocket messages 2022-02-08 18:45:01 +01:00
Laureηt 3483d1e70c
fix(server): less verbose logging 2022-02-08 18:43:48 +01:00
Laureηt 5e77fa2833
feat(python): added some typing and comments/docstrings 2022-02-08 17:40:33 +01:00
Laureηt 254acb7705
fix: renamed WEBSOCKET_LISTEN to WEBSOCKET_SERVE 2022-02-07 22:57:38 +01:00
Laureηt 08bdca04f2
fix(emulator): updated to 3.10 asyncio 2022-02-06 17:35:30 +01:00
Laureηt 4e3e2f6fa2
refactor: 🔥 moving svelte (frontend) stuff in their own repo 2022-01-19 21:08:59 +01:00
Laureηt 5638d605c8
feat: made Controller.svelte a bit more responsive 2021-12-14 14:33:27 +01:00
Laureηt 29a363fc2c
feat: rate-limit websocket client-side 2021-12-13 23:45:01 +01:00
Laureηt b06bef3b26
feat: better Controller layout, now responsive 2021-12-13 23:30:28 +01:00
Laureηt ba419485c8
feat: converted admin.html to Admin.svelte
file is broken, need refactor
2021-12-13 18:34:20 +01:00
Laureηt 236e5d49fd
feat: installed svelte-kit to serve the controllers 2021-12-13 17:54:39 +01:00
Laureηt 9beea4921c
fix: force svelte websockets to be client side 2021-12-13 17:43:47 +01:00
Laureηt 89d3ef103e
feat: working admin interface
(need rework/styling)
2021-11-20 19:58:48 +01:00
Laureηt 224fed6aa9
feat(docker): added states volume 2021-11-14 22:13:04 +01:00
Laureηt 73abc7a981
feat: now possible to load and save data through redis "messages" 2021-11-14 22:07:47 +01:00
Laureηt 5ccbd3d8e4
draft: not polling for admin message anymore (?) 2021-11-14 18:46:07 +01:00
Laureηt e817dffd8d
draft: added a way receive save and load messages 2021-11-14 18:39:37 +01:00
Laureηt f1e94e4a78
feat(emulator): moved the main loop into an async task 2021-11-11 22:09:43 +01:00
Laureηt de10dc984a
feat(docker): updated docker-compose to use environment variables 2021-11-11 00:39:47 +01:00
Laureηt 3382b69bc3
feat: better settings.py 2021-11-10 23:33:51 +01:00
Laureηt 8246ab44d8
feat: added arrow.svg (temporary) 2021-11-10 22:22:22 +01:00
Laureηt e5ab107085
fix(controller): removed redundant styling 2021-11-10 21:57:08 +01:00
Laureηt 93b6535af2
fix(controller): now using typescript 2021-11-10 21:56:44 +01:00
Laureηt 35549d251c
style: formatted Controller.svelte 2021-11-10 21:54:06 +01:00
Laureηt 46ba71a1d6
style: 2 spaces ident for html files 2021-11-10 21:40:34 +01:00
Clément RIVOLA 4da711e71b feat: svelte controller for Boochat 2021-11-10 17:44:58 +01:00
Laureηt 8d85f8b33c
feat(docker): now working properly 2021-11-10 00:20:00 +01:00
Clément RIVOLA a17b80c731 ÇA MARCHE À LA ZEUB MAIS ÇA MARCHE 2021-11-09 20:56:57 +01:00
Laureηt b3872eff89
feat(docker): kinda broken 2021-11-09 18:19:55 +01:00
Laureηt ccad598593
feat(emulator): removed old code from pyvirtualcam 2021-11-04 14:41:54 +01:00
Laureηt 12b92a2a0c
feat(emulator): added a bunch of flags to ffmpeg to reduce latency 2021-11-03 23:27:11 +01:00
Laureηt 6e11d44741
feat(emulator): experimental rtmp stream 2021-11-03 23:14:43 +01:00
Laureηt 7fbe38e8ba
refactor: moved most constants to settings.py 2021-11-03 21:46:19 +01:00
Laureηt d8e00aca5e
refactor(emulator): now using redis to get votes 2021-11-03 20:41:42 +01:00
Laureηt 97aeb89b49
refactor(server): now using redis to store votes 2021-11-03 19:27:11 +01:00
Laureηt 7c8b2d8cf1
feat: created (partially) an admin interface 2021-11-03 18:40:11 +01:00
Laureηt eadc64b036
feat(emulator): docstrings 2021-11-02 19:32:54 +01:00
Laureηt 0473db2a28
feat(emulator): created parse_message function 2021-11-02 19:23:47 +01:00
Laureηt 9270b4a09a
fix(emulator): better constant names 2021-11-02 19:15:58 +01:00
Laureηt 32b95658e5
fix(server): wrong logic 2021-11-02 19:14:26 +01:00
Laureηt c77c6ac403
fix(emulator): clear keys not every frame 2021-11-02 19:13:48 +01:00
Laureηt 26acab7c67
feat: moved classes into their own file for clarity 2021-11-02 19:03:47 +01:00
Laureηt a09befe4a3
fix: admin and emulator users now optionnal types 2021-11-02 18:53:34 +01:00
Laureηt 0985367de8
refactor(server): now using classes 2021-11-01 23:15:16 +01:00
Laureηt 3a8d2bc207
chore(server): doctrings 2021-11-01 21:13:01 +01:00
Laureηt 536d49396f
chore: gathered magic numbers into constants 2021-11-01 14:17:41 +01:00
Laureηt 6b19b6ff95
fix: emulator polling input at 10Hz now 2021-11-01 14:06:28 +01:00
Laureηt f85528e6d1
feat: better web controller
(still looks like crap)
2021-11-01 12:49:23 +01:00