Commit Graph
24 Commits
Author SHA1 Message Date
LatoWolf 3a8c3b19c1 Fix #51 2022-07-30 14:54:39 +08:00
Thome Valentin 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
2022-05-23 07:43:50 +02:00
Thome Valentin f67e2947a7 Merge branch 'stable' into feature/00_sharedFavorites
# Conflicts:
#	gitadora@asphyxia/README.md
#	gitadora@asphyxia/handlers/profiles.ts
2022-05-17 09:21:32 +02:00
Thome Valentin 70d2fe2bb8 Fixed note scroll speed defaulting to 0.5x for newly registered profiles.
Introduced several new interfaces, and refactored code to cleanup profiles.ts
2022-05-16 13:50:18 +02:00
Thome Valentin 8c954e7a85 Added experimental 'Shared Favorite Songs' option. 2022-05-16 06:47:59 +02:00
Thome Valentin 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)
2022-05-04 06:58:17 +02:00
Thome Valentin 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.
2022-04-30 07:00:28 +02:00
Thome Valentin ed4d3e5261 Removed information.info field (seems to be unused by the game) 2022-04-28 13:55:36 +02:00
Thome Valentin 8ebada14bb Fixed all_skill ranking always being set to 0.
Moved "samples" folder to "apisamples"
2022-04-28 11:14:43 +02:00
Thome Valentin 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.

NOTE: The above has only been tested on Gitadora Exchain.
2022-04-28 10:18:16 +02:00
DitFranXX 07937fbfac fix: 🐛 Trying to fix ex's bg event bug after nt support 2021-05-26 19:52:27 +09:00
DitFranXX c8080ce36d Release the release version. :) Please squash. 2021-05-25 21:09:14 +09:00
DitFranXX 7f0c6d7eb9 Encore version config. 2021-05-11 22:54:37 +09:00
DitFranXX 45b1e84b25 Dummy support trbitem (testing) 2021-05-10 12:20:38 +09:00
DitFranXX f5ac454946 Resturcture bit 2021-05-10 12:09:37 +09:00
DitFranXX 5d25a6d3db fix bug and encore(extra) stage info temp impl. 2021-04-30 01:57:20 +09:00
DitFranXX 267e10511b Nextage Beta Release 2021-04-26 07:09:18 +09:00
DitFranXX 603223eda7 Fix bootup on login due to missing value
and fix some version correction on save load.
still left to work on save system
2021-04-26 06:33:46 +09:00
DitFranXX f03aac8b79 Use newer API for Custom MDB, Fix profile bug. 2020-12-11 17:48:27 +09:00
DitFranXX 825c73538c Fix duplicated and simplify scores & related codes
Actually not tested for now. will be soon
2020-12-11 16:48:03 +09:00
DitFranXX 2c15d8e66b Fix mistake. 2020-12-11 16:48:03 +09:00
DitFranXX f55165aa4c Avoid more $.content 2020-12-11 16:48:03 +09:00
DitFranXX af24e7d42f Avoid to use $.content, Changes on WebUI
* Fix mistake that i was put webui handler on models folder
* Cahnge WebUI name.
2020-12-11 16:48:03 +09:00
DitFranXX e27221d19d Initial Release for Gitadora Extension
* Converted from Asphyxia-Public-Route
* Enable `resolveJsonModule` in `tsconfig.json`
* WebUI for change name and title.
2020-12-11 16:48:02 +09:00