1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-05 06:14:36 +00:00
Funkin/source/funkin
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
..
api Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
audio Hashlink actually working! 2024-02-13 03:03:11 -05:00
data Merge branch 'rewrite/master' into feature/freeplay-pico-character 2024-02-13 00:41:03 -05:00
graphics swag truthers we are BACK 2024-02-13 03:32:20 -05:00
input Allow builds without hxCodec if using hashlink 2024-01-12 21:52:28 -05:00
modding Add scripted FunkinSprite 2024-02-12 16:50:18 -05:00
play Merge remote-tracking branch 'origin/rewrite/master' into feature/hashlink-hot-reload 2024-02-13 03:06:20 -05:00
save Editor: Removed side sliders. Split vocal volume into two sliders. Removed vocal volume from the savefile. 2024-01-22 23:51:13 -07:00
ui Merge remote-tracking branch 'origin/rewrite/master' into feature/hashlink-hot-reload 2024-02-13 03:06:20 -05:00
util Remove hmm dependency to fix HTML5 target 2024-02-15 00:23:24 -08:00
Conductor.hx removed beatTime nullability? 2024-01-05 17:22:01 -05:00
Highscore.hx Polish note display visuals, and scrap Killer judgement. 2024-01-15 22:10:42 -05:00
import.hx puddle positioning 2023-12-18 20:15:40 -05:00
InitState.hx Hashlink actually working! 2024-02-13 03:03:11 -05:00
Paths.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
PlayerSettings.hx Merge branch 'rewrite/master' into rewrite/bugfix/input-issues 2023-11-14 23:21:35 -05:00
Preferences.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
Preloader.hx FNFC file rework (includes command line quicklaunch) 2023-10-21 01:04:50 -04:00