3d5c22ad8e
Merge branch 'sdvx_mod_arena' into sdvx_mod
vvo2022-10-11 17:30:03 +08:00
02a9e7f709
add informationmessage handler relying on datacode
vvo2022-10-10 19:37:29 +08:00
5ad28b8c82
atrocious arena power display in profile detail + added uncommited updates to exg.ts & common.ts
vvo2022-10-10 00:41:22 +08:00
fb66197256
implemented separate arena season data + changed arena station prices to real ones + added missing crew in set 2
vvo2022-10-09 23:45:57 +08:00
4058eb26b1
Merge branch 'sdvx_mod_webui' into sdvx_mod
vvo2022-10-09 19:46:31 +08:00
f729069ab2
Kaimei Riddles : Support added Usaneko : Add Daily Missions support Usaneko+ : Remove game id check for Omnimix
cracrayol2022-09-18 02:55:18 +02:00
7e79726de8
Merge pull request #4 from thomeval/feature/00_sharedFavorites
thomeval2022-05-23 08:58:43 +02:00
e1f6897f2f
* Added experimental 'Shared Favorite Songs' option. If disabled, players will be able to keep separate lists of favorite songs for each version of Gitadora, as well as between Guitar Freaks and Drummania. Enable this option to have a single unified list of favorite songs for both games, and across all versions. Default is false, to match original arcade behaviour. * Added a leaderboards page to the WebUI. This page displays the rank of all players per game and version, ordered by Skill rating. * More code cleanups to Profiles.ts
Thome Valentin2022-05-23 07:43:50 +02:00
f67e2947a7
Merge branch 'stable' into feature/00_sharedFavorites
Thome Valentin2022-05-17 09:21:32 +02:00
91a9ee360d
Merge branch 'asphyxia-core:stable' into stable
thomeval2022-05-16 16:12:18 +02:00
f7d290318b
Merge pull request #3 from thomeval/bug/00_defaultNoteSpeed
thomeval2022-05-16 13:51:58 +02:00
70d2fe2bb8
Fixed note scroll speed defaulting to 0.5x for newly registered profiles. Introduced several new interfaces, and refactored code to cleanup profiles.ts
Thome Valentin2022-05-16 13:50:18 +02:00
2ad1769b78
Added several player profile stats to the web UI. Refactored and cleaned up several functions. MDB loader now logs the number of loaded songs available to GF and DM. MDB: Fixed "is_secret" field being ignored (always set to false)
Thome Valentin2022-05-04 06:58:17 +02:00
522966fdb5
Rewrite MDB loading code to support loading .xml, .json or .b64 files. This applies to the default MDB (determined by the version of the game requesting it), or custom MDB if that setting is enabled. To use a custom MDB, enable it in Web UI, then place a custom.json, custom.xml or custom.b64 file in the data/mdb subfolder.
Thome Valentin2022-05-01 12:24:17 +02:00
41b213285b
Secret music (unlocked songs) are now saved and loaded correctly. Partially fixes issue #34. Rewards are now saved and loaded correctly. Partially fixes issue #34.
Thome Valentin2022-04-30 07:00:28 +02:00
53557d8549
Merge pull request #1 from thomeval/bug/39_twoPlayerSave
thomeval2022-04-28 13:58:05 +02:00
ed4d3e5261
Removed information.info field (seems to be unused by the game)
Thome Valentin2022-04-28 13:55:36 +02:00
8ebada14bb
Fixed all_skill ranking always being set to 0. Moved "samples" folder to "apisamples"
Thome Valentin2022-04-28 11:14:43 +02:00
4ce0ebb9a1
- Fixed server error when saving profiles for two Guitar Freaks players at the end of a session. Fixes issue #39. - Fixed another server error when two players are present, but only one player is using a profile. - Added support for the "ranking" field. Gitadora will now correctly display your server ranking (based on Skill) on the post-game screen. - Added logging for profile loading/saving when Asphyxia is running in dev mode. - Added more logging to mdb (song database) loading. - "Recommended to friends" songs are now saved and loaded correctly. Since you don't have any friends, this won't be terribly useful, but it does at least provide an extra five slots for saving your favourite songs. - Fixed "Recommended to friends" song list being incorrectly initialized to "I think about you". - Removed some unneeded duplicate code. - Latest getPlayer() and savePlayers() API requests and responses are now saved to file when Asphyxia is in dev mode. Useful for debugging.
Thome Valentin2022-04-28 10:18:16 +02:00