Funkin/source/funkin
Mike Welsh a516e9199f Remove DynamicTools; fix pause menu on HTML5
Calls intended for `ArrayTools.clone` were being routed to
`DynamicTools.clone` due to the order of `using` statements in
`imports.hx`. This caused the pause menu to break due to arrays
becoming fubar (missing length property).

Using `DynamicTools` is a little dangerous, so remove it in favor
of calling `Reflect.copy` directly.
2024-03-05 23:21:57 -08: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 Properly handle pausing sounds with negative startTime 2024-03-04 03:43:17 -08:00
data Merge branch 'rewrite/master' into bugfix/2hot-explosion-polymod 2024-03-05 14:11:54 -05:00
graphics Fixes to animation looping and holds 2024-03-02 22:46:13 -05:00
input Work in progress on fixing Week 6 2024-02-28 00:19:08 -05:00
modding Implement onNoteIncoming script event. 2024-03-05 21:48:04 -05:00
play Merge branch 'rewrite/master' of https://github.com/FunkinCrew/funkin-secret into feature/script-event-note-incoming 2024-03-05 23:57:53 -05:00
save Rewrite save data to fix scripted story levels. Add a "pre-transition death delay" 2024-03-04 16:37:42 -05:00
ui Remove DynamicTools; fix pause menu on HTML5 2024-03-05 23:21:57 -08:00
util Remove DynamicTools; fix pause menu on HTML5 2024-03-05 23:21:57 -08:00
Conductor.hx removed beatTime nullability? 2024-01-05 17:22:01 -05:00
Highscore.hx Redo combine tally implementation 2024-03-04 22:22:19 -05:00
import.hx Remove DynamicTools; fix pause menu on HTML5 2024-03-05 23:21:57 -08:00
InitState.hx some highscore tallies debugging stuf in progress 2024-03-04 20:47:23 -05:00
Paths.hx Fix some issues with cutscenes. 2024-02-22 20:56:41 -05:00
PlayerSettings.hx Rewrite save data to fix scripted story levels. Add a "pre-transition death delay" 2024-03-04 16:37:42 -05:00
Preferences.hx Rewrite save data to fix scripted story levels. Add a "pre-transition death delay" 2024-03-04 16:37:42 -05:00
Preloader.hx simplified preloader 2024-02-17 04:45:12 -05:00