1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/funkin/util/tools
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
..
ArraySortTools.hx Unit Test Suite (#119) 2023-08-22 04:27:30 -04:00
ArrayTools.hx Work in progress 2024-02-05 13:35:30 -05:00
FloatTools.hx fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357) 2024-03-02 23:49:27 -05:00
ICloneable.hx Fix a bug where modifying a copied template song's BPM in the chart editor would modify BPM in Freeplay. 2023-12-14 00:47:04 -05:00
Int64Tools.hx Fix a boatload of deprecation warnings and upgrade a few libraries. 2024-02-05 19:46:11 -05:00
IntTools.hx Clean up several messy chunks of code, and add support for dragging notes and events. 2023-10-26 05:46:22 -04:00
IteratorTools.hx Remove funkin.play.song.SongData and refactor app to match. 2023-09-08 17:46:44 -04:00
MapTools.hx Fix a bug where modifying a copied template song's BPM in the chart editor would modify BPM in Freeplay. 2023-12-14 00:47:04 -05:00
SongEventDataArrayTools.hx I discovered a new profiling tool and stayed up until 5 AM optimizing shit. 2023-09-13 14:51:12 -04:00
SongNoteDataArrayTools.hx I discovered a new profiling tool and stayed up until 5 AM optimizing shit. 2023-09-13 14:51:12 -04:00
StringTools.hx Unit Test Suite (#119) 2023-08-22 04:27:30 -04:00
TimerTools.hx fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357) 2024-03-02 23:49:27 -05:00