EliteMasterEric
a1002c4756
Merge remote-tracking branch 'origin/rewrite/master' into bugfix/conductor-rewrite
2024-01-02 14:14:26 -05:00
Cameron Taylor
11d21c1369
Merge branch 'rewrite/master' into bugfix/chart-editor-monday-fixes
2024-01-01 19:09:36 -05:00
EliteMasterEric
a4c993f733
Update HaxeUI and Flixel
2023-12-23 16:25:50 -05:00
EliteMasterEric
711253a202
Update HaxeUI to latest
2023-12-19 16:12:25 -05:00
EliteMasterEric
f01535e431
Don't forget to update hmm!
2023-12-19 01:28:24 -05:00
EliteMasterEric
8dd6f29e26
Move all haxelib forks to the FunkinCrew organization.
2023-12-15 04:34:59 -05:00
EliteMasterEric
3f2d1b4c1b
Update haxelibs, add flixel-text-input to fix overlapping text
2023-12-14 17:34:02 -05:00
EliteMasterEric
ba3bf4e846
Update HaxeUI again
2023-12-14 17:05:48 -05:00
Cameron Taylor
4193cd4ee2
proper dialog fading
2023-12-13 18:24:55 -05:00
EliteMasterEric
a0ae30a7c1
Metronome slider and scroll anchor
2023-12-01 17:14:48 -05:00
EliteMasterEric
90fc00f9bb
Additional web fixes, Github CI should be happy now.
2023-11-28 21:19:07 -05:00
EliteMasterEric
9a2f235bed
Platform-specific fixes for HTML5 and MacOS
2023-11-28 20:52:45 -05:00
Eric
55779630f4
Update to latest HaxeUI ( #221 )
...
* Update to latest HaxeUI
* Update HaxeUI again
---------
Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
2023-11-20 11:18:25 -05:00
Eric
260f1bd265
[BUGFIX] Fix an issue where PlayState would crash after the second song. ( #216 )
...
* Ignore blank lines in intro text
* Add a check when trying to render destroyed graphics.
* Persist noteSplash graphic so it isn't destroyed.
2023-11-20 10:42:23 -05:00
EliteMasterEric
a605f53e07
Updated git references for haxeui-core and
...
haxeui-flixel
2023-11-05 00:07:49 -04:00
EliteMasterEric
8042f6c5a8
Update HaxeUI again
2023-10-19 15:05:54 -04:00
EliteMasterEric
fb4a307195
Update hmm and HaxeUI
2023-10-19 01:24:20 -04:00
Cameron Taylor
afcb677fac
index on rewrite/bugfix/pause-and-results-fixes: 9b8fc872
song diff menu sort
2023-10-17 00:38:28 -04:00
EliteMasterEric
f652beb382
Fix several merge errors.
2023-10-09 20:04:21 -04:00
Cameron Taylor
ab5d6d2f48
sounds in progress
2023-10-09 18:33:50 -04:00
Cameron Taylor
b20cb27f82
hue shifting in progress
2023-10-09 18:31:06 -04:00
Cameron Taylor
a8e39d90e8
temp rank stuff in progress
2023-10-09 18:27:17 -04:00
EliteMasterEric
e33c825a1f
Merge branch 'rewrite/master' into rewrite/feature/chart-editor-variation-button
2023-10-06 23:11:11 -04:00
EliteMasterEric
92162bfdad
Fix crash handler without breaking HaxeUI
2023-09-28 16:49:01 -04:00
EliteMasterEric
42bb50882d
"Add Variation" button, SongMetadata format changes, bug fixes, resolve metadata loading issues.
2023-09-25 23:24:07 -04:00
EliteMasterEric
62c62cb53e
Update json2object to fork
2023-09-25 21:18:56 -04:00
EliteMasterEric
86c105aff8
Merge remote-tracking branch 'origin/master' into bugfix-squash/song-data-parser-rework
2023-09-18 21:58:22 -04:00
EliteMasterEric
0d84559606
HTML5 should build now
2023-09-18 17:19:31 -04:00
EliteMasterEric
459a96a791
Merge remote-tracking branch 'origin/master' into bugfix-squash/song-data-parser-rework
2023-09-12 18:54:14 -04:00
EliteMasterEric
12c8362321
Revert OpenFL to the version which has no crash handler but un-breaks the HaxeUI style.
2023-09-12 18:38:55 -04:00
EliteMasterEric
12b5f3fbc1
Updated json2object.
2023-09-08 17:44:11 -04:00
Eric
bb09cc19e7
HTML5: Several fixes to asset loading ( #136 )
...
* Update Polymod to fix async script loading.
* Got into the Main Menu but playstate doesn't work
* Got into PlayState but GF script breaks!
---------
Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
2023-09-04 22:18:45 -04:00
Eric
dd4403d673
Update hmm.json to update flixel-addons ( #146 )
...
* Update hmm.json to include new flixel-addons
* flixel-addons update
---------
Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
2023-09-04 22:06:52 -04: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
Eric
42d8d55067
Unit Test Suite ( #119 )
...
* Initial test suite
* Fix some build warnings
* Implemented working unit tests with coverage
* Reduced some warnings
* Fix a mac-specific issue
* Add 2 additional unit test classes.
* Multiple new unit tests
* Some fixins
* Remove auto-generated file
* WIP on hiding ignored tests
* Added list of debug hotkeys
* Remove old website
* Remove empty file
* Add more unit tests
* Fix bug where arrows would nudge BF
* Fix bug where ctrl/alt would flash capsules
* Fixed bug where bf-old easter egg broke
* Remove duplicate lines
* More test-related stuff
* Some code cleanup
* Add mocking and a test assets folder
* More TESTS!
* Update Hmm...
* Update artist on Monster
* More minor fixes to individual functions
* 1.38% unit test coverage!
* Even more tests? :O
* More unit test work
* Rework migration for BaseRegistry
* gameover fix
* Fix an issue with Lime
* Fix issues with version parsing on data files
* 100 total unit tests!
* Added even MORE unit tests!
* Additional test tweaks :3
* Fixed tests on windows by updating libraries.
* Set versions for flixel-ui and hamcrest
---------
Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
2023-08-22 04:27:30 -04:00
EliteMasterEric
1caf905ef8
Update Lime
2023-08-03 17:44:17 -04:00
EliteMasterEric
ba0ed22c1b
Update Polymod
2023-08-03 13:07:30 -04:00
EliteMasterEric
2ba2aab2e3
Update Polymod
2023-08-03 12:55:29 -04:00
EliteMasterEric
4e1a5d6d65
Use cached builds for Lime
2023-08-03 11:47:40 -04:00
EliteMasterEric
113b4c45a4
Attempt at fixing Github Actions on WIN and HTML5
2023-08-03 09:23:53 -04:00
EliteMasterEric
005ffafe23
Merge remote-tracking branch 'origin/master' into feature/chart-editor-song-preview
2023-08-01 16:03:34 -04:00
EliteMasterEric
979a5ad493
Merge branch 'master' into feature/chart-editor-bpm
2023-08-01 14:08:41 -04:00
EliteMasterEric
f759d0923f
Update HaxeUI
2023-08-01 12:30:37 -04:00
Cameron Taylor
8efc7004ea
long-id and removed hmm from hmm.json
2023-07-31 15:46:19 -04:00
Cameron Taylor
d750af4396
directory fix and hmm lock
2023-07-31 15:40:47 -04:00
EliteMasterEric
d0ef34ced6
Merge branch 'master' into feature/new-input-system-yay
2023-07-26 22:00:14 -04:00
EliteMasterEric
26112aa6ed
Update HaxeUI
2023-07-26 21:55:47 -04:00
EliteMasterEric
03444161e8
Merge branch 'feature/new-input-system-yay' into feature/chart-editor-song-preview
2023-07-26 20:03:37 -04:00
Cameron Taylor
211ccc2e47
Merge pull request #107 from FunkinCrew/feature/offset-editor-tweaks
...
Tweaks and improvements to the animation editor
2023-07-24 16:26:04 -04:00
Cameron Taylor
56f1b6896a
update hxCodec
2023-07-24 16:04:35 -04:00