Commit Graph

51 Commits

Author SHA1 Message Date
Raymond Tsang
7a272bd201
Fix isSharedFavoriteMusicEnabled is not a function 2024-03-18 17:05:16 +08:00
marika
a628fc437a Add GITADORA HIGH-VOLTAGE support with bugfixes. 2023-05-02 03:57:10 -03:00
LatoWolf
e7c38f84dd
Fix #51 2022-07-30 14:54:39 +08:00
Thome Valentin
249d80d6da Removed one unused script reference 2022-05-24 08:29:31 +02:00
Thome Valentin
b84df19e7c * 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
c4b52fd148 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
1b6ab0085f 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
4a8e0707f0 Added experimental 'Shared Favorite Songs' option. 2022-05-16 06:47:59 +02:00
Thome Valentin
f501bab164 Fixed bug preventing MDB files in XML format from loading correctly. 2022-05-11 17:06:03 +02:00
Thome Valentin
ec4b59330d Fix missing import 2022-05-04 08:33:55 +02:00
Thome Valentin
a26b8db8df Updated readme 2022-05-04 07:00:51 +02:00
Thome Valentin
257c9962f5 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
2fe270dbfa Merge branch 'stable' into feature/00_betterMDB 2022-05-01 12:55:54 +02:00
Thome Valentin
6c8585a258 Update readme file. 2022-05-01 12:50:14 +02:00
Thome Valentin
89be828ef8 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. 2022-05-01 12:24:17 +02:00
Thome Valentin
5c612929e2 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
1771619a3c Removed information.info field (seems to be unused by the game) 2022-04-28 13:55:36 +02:00
Thome Valentin
b104e40fac Fixed all_skill ranking always being set to 0.
Moved "samples" folder to "apisamples"
2022-04-28 11:14:43 +02:00
Thome Valentin
ce10dca416 Revert global gitignore 2022-04-28 10:23:52 +02:00
Thome Valentin
2929045847 - 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
Freddie Wang
732d5ee6dc
Merge pull request #29 from DitFranXX/fix-version-check
fix: 🐛 Fix if major version bump up to 2.0
2021-05-31 14:10:01 +08:00
DitFranXX
05f6c2e13c fix: 🐛 Fix if major version bump up to 2.0 2021-05-31 15:07:18 +09:00
DitFranXX
3a8863b452 feat: 🔊 Update logger on musiclist for more readable. 2021-05-28 01:00:45 +09:00
DitFranXX
04c84d55f7 feat: 🔊 Support logger for more level 2021-05-28 00:58:01 +09:00
DitFranXX
f49179a416 chore: 🔖 Release GITADORA Plugin v1.1.1 2021-05-28 00:51:12 +09:00
DitFranXX
edc6b09a33 fix: 🐛 Trying to fix ex's bg event bug after nt support 2021-05-26 19:52:27 +09:00
DitFranXX
860e2c8c7b feat: 🔊 Logger update 2021-05-26 13:07:33 +09:00
DitFranXX
bfec542a6d Update README.md
version tag add/correction
remove db migration notice as fixed on core side.
2021-05-25 21:20:23 +09:00
DitFranXX
8c79ec3739 Known issues. 2021-05-25 21:12:22 +09:00
DitFranXX
d290608305 Release the release version. :) Please squash. 2021-05-25 21:09:14 +09:00
DitFranXX
1a9f32916c Encore version config. 2021-05-11 22:54:37 +09:00
DitFranXX
b82ff40c7f Dummy support trbitem (testing) 2021-05-10 12:20:38 +09:00
DitFranXX
65ffaa5417 Resturcture bit 2021-05-10 12:09:37 +09:00
DitFranXX
530c83d7f5 matixx premium encore support 2021-05-02 14:36:03 +09:00
DitFranXX
fd5161199e NT special premium encore support test 2021-04-30 19:12:11 +09:00
DitFranXX
f3835a53b9 fix bug and encore(extra) stage info temp impl. 2021-04-30 01:57:20 +09:00
DitFranXX
819561337e fix mattix and use less dupe codes 2021-04-27 13:00:11 +09:00
DitFranXX
91f772d309 initailize migration helper 2021-04-26 20:03:35 +09:00
DitFranXX
75b6cd9464 dummy highvoltage support(not work) 2021-04-26 19:51:44 +09:00
DitFranXX
79311d686c Simplfiy 2021-04-26 17:20:19 +09:00
DitFranXX
fbebd9eac8 Nextage Beta Release 2021-04-26 07:09:18 +09:00
DitFranXX
18f05da297 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
3c941c3b3e Use b64 as a data 2021-04-26 03:21:13 +09:00
DitFranXX
770ac0c66b Very basic nextage support (for now). 2021-04-26 02:51:22 +09:00
DitFranXX
8db9d98b2b Use newer API for Custom MDB, Fix profile bug. 2020-12-11 17:48:27 +09:00
DitFranXX
5d52767f0a Fix duplicated and simplify scores & related codes
Actually not tested for now. will be soon
2020-12-11 16:48:03 +09:00
DitFranXX
12bcc0f6de Fix mistake. 2020-12-11 16:48:03 +09:00
DitFranXX
77072fb0b5 Avoid more $.content 2020-12-11 16:48:03 +09:00
DitFranXX
3e43c2196c 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
e98db72efa Use JSON.parse instead of resolveJsonModule.
And fix typo.
2020-12-11 16:48:03 +09:00