Commit Graph

376 Commits

Author SHA1 Message Date
Clansty
b7cb68e5ac
[F] CustomCameraId crash when no camera 2025-01-25 11:17:40 +08:00
Clansty
bd88d035cc
[O] HidInput -> AdxHidInput 2025-01-24 00:36:56 +08:00
Clansty
162e95b29b
[F] 段位认定 crash
close #14
2025-01-24 00:28:25 +08:00
Clansty
a43999bfa5
[+] ADX HID input 2025-01-24 00:23:11 +08:00
Clansty
cdce738543
[O] Desc for Window 2025-01-23 03:00:50 +08:00
4203b1ce7e
[O] Better Skip TrackStart screen (#12)
* [O]: Better Skip TrackStart screen

* add SoundManager.PreviewEnd();

* TrackStartProcess.TrackStartSequence

---------

Co-authored-by: Clansty <i@gao4.pw>
2025-01-23 00:47:12 +08:00
Clansty
c4065be329
[F] CI 2025-01-22 23:53:50 +08:00
凌莞~(=^▽^=)
dd9b8adb32
[+] Build with cake and commit id in version (#11)
* [+] Build with cake

* ci

* ci

* fetch-tags

* fetch-depth: 0

* melonloader 显示 Git 版本

* remove ci build alert

* set FileVersion to git version

* add describe to tg

* fix
2025-01-22 23:50:04 +08:00
Clansty
0487dd47d5
[O] better Gradually increase headphone volume 2025-01-21 01:47:38 +08:00
d00f70d0ba
[F] Sudden changes in headphone volume (#9)
* [F] Sudden changes in headphone volume

* [F]: Should rst _volumeFadeInState when logging out

* [F]: Reset _volumeFadeInState in GameOver
2025-01-21 00:16:48 +08:00
Clansty
f6e8f4e926
[F] duplicated playlog with 1.50 2025-01-17 23:35:58 +08:00
Menci
3d9219516b [+] ServerAnnouncement with GetGameSettingApi 2025-01-17 22:05:22 +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
Menci
e60c4f170e [-] Revert 'feat: ServerAnnouncement'
This reverts commit 429ae1ead5.
2025-01-17 17:27:45 +08:00
Clansty
429ae1ead5
feat: ServerAnnouncement 2025-01-16 15:51:20 +08:00
Clansty
e4ca51b165
[+] Bump version 2025-01-15 02:20:46 +08:00
Clansty
224448a042
[+] showBattleAchievement 2025-01-10 18:25:01 +08:00
Clansty
6c1ab2bd12
[+] enableAllEvent 2025-01-10 17:54:44 +08:00
Clansty
81fbee0395
[F] font shadow
close #2
2025-01-10 17:48:18 +08:00
Clansty
7fb2e2a9fa
[+] Disable DisableTimeout In game start process 2025-01-10 17:26:20 +08:00
simon
19634edabc
change skip button style & fix 1p touch sensor test (#7)
* change skip button style

* fix 1p touch sensor test not working

* allow skip by press outside button

---------

Co-authored-by: Clansty <i@gao4.pw>
2025-01-08 22:55:14 +08:00
Azalea
e35b4cd442
[U] Readme 2025-01-03 14:36:07 +08:00
Clansty
6fd3c9251c
[F] loadMp4Movie crash 2024-12-30 03:15:12 +08:00
Clansty
8474029f3a
[+] Bump version 2024-12-08 16:46:23 +08:00
凌莞~(=^▽^=)
7047020ad3
[F] Cannot clone ConfigView created by new ConfigView() (#5) 2024-12-07 12:40:41 +08:00
凌莞~(=^▽^=)
e063409362
[F] Method not found error when migrating with old HeadlessLoader.dll (#4) 2024-12-07 12:40:29 +08:00
Clansty
a819b98a26
[O] Change comments of window settings 2024-12-05 16:03:12 +08:00
Clansty
c98c0d9aa1
[+] Sound exclusive and 8ch settings 2024-12-04 15:56:18 +08:00
Clansty
f535e19439
[+] AutoSkip setting for GameSystem.SinglePlayer 2024-12-04 15:23:16 +08:00
Clansty
3d36005d14
[+] unlock all song 2024-12-04 11:27:28 +08:00
凌莞~(=^▽^=)
96995fcb5d
[+] mp4 movie
[+] mp4 movie
2024-12-02 17:33:28 +08:00
Clansty
2c2de9bb63
load mp4 from StreamingAssets 2024-12-02 12:20:38 +08:00
Clansty
f8309dd5d6
add movieAssetsDir and rename localAssetsDir to imageAssetsDir 2024-12-02 11:42:30 +08:00
Clansty
93217a3d40
fix 2024-12-02 10:59:20 +08:00
Clansty
488d4b5f9a
SetSpeed 2024-12-02 10:57:35 +08:00
Clansty
67c37df379
chore 2024-12-02 10:36:45 +08:00
Clansty
1c0a4e3ef7
chore 2024-12-02 09:35:59 +08:00
Clansty
e8aba37cfc
[+] Config version 2.2 migration 2024-12-02 09:08:34 +08:00
Clansty
e296bf55a9
[+] mp4 movie 2024-12-02 08:52:13 +08:00
Clansty
dbbd177589
[+] HideMask also hide Monitor_Mask 2024-12-01 12:22:39 +08:00
Clansty
16d2576f6f
[+] Migrate CI Actions 2024-11-30 15:03:41 +08:00
Menci
b282ab40d2 [F] Set ForceAsSserver to default ON (#92)
* Set ForceAsSserver to default ON

* work as origin

---------

Co-authored-by: Clansty <i@gao4.pw>
2024-11-30 14:43:25 +08:00
凌莞~(=^▽^=)
4fa65b99de [O] ResetTouchAfterTrack -> ResetTouch, add press key to reset (#93)
* [O] ResetTouchAfterTrack -> ResetTouch, add press key to reset

* fix

* update

* fix: Remove not work

---------

Co-authored-by: Menci <mencici@msn.com>
2024-11-30 05:29:30 +08:00
Clansty
2ed922b74a [+] LogUnity 2024-11-29 11:58:50 +08:00
Clansty
05b2096113 [F] JudgeAccuracyInfo crashes demo 2024-11-29 05:43:41 +08:00
Clansty
a3a734559e [+] Bump version 2024-11-27 03:49:27 +08:00
Clansty
e45ef98fc8 [O] Locale 2024-11-27 03:35:01 +08:00
Menci
c80c7aed1d [+] AquaMai.Config.ApiVersion (#91)
* Add ApiVersion

* Fix SectionNameOrder
2024-11-27 00:19:37 +08:00
Clansty
89bea41b6b [O] Do not reset touch panel when quick retry 2024-11-26 21:22:18 +08:00