c086b3f8cf
idac: hotfix datetime issue
2024-06-14 21:04:12 +02:00
c35e14b640
idac: hotfix round creation
2024-06-13 00:17:38 +02:00
8b9e1f94e6
idac: hotfix database upgrade script
2024-06-13 00:08:23 +02:00
ba5591cd81
idac: added support for basic 1.70
...
- Added special mode based on device version
- Added number plate lottery
- Updated online battle rounds handling
2024-06-12 23:48:17 +02:00
d5b2074945
Merge branch 'idac_rounds_impl' into idac
2024-06-12 21:13:06 +02:00
e50fedad49
round database implenments
...
round database implenments
idac: database upgrade script
idac: unused upgrade script
idac: even more round event implements
idac: some bugfixes
idac: convert round event file to UTF-8
idac: async round info loading
idac: last round ranking impl
idac: bugfixes
idac: bugfixes
idac: bugfixes
idac: 160~240 number plate implemented
idac: remove SQL comment
idac: sort things out and make multi-season compatibility
2024-06-12 21:11:25 +02:00
8782968efc
[idac] Added Tsukuba Snow IDs to game_specific_info ( #15 )
...
Added Tsukuba Snow course IDs to game_specific_info.md
Reviewed-on: Dniel97/artemis#15
Co-authored-by: Ragnar <ragnar@noreply.gitea.tendokyu.moe>
Co-committed-by: Ragnar <ragnar@noreply.gitea.tendokyu.moe>
2024-06-10 20:39:14 +00:00
8b00c159d7
idac: fixed alembic database upgrade
2024-05-29 23:05:26 +02:00
0f12288005
Merge branch 'develop' into idac
2024-05-29 22:34:40 +02:00
a2fe83ae06
cxb: add grade to playlog
2024-05-28 22:32:38 -04:00
12f035b7e5
add no logs message to event viewer
2024-05-26 22:49:05 -04:00
69d3ff156a
Merge pull request 'Fix missing await when starting diva profile' ( #145 ) from ThatzOkay/artemis:fix/diva-awaits into develop
...
Reviewed-on: Hay1tsme/artemis#145
2024-05-26 15:40:42 +00: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
e66ae91740
add basic event log viewer
2024-05-22 01:36:41 -04:00
4ee4c26f5e
allnet: enhance logging
2024-05-22 00:05:32 -04:00
a9587a9c91
add additional details to event_log
2024-05-21 23:05:22 -04:00
ffe52bd53e
Merge branch 'develop' into idac
2024-05-21 20:36:44 +02: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
08f569235c
idac: hotfix missing tips
2024-05-20 21:17:44 +02:00
8c22445b6e
Merge branch 'develop' into idac
2024-05-20 21:10:38 +02:00
3ed8d9c16b
update get_mucha_info documentation
2024-05-19 21:40:02 -04:00
3825ec8e39
update contributing instructions
2024-05-19 21:39:49 -04:00
c96c9257a6
Merge pull request '[allnet] Enable DFI-encoded responses' ( #134 ) from beerpsi/artemis:fix/allnet/dfi into develop
...
Reviewed-on: Hay1tsme/artemis#134
2024-05-05 05:42:22 +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
8b3bb08c91
Merge branch 'develop' into idac
2024-05-03 08:23:31 +02:00
4c33dac96a
Ongeki: fixed missing await under get_tech_count
2024-05-01 07:57:21 -04:00
960cf73a04
[allnet] Enable DFI-encoded responses
2024-04-30 22:34:41 +07:00
1bb6891411
Merge pull request 'idac' ( #4 ) from Dniel97/artemis:idac into idac
...
Reviewed-on: #4
2024-04-30 07:51:14 +00: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
9175670d0d
Merge pull request 'CHUNI: Add more chunithm frontend features' ( #133 ) from MEANINGLINK/artemis:develop into develop
...
Reviewed-on: Hay1tsme/artemis#133
2024-04-24 16:51:20 +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
36ab38b1ee
Merge pull request 'Ongeki: Fix issue with technical award folder counts not being saved properly' ( #128 ) from Kumubou/artemis:develop into develop
...
Reviewed-on: Hay1tsme/artemis#128
2024-04-18 21:45:58 +00: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
bd7e1cead0
Merge pull request 'develop' ( #1 ) from Hay1tsme/artemis:develop into develop
...
Reviewed-on: Kumubou/artemis#1
2024-04-17 00:12:00 +00:00
0eefb2c592
idac: fixed in store battle bug
2024-04-15 20:22:45 +02:00
2b014178c8
Merge remote-tracking branch 'origin/develop' into idac
2024-04-13 23:09:51 +02:00
69c76f1116
Merge pull request 'chore[docs/game_specific_info.md]: Remove --game flag from dbutils.py lines.' ( #124 ) from Vanilla/artemis:develop into develop
...
Reviewed-on: Hay1tsme/artemis#124
2024-04-13 20:22:31 +00:00
201630f1d5
chore[docs/game_specific_info.md]: Remove --game flag from dbutils.py lines.
2024-04-11 17:26:14 +08:00
ed4031feca
wacca: block unregistered serials if set
2024-04-08 17:07:18 -04:00
8b5825bec4
fixed documentation revision for alembic changes & changelog update
2024-04-08 09:47:56 -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
926713431d
Merge branch 'develop' of https://gitea.tendokyu.moe/Hay1tsme/artemis into develop
2024-04-02 16:43:16 -04:00
1072a9d63b
database: fix create_revision_auto
2024-04-02 16:43:13 -04:00
9379172791
idac: battle gift event, tips, QoL improvements added
2024-04-01 20:19:37 +02:00
c741c052e9
Merge branch 'develop' into idac
2024-04-01 20:09:34 +02:00