Commit graph

68 commits

Author SHA1 Message Date
Laureηt 7a0db79477
fix: forgot to change an hardcoded path 2022-03-05 00:47:05 +01:00
Laureηt 14aa100ab2
feat: divided by 5 the size of the emulator image thanks to docker multi-stage 2022-03-05 00:42:43 +01:00
Laureηt 7d73a1b99f
feat: dependencies optimizations 2022-03-04 23:46:38 +01:00
Laureηt 352ed37e30
fix: cannot name auxillary file "redis" 2022-03-04 23:46:14 +01:00
Laureηt 39d095aae1
feat: even more tasks 2022-03-04 23:45:36 +01:00
Laureηt 3b123b8ce0
fix(emulator): changed names of auxilary files 2022-03-04 14:21:02 +01:00
Laureηt 285999225b
feat: setup code-workspace 2022-03-03 23:35:45 +01:00
Laureηt dbfead57b7
refactor!wip: cleaved the emulator and websocket server 2022-03-03 22:41:13 +01:00
Laureηt 02a6e1e435
feat(states): no more magic numbers 2022-02-24 22:15:20 +01:00
Laureηt 10bd66d827
refactor: moved logical structures to separate files
feat(states): added a watchdog to sync state list with redis
2022-02-12 23:25:08 +01:00
Laureηt 6c886e0fa7
style: some comments 2022-02-12 15:15:33 +01:00
Laureηt e7697efd9f
fix(server): typing error 2022-02-12 13:31:43 +01:00
Laureηt 66223d9a64
fix(emulator): don't pipe ffmpeg stdout to true stdout 2022-02-09 18:42:35 +01:00
Laureηt 9094ba0cb3
feat: better typing
fix: emulator split admin message
2022-02-09 18:26:18 +01:00
Laureηt 457790362a
feat(emulator): added random keys when no input 2022-02-09 16:56:07 +01:00
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