Commit Graph

25 Commits

Author SHA1 Message Date
simon
70114bcd61
让trackNumber可以显示2位数字 (#34)
* Create FixTrackNumDisplay.cs

* improve trackNumDisplayStyle

* fix position adjustment logic

* fix logic
2025-08-11 00:07:05 +08:00
Clansty
983f887be4
[+] MaimollerFix 2025-08-05 11:53:51 +08:00
Clansty
205ce2b1ba
fix: LongMusic restart 2025-07-23 19:46:05 +08:00
Clansty
6210829e7c
Revert "[+] Maybe FixTouchPanelLeak"
This reverts commit a7ddd0d8ba.
2025-07-21 02:17:19 +08:00
Clansty
7408304c35
chore: FixJudgeTouchHoldInNormalArea move back to Fancy.GamePlay 2025-07-20 18:31:23 +08:00
illegal prompt
a619f81e5d
[+] TouchHold judgment support in non-C areas (#45)
* [+] TouchHold judgment support in non-C areas

* [-] wrong config migration

* [+] Fix.FixJudgeTouchHoldInNormalArea

* Update ConfigMigration_V1_0_V2_0.cs

---------

Co-authored-by: 凌莞~(=^▽^=) <opensource@c5y.moe>
2025-07-17 20:26:21 +08:00
Clansty
4ccd323659
[O] No more tls error 2025-07-11 22:01:12 +08:00
Clansty
a7ddd0d8ba
[+] Maybe FixTouchPanelLeak 2025-07-11 20:18:14 +08:00
凌莞~(=^▽^=)
fa454a2598
[F] allowHttpsUpgrade 2025-06-05 19:20:02 +08:00
Clansty
37f7f633e7
[F] ResolveEnumType 2025-05-15 09:52:54 +08:00
Clansty
dc37750e7a
[+] disableDataUploader 2025-05-15 09:48:05 +08:00
Clansty
53793e92e5
[O] Move enable all events to Unlock 2025-05-15 08:29:40 +08:00
Clansty
ccaaeb8565
[+] forceNonReporting 2025-05-12 12:23:50 +08:00
Clansty
699fdcf869
[+] Set port when upgrade HTTPS 2025-04-30 19:53:23 +08:00
simon
0a1a045daf
[+] add Home to KeyMap (#35)
* add Home to KeyMap

* use KeyCodeID for ConfigEntry

* change home to autoplay
2025-04-02 16:02:45 +08:00
Clansty
67d80dc054
[F] GameMovie 2025-03-27 14:45:56 +08:00
Clansty
cc2c9aa53f
[+] Https upgrade 2025-02-27 06:25:20 +08:00
Menci
c74f25afa9
[+] GameSystem.KeyMap.{DisableIO4, DisableDebugInput} (#19)
* [+] GameSystem.KeyMap.{DisableIO4, DisableDebugInput}

* reword

* Don't hook keyboard debug input when disableDebugInput
2025-02-01 01:58:41 +08:00
Menci
fff2c19516
[+] Unlock collections (without altering user data), courses and characters (#15)
* unlock collections

* Unlock courses

* Remove debug log

* fix

* characters

* update

* maps

* fix

* fix

* reword

* Fix continue

* Set collection & character default to false

* Update Unlock.cs

Co-authored-by: 凌莞~(=^▽^=) <i@gao4.pw>

---------

Co-authored-by: 凌莞~(=^▽^=) <i@gao4.pw>
2025-01-30 17:11:11 +08:00
Menci
4e753ba602
[+] SanitizeUserData (#13)
* save

* commit

* it works

* correct namespace

* JSON compare

* fix

* fix

* fix

* Prioritize LogNetworkRequests

* format
2025-01-26 09:20:15 +08:00
Clansty
162e95b29b
[F] 段位认定 crash
close #14
2025-01-24 00:28:25 +08:00
Menci
a9c552e1d9 [+] Hook force offline in DisableReboot 2025-01-17 18:05:12 +08:00
Menci
59839fdfa6 [+] Fix.Common.RemoveEnvironmentCheck 2025-01-17 17:28:13 +08:00
Clansty
6c1ab2bd12
[+] enableAllEvent 2025-01-10 17:54:44 +08:00
Menci
02dfae2213 [RF] AquaMai configuration refactor (#82)
更新了配置文件格式,原有的配置文件将被自动无缝迁移,详情请见新的配置文件中的注释(例外:`SlideJudgeTweak` 不再默认启用)
旧配置文件将被重命名备份,如果更新到此版本遇到 Bug 请联系我们

Updated configuration file schema. The old config file will be migrated automatically and seamlessly. See the comments in the new configuration file for details. (Except for `SlideJudgeTweak` is no longer enabled by default)
Your old configuration file will be renamed as a backup. If you encounter any bug with this version, please contact us.
2024-11-25 01:25:19 +08:00