1
0
forked from akanyan/mu3-mods
Commit Graph

50 Commits

Author SHA1 Message Date
aec0f47b9c feat(SortByInternal): store selection in the fs 2024-12-17 19:03:52 +00:00
fdd29d0c9d feat: implement Blacklist 2024-12-17 18:25:49 +00:00
6f40edf59d feat: allow hiding the game version
Allows hiding the version number too, because why not? Not related to GP stuff but this mod is also about managing the footer row elements

Co-authored-by: Jujuforce <jujuforce@gmail.com>
Reviewed-on: akanyan/mu3-mods#8
Co-authored-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
Co-committed-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
2024-12-15 11:52:50 +00:00
88dcd1d94e feat: implement postgame skip, fix crashes 2024-12-15 11:50:43 +00:00
ca15fac6a1 fix: don't store SortByInternal in db 2.3.1 2024-08-30 17:20:26 +00:00
ebb78efcde fix: item popup disappearing 2024-08-30 14:54:59 +00:00
2204fb4756 fix: shop confirmation dialog not showing (#7)
Co-authored-by: Jujuforce <jujuforce@gmail.com>
Co-authored-by: akanyan <alicechecker01@proton.me>
Co-authored-by: あかニャン <akanyan@noreply.gitea.tendokyu.moe>
Reviewed-on: akanyan/mu3-mods#7
Co-authored-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
Co-committed-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
2024-08-30 14:53:27 +00:00
66fdc27787 feat: implement InfiniteStory (#6)
Infinite Story mod
- Allows watching an infinite number of stories per session
- Skips the dialog about it when selecting a story

Co-authored-by: Jujuforce <jujuforce@gmail.com>
Co-authored-by: akanyan <alicechecker01@proton.me>
Reviewed-on: akanyan/mu3-mods#6
Co-authored-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
Co-committed-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
2.3.0
2024-08-24 16:29:07 +00:00
032b6864da fix: cache mkdir
I originally left it out because I wanted to avoid unnecessary
code duplication. Turns out it wasn't unnecessary.
2024-08-24 14:14:02 +00:00
07ee892b43 feat: implement SelectBGM 2.2.0 2024-07-30 02:22:25 +09:00
920d2386d5 chore: bump to 2.1.0 2.1.0 2024-07-23 01:51:40 +09:00
4ad595f6c3 feat: various enhancements
* AttractVideoPlayer,LoadBoost: allow setting a cache directory
* AttractVideoPlayer: color leds
* BetterGiveUp: prevent multiple restarts in a row
* use GetTriggerOn in general where applicable
2024-07-23 01:45:36 +09:00
8cbc7e8b86 feat: implement AttractVideoPlayer (#2)
Service Button : Pause the attract video
L2/L3 Buttons : Previous/next to cycle through all the attract videos
Saving the selected video for future game launches

Co-authored-by: akanyan <alicechecker01@proton.me>
Reviewed-on: akanyan/mu3-mods#2
Co-authored-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
Co-committed-by: jujuforce <jujuforce@noreply.gitea.tendokyu.moe>
2024-07-22 14:55:49 +00:00
7f5cd6d0d7 fix(PlatinumTiming): reset 2024-07-22 01:02:19 +09:00
381d888da6 feat(InfiniteGP): make UI changes optional 2024-07-21 22:07:16 +09:00
946402fa82 feat: implement PlatinumTiming
* Also fix icons in InfiniteGP.
2024-07-21 02:24:09 +09:00
b2ecf368fb fix(UnlockFrameRate): revert a bad idea 2.0.2 2024-07-12 08:32:49 +09:00
c349854cb0 fix: various fixes 2024-07-12 08:14:06 +09:00
26fffefbae fix(SkipPreMusic): allow permanent skip 2024-07-08 04:50:37 +09:00
5872a05c7b chore: bump to 2.0.0 2.0.0 2024-07-08 03:37:49 +09:00
c1954d76c1 feat(SkipPreMusic): now triggered by LMenu 2024-07-08 03:33:38 +09:00
579790663e feat(SkipNotice): merge SkipLoginReward back
Except it's now triggered by LMenu.
2024-07-08 03:19:01 +09:00
8a6ad2e523 docs: stop screwing around 2024-07-08 02:53:10 +09:00
079b7b6495 feat: remove ExportChartData 2024-07-08 02:17:59 +09:00
cc7bc8613b feat: add the remaining things
* DisableMaintenance
* UnlockAllMusic
* UnlockGameEvents
* UnlockMemoryChapters
2024-07-08 02:10:46 +09:00
42cf65bdb7 feat: add 4 things
* DisableEncryption
* LoadBoost
* UnlockFrameRate
* UnlockMasterDifficulty

WIP, not fully reviewed/tested yet.
2024-07-08 00:42:55 +09:00
b54b8676c1 feat(NaiveRating): make it togglable 2024-07-07 23:47:46 +09:00
af15a4410a fix(SortByInternal): better title 1.8.1 2024-07-06 03:39:19 +09:00
8a66b8becd fix(SortByInternal): re:mas de-grouping in act3 2024-07-06 01:21:33 +09:00
de9bcda48d feat(SortByInternal): add sort2 2024-07-05 19:49:45 +09:00
44dfa20ea8 feat: implement SortByInternalDifficulty 2024-07-05 09:15:56 +09:00
76884216dd chore: major cleanup 2024-07-04 21:39:11 +09:00
74ecdf111a feat: implement UnlockAndSetJewelBoostNine (#1)
* UnlockAndSetJewelBoostNine: added.

Co-authored-by: akanyan <alicechecker01@proton.me>
Reviewed-on: akanyan/mu3-mods#1
Co-authored-by: JUJUX670E\Jujuforce <julien@campy.fr>
Co-committed-by: JUJUX670E\Jujuforce <julien@campy.fr>
1.7.0
2024-07-02 20:47:44 +00:00
3238de75f2 chore: upload project files part 2 2024-07-02 21:38:04 +09:00
b8d6353f8e chore: upload project files 2024-07-02 21:26:00 +09:00
396d1cd20d chore: further cleanup 2024-07-02 10:50:04 +09:00
470d2acae4 chore: cleanup 1.6.0 2024-07-02 10:35:45 +09:00
cc6f7657c7 feat: implement Pause, better InfiniteGP 2024-07-02 10:34:51 +09:00
a31cf82029 chore: name correction 2024-06-27 23:41:03 +09:00
3644cb7813 chore: spin off SkipLoginBonus 1.5.1 2024-06-27 23:33:47 +09:00
c527320178 docs: remove unnecessary warning 2024-06-27 20:58:53 +09:00
fe7d0f297f feat: add LockSelectionTime 1.5.0 2024-06-27 09:41:45 +09:00
8efe0a3a94 fix: remove an obsolete check 2024-06-27 08:28:14 +09:00
5bd9b5ae70 feat: rework NaiveRating, improve InfiniteGP 2024-06-27 08:15:42 +09:00
45095b212b chore: update the readme
* add an "installation guide"
* warn about missless sucking ass
2024-06-05 17:50:09 +00:00
da3c62b7a5 chore: mention the new dlls in readme.md 1.3.0 2024-05-26 08:20:29 +09:00
a4104a67e7 feat: add infinite gp and skip premusic
Also, run the autoformatter.
Also, the skip is now cleaner.
2024-05-26 08:15:13 +09:00
63453d5e5f feat: implement skipnotice 1.2.0 2024-05-24 06:37:22 +09:00
6b4022cbbe feat: instant song skip 1.1.0 2024-05-24 05:49:28 +09:00
edddcbffd7 initial commit 1.0.0 2024-05-22 06:57:39 +09:00