1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-11 05:52:52 +00:00
Funkin/source/funkin/util
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
..
assets
logging Move the crash keybind into a global plugin. 2024-02-22 01:47:35 -05:00
macro
plugins fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357) 2024-03-02 23:49:27 -05:00
tools Remove DynamicTools; fix pause menu on HTML5 2024-03-05 23:21:57 -08:00
BezierUtil.hx
ClipboardUtil.hx
CLIUtil.hx
Constants.hx
DateUtil.hx
FileUtil.hx
FlxGamepadUtil.hx
HaxeUIUtil.hx
InputUtil.hx
MathUtil.hx Move E to a final constant as Mike suggested. 2024-02-17 03:41:08 -05:00
MemoryUtil.hx Add additional memory utilities and logging. 2024-02-22 00:06:02 -05:00
MouseUtil.hx
PlatformUtil.hx
SerializerUtil.hx
SortUtil.hx
TrackerUtil.hx some highscore tallies debugging stuf in progress 2024-03-04 20:47:23 -05:00
VersionUtil.hx
WindowUtil.hx