Commit Graph

479 Commits

Author SHA1 Message Date
=
1b5b9d7f9a very basic diva frontend 2024-06-11 01:06:24 +02:00
e69922d91b ongeki: fix frontend versions 2024-06-09 03:14:43 -04:00
b4b8650acc mai2: add basic webui 2024-06-09 03:05:57 -04:00
e7ddfcda2e mai2: oops, forgot version 2024-06-08 22:29:49 -04:00
319aea098f dx: fix GetUserRivalMusicApi list index out of range 2024-06-08 22:19:59 -04:00
8b03f1a4f1 mai2: fix rival data load failing due to inheritance 2024-06-08 22:02:31 -04:00
eccbd1ad81 mai2: add rivals support 2024-06-08 21:25:48 -04:00
123ec99a97 mai2: fix aggressive find and replace 2024-06-08 20:55:41 -04:00
8e6e5ea903 chuni: fix frontend if no chunithm profiles are loaded 2024-06-08 19:10:24 -04:00
f94d22ab0d mai2: add tables for rivals and favorite music 2024-06-08 19:04:27 -04:00
efd249d808 maimai: some housekeeping 2024-06-08 17:26:51 -04:00
e6965b568d Merge pull request 'ongeki: fix clearstatus type' (#147) from akanyan/artemis:fix/ongeki/clearstatus into develop
Reviewed-on: Hay1tsme/artemis#147
2024-06-08 15:34:24 +00:00
d57aa93401 Fix for diva reader when trying to read modded content. When it can't parse a number. So instead of crashing give a friendly error and continue 2024-05-30 09:28:07 +02:00
f8db1e2149 ongeki: fix clearstatus type 2024-05-29 18:59:07 +09:00
a2fe83ae06 cxb: add grade to playlog 2024-05-28 22:32:38 -04:00
31ce293a8c Fix missing await when starting diva profile 2024-05-26 15:58:28 +02:00
a5fd6e65d6 diva: fix handle_start_request 2024-05-24 10:13:04 -04:00
0a408baa87 DIVA: Fixed binary handler & render_POST errors 2024-05-23 09:21:08 -04:00
roaz
70b40ce992 chuni: Fix endpoint for older version of SDGS (#141)
Reviewed-on: Hay1tsme/artemis#141
Co-authored-by: roaz <roaz@noreply.gitea.tendokyu.moe>
Co-committed-by: roaz <roaz@noreply.gitea.tendokyu.moe>
2024-05-21 04:07:17 +00:00
08891d0851 mai2: some improve for DX earlier version and return game code in uri (#125)
Attention: There are all talking about maimai DX and newer version, not Pre-DX

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
tested work

![image](/attachments/f2c79134-4651-4976-8278-bbcf268f424a)

Reviewed-on: Hay1tsme/artemis#125
Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
2024-05-05 05:41:14 +00:00
4c33dac96a Ongeki: fixed missing await under get_tech_count 2024-05-01 07:57:21 -04: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
a8daa0344a [mai2] Support encryption (#130)
Similar to O.N.G.E.K.I. and CHUNITHM, with the caveat that the obfuscated endpoint is created using `md5(endpoint + salt)` instead of using PBKDF2 like other games.

Tested and confirmed working on FESTiVAL+.

The current implementation is also affected by #129, so I'm open to ideas.

Reviewed-on: Hay1tsme/artemis#130
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-04-24 16:59:33 +00:00
976aa6b560 CHUNI: Add more chunithm frontend features
1. Implemented profile, rating and playlog webpages.
2. Fixed bugs of version change api and name change api.
2024-04-23 22:43:45 +08:00
1346bab911 Implement get_tech_count (it was stubbed out) 2024-04-17 00:45:05 +00:00
39fc5772eb Fix handle_get_user_tech_count_api_request so that it'll properly return tech award counts 2024-04-17 00:43:34 +00:00
ed4031feca wacca: block unregistered serials if set 2024-04-08 17:07:18 -04:00
d939755574 [mai2] Support maimai DX International (#118)
Reviewed-on: Hay1tsme/artemis#118
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-04-07 19:12:12 +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
10582cc1fc ongeki: fix frontend profiles not loading due to missing await 2024-03-29 20:09:22 -04:00
3613f4dbd2
mai2: BUDDiES support added 2024-03-20 21:42:38 +01:00
942b636b3e cxb: fixing rev s1 support 2024-03-18 22:33:39 -04:00
40a0817009 CHUNITHM & O.N.G.E.K.I.: Handle userRatingBase*List (#113)
These tables are not used by the game, but are useful for anyone wanting to develop a web UI showing what the player's rating consists of. As such, instead of storing them in JSON columns, I've split them out, one row per each entry.

Reviewed-on: Hay1tsme/artemis#113
Co-authored-by: beerpsi <beerpsi@duck.com>
Co-committed-by: beerpsi <beerpsi@duck.com>
2024-03-14 14:44:32 +00:00
346f82a32a wacca: move allowed_stages into __init__ for s 2024-03-12 14:20:36 -04:00
f71591e622 wacca: fix S stage up stages 2024-03-12 14:17:26 -04:00
84fa139357 idac: add missing await, fixes #111 2024-03-12 10:14:03 -04:00
6557cac55b ongeki: add support for bright memory act 2 final 2024-03-07 15:20:02 -05:00
3fe8bc8c62 sao: fixing default party 2024-03-02 19:44:16 -05:00
3557578bcd sao: quick fixes to profile and rewards 2024-03-02 19:38:34 -05:00
6f654f8ba9 mai2: remove redundant method (fixes #103) 2024-03-02 18:00:14 -05:00
3559d56ccf cm: add awaits (fixes #104) 2024-03-02 17:55:41 -05:00
84c059ed75 idac: add missing await to handle_user_updatespecialmoderesult_request (closes #109) 2024-03-02 17:28:19 -05:00
91f49f52cc fix coroutine CardMakerReader.read_*** was never awaited (#105)
Reviewed-on: Hay1tsme/artemis#105
Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
2024-03-02 22:25:54 +00:00
f708b8ea4f wacca: fix lily handle_user_status_update_request 2024-02-27 20:42:20 -05:00
b83399cef4 cxb: hotfix to classic rev 2024-02-26 18:35:34 -05:00
b7f56c20a7 wacca: fix version string printing 2024-02-17 00:21:37 -05:00
d4e00781c8 ongeki: Fix error loading user music (#100) 2024-02-12 11:40:24 -05:00
50f42f850a idac: fix database issues 2024-02-09 10:48:39 -05:00
b0f603cbd8 Merge pull request 'SAO: Adding assets for the reader & edited game specific info' (#99) from Midorica/artemis:develop into develop
Reviewed-on: Hay1tsme/artemis#99
2024-02-02 20:16:04 +00:00
864b749f20 sao: adding reader assets 2024-02-02 15:10:36 -05:00