1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-07-27 07:41:02 +00:00
Commit graph

8 commits

Author SHA1 Message Date
EliteMasterEric 72a6b92daf Remove auto-rebuilding of HXCPP (it forces the game to clean build every time) 2025-06-06 20:46:50 -04:00
EliteMasterEric c6526527f1 Add HXCPP build to Prebuild, and add timer to Prebuild script 2025-06-06 20:45:23 -04:00
EliteMasterEric 44eb13ef9b Fix issue where prebuild script wouldn't get called properly. 2025-06-02 11:41:22 -07:00
sector-a 73914c6858 Don't build credentials if newgrounds feature is disabled 2025-04-17 13:03:27 +03:00
EliteMasterEric aa08dcfbbc Specify credentials via -DAPI_NG_APP_ID=value and -DAPI_NG_ENC_KEY=value at build time 2024-11-04 15:05:33 -05:00
EliteMasterEric 3a35be916b A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00
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
Eric 21f44edf1d New crash handler + Additional null safety for ChartEditorState (#130)
* A bunch of smaller syntax tweaks.

* New crash handler catches and logs critical errors!

* Chart editor now has null safety enabled.

* Fix -W build issue.

* Actually update hmm.json to use the crash handling branch

* Fix issues causing crash handler to trigger
2023-08-28 15:03:29 -04:00