Commit Graph

64 Commits

Author SHA1 Message Date
10582cc1fc ongeki: fix frontend profiles not loading due to missing await 2024-03-29 20:09:22 -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
6557cac55b ongeki: add support for bright memory act 2 final 2024-03-07 15:20:02 -05:00
3559d56ccf cm: add awaits (fixes #104) 2024-03-02 17:55:41 -05:00
d4e00781c8 ongeki: Fix error loading user music (#100) 2024-02-12 11:40:24 -05:00
6ed80ecbab fix ongeki and sao 2024-01-22 15:49:06 -05:00
97e5c29cf5 frontend: utf16 -> utf8 2024-01-13 17:15:02 -05:00
e80b0671c2 frontend: add charset=utf16 2024-01-12 18:03:44 -05:00
06e7288cad ongeki: fix frontend page 2024-01-09 21:16:22 -05:00
c680c2d4e9 readd get_title_port_ssl 2024-01-09 17:49:18 -05:00
2d95e29f3c remove unused imports 2024-01-09 15:59:58 -05:00
9dab26b122 port frontend changes from different project 2024-01-09 15:54:34 -05:00
05586df08a move to async database 2024-01-09 14:42:17 -05:00
edd3ce8ead move to alembic 2024-01-09 13:57:59 -05:00
14fa0f5e8e begin move 2024-01-09 03:07:04 -05:00
262155f83f ongeki: fix handle_upsert_client_setting_api_request 2023-12-04 11:40:20 -05:00
936316f129 ongeki: fix put_client_setting_data 2023-12-04 11:34:58 -05:00
662fd05d24 ongeki: bump schema ver, fix error if events lookup fails 2023-11-29 18:56:57 -05:00
cf0c34cafb fixup technical challenge event 2023-11-26 00:12:23 +01:00
dcebc5c21a update item.py put_mission_point 2023-11-15 15:11:39 +01:00
c9a20b2433 ongeki: fixing render_POST 2023-11-13 10:47:39 -05:00
1034a505f0 fixing get_allnet_info for cxb, sao and ongeki 2023-11-13 10:43:38 -05:00
b56a5f020b add rollback sql
move GP support to table in DB
small fixes
2023-11-13 03:26:09 +01:00
d663b1ef7c fix foreign key issue 2023-11-13 03:03:04 +01:00
31d39ffb37 merge conflict fix 2023-11-13 02:01:56 +00:00
530016ef84 i ate one ) 2023-11-13 02:01:56 +00:00
f81c53558e - Add ClientTestmode upsert
- Add ClientSetting upsert
- Add endDate for Events
- Add Upgrade Schema
- Small bugfixes for events
2023-11-13 02:01:56 +00:00
d2e2c14074 update Event Ranking, Tech Challenge, and Music Ranking 2023-11-13 02:01:56 +00:00
1897e8002d add RewardList support
add PresentList support
add reading rewards to read.py
add Ranking Music List support
2023-11-13 02:01:56 +00:00
4da886a083 - Add Ranking Event Support
- Add Technical Challenge Event Support
- Fix Event Enumeration for EVT_TYPES as Enum starts with 1, to be in spec with what game expects, also add missing Max EVT_TYPE
- Add documentation on how to properly configure and run Events for ONGEKI
2023-11-13 02:01:56 +00:00
8769c99f4a fixing ongeki handler 2023-11-09 19:34:04 -05:00
4047a38370 adding encryption version check for Ongeki 2023-11-09 00:10:19 -05:00
e769404e16 fixing TLS support for ongeki 2023-11-09 00:06:15 -05:00
94c326a27d ongeki: add option to use https for red and beyond 2023-11-08 21:42:53 -05:00
cb8eaae2c0 Per-version URI/Host (#66)
Allows setting allnet uri/host response based on things like version, config files, and other factors to accommodate a wider range of potential setups under the same roof. This DOES require all titles to adopt a new structure but it's documented and should hopefully be somewhat intuitive.

Co-authored-by: Hay1tsme <kevin@hay1ts.me>
Reviewed-on: Hay1tsme/artemis#66
Co-authored-by: Kevin Trocolli <pitok236@gmail.com>
Co-committed-by: Kevin Trocolli <pitok236@gmail.com>
2023-11-09 02:17:48 +00:00
8d289ca066 Added reboot time support 2023-10-16 13:20:37 +00:00
91791813dc Merge pull request 'ONGEKI Rival Functionality' (#36) from 2TT/artemis:develop into develop
Reviewed-on: Hay1tsme/artemis#36
2023-09-23 16:08:15 +00:00
090b3148d8 adding encryption support for ongeki 2023-09-09 12:03:42 -04:00
ed46ea33e3 Added version select in session, removed get_profile_data_ignore_version, renamed scripts file 2023-09-09 06:55:18 +09:00
d5d2803cc0 forgot a print command, see previous commit 2023-09-02 07:50:09 +09:00
16d801aff5 Rival Delete functionality 2023-09-02 07:40:57 +09:00
147d7adaaf Frontend for adding rivals, versionless backend function to support 2023-09-02 06:21:02 +09:00
1f545aed41 removed print statements 2023-09-02 05:04:59 +09:00
0d7409906a fixed backend ongeki rival functionality 2023-08-30 13:53:45 +09:00
5cccc9224a geki version display 2023-08-30 13:53:41 +09:00
2a52e391d6 Ongeki template start 2023-08-30 13:53:31 +09:00
88a1462304 logger: change from warn to warning 2023-08-08 10:17:56 -04:00
6a41dac46c
ongeki: card maker config added, small fixes, improved credits
- Changed the credits config to the default 370 instead of 360
- Added `start_date` to the events to show new events
- Fixed Card Maker Gachas to only allow "Select Gacha" once
- Fixed the `get_profile_rating_log` database query
2023-07-12 11:25:46 +02:00
d60f827000 fix typing across multiple games, fixes #23 2023-07-05 10:47:43 -04:00
238d437519 reformat with black in preperation for merge to master 2023-04-23 21:04:52 -04:00