Funkin/source/funkin
Mike Welsh 97884021c0 Fix bad initial save data when no save data present
If no save data was present, the game would check for legacy save
data in the ninjamuffin99 path to migrate over. This code was
incorrectly checking `FlxSave.data == null` to determine if
legacy data was present.

This caused an empty legacy save being migrated over, resulting
in a `volume` of 0 for any new player of the game.
2024-04-08 22:08:24 -07:00
..
api Rewrite save data to fix scripted story levels. Add a "pre-transition death delay" 2024-03-04 16:37:42 -05:00
audio Fix multiple music, and crashes in freeplay 2024-04-03 01:41:47 -04:00
data Merge branch 'rewrite/master' into feature/freeplay-ost-text 2024-04-01 22:21:29 -04:00
graphics assets submod 2024-04-05 16:40:37 -04:00
input Work in progress on fixing Week 6 2024-02-28 00:19:08 -05:00
modding Merge remote-tracking branch 'origin/rewrite/master' into bugfix/buncha-2hot-fixes 2024-03-27 01:40:22 -04:00
play Readd GF camera zoom into results state. 2024-04-05 02:56:47 -04:00
save Fix bad initial save data when no save data present 2024-04-08 22:08:24 -07:00
ui Add new album roll animation (again) 2024-04-04 16:30:04 -04:00
util Merge pull request #467 from FunkinCrew/retro-fade 2024-04-05 02:47:10 -04:00
Conductor.hx Merge branch 'rewrite/master' into feature/high-erect 2024-03-25 16:02:09 -04:00
Highscore.hx Bunch of results screen fixes 2024-04-01 21:59:53 -04:00
import.hx Remove DynamicAccessTools entirely. 2024-03-06 14:13:48 -05:00
InitState.hx Merge branch 'rewrite/master' into formatting-fixes 2024-03-22 19:00:29 -07:00
Paths.hx Merge remote-tracking branch 'origin/rewrite/master' into bugfix/buncha-2hot-fixes 2024-03-27 01:40:22 -04:00
PlayerSettings.hx A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00
Preferences.hx A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00