thomeval
b240a72cfa
Merge branch 'asphyxia-core:stable' into stable
2022-05-11 17:07:24 +02:00
Thome Valentin
8bcb12857b
Fixed bug preventing MDB files in XML format from loading correctly.
2022-05-11 17:06:03 +02:00
Freddie Wang
60783cd243
Merge pull request #43 from thomeval/stable
...
Fixed plugin crash due to a missing import
2022-05-04 14:53:29 +08:00
Thome Valentin
f3cf5fa986
Merge branch 'feature/00_betterMDB' into stable
2022-05-04 08:40:52 +02:00
Thome Valentin
e50f9d7299
Fix missing import
2022-05-04 08:33:55 +02:00
Freddie Wang
c748ec379b
Merge pull request #42 from thomeval/feature/00_betterMDB
...
Feature/00 better mdb
2022-05-04 13:03:45 +08:00
Thome Valentin
75ac66cee2
Updated readme
2022-05-04 07:00:51 +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
Freddie Wang
123bcfc440
Merge pull request #41 from thomeval/stable
...
Persist secret music and rewards
2022-05-01 22:43:40 +08:00
Thome Valentin
19b5a4d8c6
Merge branch 'stable' into feature/00_betterMDB
2022-05-01 12:55:54 +02:00
thomeval
cd767684d8
Merge branch 'asphyxia-core:stable' into stable
2022-05-01 12:51:39 +02:00
thomeval
16f9c59111
Merge pull request #2 from thomeval/feature/34_secretMusic
...
Feature/34 secret music
2022-05-01 12:51:00 +02:00
Thome Valentin
e7fc17d2e6
Update readme file.
2022-05-01 12:50:14 +02:00
Thome Valentin
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.
2022-05-01 12:24:17 +02:00
Freddie Wang
9875391b8f
Merge pull request #40 from thomeval/stable
...
Fix server errors for two Guitar Freaks players, implement ranking and "Recommended to friends" songlist
2022-04-30 22:48:22 +08: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
thomeval
53557d8549
Merge pull request #1 from thomeval/bug/39_twoPlayerSave
...
Bug/39 two player save
2022-04-28 13:58:05 +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
aefd0039e9
Revert global gitignore
2022-04-28 10:23:52 +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
Freddie Wang
1cde820c2b
Merge pull request #38 from dannylin0711/stable
...
Fix something
2022-04-05 20:47:15 +08:00
dannylin0711
4425455e6a
fix 4
2022-04-04 17:25:32 +08:00
dannylin0711
907eff9108
fix 3
2022-04-04 17:12:05 +08:00
LatoWolf
49d2ca4bca
fix 2
2022-04-04 16:54:22 +08:00
LatoWolf
38056d060f
idiot fix
2022-04-04 16:52:40 +08:00
Freddie Wang
d75e540e40
Merge pull request #37 from dannylin0711/stable
...
Exceed Gear y-1 support
2022-04-03 14:19:25 +08:00
dannylin0711
25a9e41c5b
Exceed Gear y-1
2022-04-03 13:13:16 +08:00
Freddie Wang
de4a710af8
Merge pull request #32 from cracrayol/stable
...
Add MGA plugin + Fix for PnM plugin
2021-06-19 22:03:10 +08:00
cracrayol
1c3f01c109
Update PnM README.
2021-06-19 16:01:57 +02:00
cracrayol
c779f79a1a
Merge branch 'mga' into stable
2021-06-19 14:02:52 +02:00
cracrayol
0d02572bef
MGA: Update README
2021-06-19 13:53:56 +02:00
cracrayol
42f17ec3c0
Merge branch 'stable' of https://github.com/cracrayol/plugins into stable
2021-06-19 12:17:48 +02:00
cracrayol
e84a66aee5
All: Send 0 if clear_type is not existing.
2021-06-19 12:17:24 +02:00
cracrayol
9f0b2521fa
MGA : Add comments
2021-06-19 10:33:39 +02:00
cracrayol
b112d71dcf
Initial support for MGA
2021-06-16 00:41:02 +02:00
Freddie Wang
ebd0420499
Merge pull request #30 from Kirito3481/ddr
...
Release Dance Dance Revolution Plugin
2021-06-07 16:32:10 +08:00
Kirito
3e887024db
Support Dance Dance Revolution A, A20
2021-06-07 17:29:08 +09:00
Freddie Wang
64ca48a1f1
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
7ddecfd02a
fix: 🐛 Fix if major version bump up to 2.0
2021-05-31 15:07:18 +09:00
Freddie Wang
f7909d7e51
Merge pull request #28 from DitFranXX/gitadora-somethingnew
...
Gitadora v1.1.1
2021-05-28 10:54:10 +08:00
DitFranXX
cb7cac8756
feat: 🔊 Update logger on musiclist for more readable.
2021-05-28 01:00:45 +09:00
DitFranXX
12697354f6
feat: 🔊 Support logger for more level
2021-05-28 00:58:01 +09:00
DitFranXX
2a8c74bead
chore: 🔖 Release GITADORA Plugin v1.1.1
2021-05-28 00:51:12 +09:00
DitFranXX
07937fbfac
fix: 🐛 Trying to fix ex's bg event bug after nt support
2021-05-26 19:52:27 +09:00
DitFranXX
97795d0b9e
feat: 🔊 Logger update
2021-05-26 13:07:33 +09:00
Freddie Wang
a3fe7f3c12
Merge pull request #21 from DitFranXX/gitadora-nextage
...
Gitadora NEX+AGE support
2021-05-25 20:23:17 +08:00
DitFranXX
a69c56c5e2
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
0e1c9ba8e0
Known issues.
2021-05-25 21:12:22 +09:00
DitFranXX
c8080ce36d
Release the release version. :) Please squash.
2021-05-25 21:09:14 +09:00