1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-12 15:17:57 +00:00
Funkin/source/funkin/util
Mike Welsh 91ab1cb520 Remove hmm dependency to fix HTML5 target
Remove the `hmm` haxelib dependency from the build.

Linking to `hmm` caused `utest` to be transitively linked, which
eventually caused OpenFL to act strangely and instatiate the
application twice on the HTML5 target.

`hmm` was only used for `HaxelibVersions.getLibraryVersions` macro
call. Instead, manually parse the `hmm.json` ourselves to avoid
the dependency. This fixes the HTML5 target.

`hmm` is still used for package management, but no longer linked
in to the build itself.
2024-02-15 00:23:24 -08:00
..
assets Rework Conversation data parsing 2024-02-07 18:45:13 -05:00
logging Merge pull request #288 from FunkinCrew/ansi-trace 2024-02-10 13:45:18 -05:00
macro Remove hmm dependency to fix HTML5 target 2024-02-15 00:23:24 -08:00
plugins Add state and substate to watch 2024-02-12 16:49:04 -05:00
tools Fix a boatload of deprecation warnings and upgrade a few libraries. 2024-02-05 19:46:11 -05:00
BezierUtil.hx
ClipboardUtil.hx
CLIUtil.hx
Constants.hx Polish note display visuals, and scrap Killer judgement. 2024-01-15 22:10:42 -05:00
DateUtil.hx
FileUtil.hx
FlxGamepadUtil.hx
HaxeUIUtil.hx Tooltips when hovering over chart events 2024-01-04 10:00:39 -05:00
InputUtil.hx
MathUtil.hx
MouseUtil.hx
PlatformUtil.hx
SerializerUtil.hx
SortUtil.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
VersionUtil.hx
WindowUtil.hx