1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-12 15:17:57 +00:00
Funkin/source/funkin
AppleHair bef2e98222 [BUGFIX] Ensure the variation used for the next song is valid.
When playing in story mode, `PlayState` assumes all the songs use the same variation, which is usually true, but not guaranteed. This PR makes `PlayState` use the `getFirstValidVariation` method to find the valid variation instead of using the `currentVariation` variable, which might not be valid.
2024-07-29 18:34:59 -04:00
..
api Remove alot of unused imoprts 2024-05-27 22:34:28 -07:00
audio Update OpenFL to latest (requires a few fixes) 2024-07-29 17:26:49 -04:00
data Fixes for scripted song events, define vocal tracks per variation, display suffixed difficulties properly. 2024-07-28 01:42:09 -04:00
effects mer 2024-07-04 14:48:24 -04:00
graphics Merge branch 'rewrite/master' of github.com:FunkinCrew/Funkin-secret into rewrite/master 2024-07-08 22:10:52 -04:00
input add TAB to controls stuff 2024-07-08 16:40:10 -04:00
modding Fixes for scripted song events, define vocal tracks per variation, display suffixed difficulties properly. 2024-07-28 01:42:09 -04:00
play [BUGFIX] Ensure the variation used for the next song is valid. 2024-07-29 18:34:59 -04:00
save Save high scores and high ranks separately. 2024-06-11 00:40:43 -04:00
ui Update OpenFL to latest (requires a few fixes) 2024-07-29 17:26:49 -04:00
util Merge branch 'rewrite/master' into gamerbross/chart-reload-f5 2024-07-11 19:59:15 -04:00
Conductor.hx Keep the consistency in Conductor 2024-05-18 09:04:27 +02:00
Highscore.hx
import.hx Do some cleanup (replace several utility functions with a utility library we already depend on!) 2024-05-21 04:02:32 -04:00
InitState.hx rename stuff 2024-07-12 02:13:10 -04:00
Paths.hx Working Pico DJ 2024-07-03 18:03:31 -04:00
PlayerSettings.hx
Preferences.hx