Commit Graph

24 Commits

Author SHA1 Message Date
346b26c4b8 add warning comment about dx.py old_server 2024-05-01 08:09:44 +00:00
47f288fe2d resolve merge conflict 2024-04-25 10:24:31 +08:00
d5c80cfb0f [mai2/chuni/ongeki] Properly ignore guest plays (#132)
For all three games, guest plays are created using:
```python
0x1000000000001 | ((allnet_place_id & 65535) << 32)
```

Reviewed-on: Hay1tsme/artemis#132
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-04-24 17:00:01 +00:00
f5d78225e3 mai2: return game code in uri 2024-04-14 19:51:59 +08:00
52a9cce585 mai2: defined correct uri to DX 2024-04-14 19:47:00 +08:00
85c14225d5 mai2: remove dx movieServerUri, deliverServerUri and usbDlServerUri defined
dx and newer version request these but no used, they are just exist in game code, only found `oldServerUrl` used in SDEZ 1.00, this should also fix SDGA and SDGB try to visit `ServerUrl + movieServerUrl` although that just because of SEGA shit code
2024-04-11 08:35:13 +00:00
0c1c24148d fix: mai2 DX reboot time from config (#120)
Reviewed-on: Hay1tsme/artemis#120
Co-authored-by: topty <topty@noreply.gitea.tendokyu.moe>
Co-committed-by: topty <topty@noreply.gitea.tendokyu.moe>
2024-04-07 19:11:35 +00:00
3613f4dbd2
mai2: BUDDiES support added 2024-03-20 21:42:38 +01:00
6f654f8ba9 mai2: remove redundant method (fixes #103) 2024-03-02 18:00:14 -05:00
05586df08a move to async database 2024-01-09 14:42:17 -05:00
14fa0f5e8e begin move 2024-01-09 03:07:04 -05:00
26cdc6c10f maidx: ignore guest upserts, fixes #74 2023-12-10 17:36:29 -05:00
104a483f4c maimai: fixes for finale 2023-12-02 22:30:55 -05:00
d6e4db48f4
Added maimai DX FESTiVAL PLUS support
- Added Card Maker support for FESTiVAL PLUS
- Bumped SDEZ database to version 8
- Updated docs for FESTiVAL PLUS
2023-10-15 19:04:15 +02:00
88a1462304 logger: change from warn to warning 2023-08-08 10:17:56 -04:00
156b4e4ede mai2: fix get user music for dx and up 2023-07-24 00:49:08 -04:00
d0e43140ba mai2: fix ghost saving, add memorial photo upload 2023-07-16 16:06:34 -04:00
f39317301b
mai2: fixed update script, added mai2 heredity, fixed cards import 2023-07-15 22:51:54 +02:00
d60f827000 fix typing across multiple games, fixes #23 2023-07-05 10:47:43 -04:00
318b73dd57 finale: finish porting request data from aqua 2023-07-01 01:08:54 -04:00
49166c1a7b mai2: fix handle_get_game_setting_api_request 2023-05-11 09:52:18 -04:00
42ed222095 mai2: add gamesetting urls 2023-05-10 02:31:30 -04:00
b34b441ba8 mai2: reimplement pre-dx versions 2023-05-06 19:04:10 -04:00
deeac1d8db add finale handler, pre-dx game codes 2023-04-30 22:19:31 -04:00