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/plugins
Hazel 0a19c7a8cb fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357)
* hx the codec

* fix(ci,html5): use haxe.Timer instead of Sys.time

* refactor(compat): use haxe.Timer instead of Sys.time(), introduce TimerUtil to reduce code dupe

* fix: redundant types

* refactor(style): use TimerTools in place of haxe.Timer

* refactor: consistent timer code

* feat: build timings

* refactor(ci): cleanup ci configs

* sigh

* sigh, 2

* fix: haxelib deleterepo does not silently fail

* retrigger ci

* verbose output

* debug info after haxelib gti

* force haxelib git override

* more debug info

* force bash

* at least haxelib is consistent now

* fix the runners first, then do that

* update ci-haxe

* it is time?

* deleterepo may fail

* finishing touches
2024-03-02 23:49:27 -05:00
..
EvacuateDebugPlugin.hx Fix a boatload of deprecation warnings and upgrade a few libraries. 2024-02-05 19:46:11 -05:00
ForceCrashPlugin.hx changed keybind to ctrl+shift+L 2024-02-22 18:51:18 -05:00
MemoryGCPlugin.hx fix(ci), feat(ci), refactor: i don't need sleep, i need answers (#357) 2024-03-02 23:49:27 -05:00
README.md Work in progress on context menus and song event editing. 2024-01-03 19:53:17 -05:00
ReloadAssetsDebugPlugin.hx Work in progress on context menus and song event editing. 2024-01-03 19:53:17 -05:00
ScreenshotPlugin.hx Add a screenshot sound provided by Isaac. 2024-02-22 03:15:06 -05:00
VolumePlugin.hx ScreenshotPlugin now uses Player.controls. VolumePlugin is now outside MusicBeatState 2024-02-16 14:42:28 -05:00
WatchPlugin.hx Fixed issues with audio in Week 6 after skipping the cutscene. 2024-02-28 03:01:20 -05:00

funkin.util.plugins

Flixel plugins are objects with update() functions that are called from every state.

See: https://github.com/HaxeFlixel/flixel/blob/dev/flixel/system/frontEnds/PluginFrontEnd.hx