• Joined on 2024-01-03
Kumubou commented on pull request Hay1tsme/artemis#128 2024-04-18 01:47:41 +00:00
Ongeki: Fix issue with technical award folder counts not being saved properly

This should be good to go -- all that needed to be done is actually implement get_tech_count, and since the schema for that was already defined all that really needed to be done was have it run…

Kumubou created pull request Hay1tsme/artemis#128 2024-04-17 01:50:00 +00:00
Ongeki: Fix issue technical award folder counts not being saved properly
Kumubou opened issue Hay1tsme/artemis#127 2024-04-17 01:44:29 +00:00
Ongeki: Certain game-wide stats don't save/display properly
Kumubou pushed to develop at Kumubou/artemis 2024-04-17 00:45:08 +00:00
1346bab911 Implement get_tech_count (it was stubbed out)
Kumubou pushed to develop at Kumubou/artemis 2024-04-17 00:43:37 +00:00
39fc5772eb Fix handle_get_user_tech_count_api_request so that it'll properly return tech award counts
Kumubou pushed to develop at Kumubou/artemis 2024-04-17 00:12:02 +00:00
bd7e1cead0 Merge pull request 'develop' (#1) from Hay1tsme/artemis:develop into develop
69c76f1116 Merge pull request 'chore[docs/game_specific_info.md]: Remove --game flag from dbutils.py lines.' (#124) from Vanilla/artemis:develop into develop
201630f1d5 chore[docs/game_specific_info.md]: Remove --game flag from dbutils.py lines.
ed4031feca wacca: block unregistered serials if set
8b5825bec4 fixed documentation revision for alembic changes & changelog update
Compare 139 commits »
Kumubou merged pull request Kumubou/artemis#1 2024-04-17 00:12:01 +00:00
develop
Kumubou created pull request Kumubou/artemis#1 2024-04-17 00:10:44 +00:00
develop
Kumubou pushed to develop at Kumubou/artemis 2024-04-17 00:09:23 +00:00
5f33b2d3e4 Fix issue in handle_get_user_music_api_request where songs would not always return all scores
19baf05d7b cxb: fixing get_allnet_info
32419faf01 Update docs/game_specific_info.md
bf7d709b49 chuni: fixing the network encryption for Sun Plus
37b1f41b44 fixing the upgrade & downgrade script for chunithm
Compare 10 commits »
Kumubou pushed to develop at Kumubou/artemis 2024-04-17 00:09:23 +00:00
5f33b2d3e4 Fix issue in handle_get_user_music_api_request where songs would not always return all scores
19baf05d7b cxb: fixing get_allnet_info
32419faf01 Update docs/game_specific_info.md
bf7d709b49 chuni: fixing the network encryption for Sun Plus
37b1f41b44 fixing the upgrade & downgrade script for chunithm
Compare 10 commits »
Kumubou created branch develop in Kumubou/artemis 2024-04-17 00:09:23 +00:00
Kumubou created branch develop in Kumubou/artemis 2024-04-17 00:09:23 +00:00
Kumubou deleted branch develop from Kumubou/artemis 2024-04-16 23:59:58 +00:00
Kumubou commented on issue Hay1tsme/artemis#91 2024-01-03 22:18:17 +00:00
Chunithm - GetUserMusicApi doesn't always return all results when more than 300 songs have scores

Pull request with fix submitted in #92

Kumubou created pull request Hay1tsme/artemis#92 2024-01-03 22:13:48 +00:00
Fix issue in handle_get_user_music_api_request where songs would not always return all scores
Kumubou pushed to develop at Kumubou/artemis 2024-01-03 22:05:25 +00:00
5f33b2d3e4 Fix issue in handle_get_user_music_api_request where songs would not always return all scores
Kumubou created repository Kumubou/artemis 2024-01-03 22:02:32 +00:00
Kumubou commented on issue Hay1tsme/artemis#91 2024-01-03 22:00:35 +00:00
Chunithm - GetUserMusicApi doesn't always return all results when more than 300 songs have scores

I think I managed to find the source of the issue, in titles/chuni/base.py

Kumubou opened issue Hay1tsme/artemis#91 2024-01-03 07:46:25 +00:00
Chunithm - GetUserMusicApi doesn't always return all results when more than 300 songs have scores