EliteMasterEric
382af3b485
Reimplement ghost tapping (disabled via compile define)
2024-08-28 05:42:14 -04:00
EliteMasterEric
200b3c963b
Updated compile defines to use feature flag system
2024-08-26 18:01:36 -04:00
Cameron Taylor
5756eff7cf
dont need null check, we just need to declare string type
2024-08-21 16:39:34 -04:00
Cameron Taylor
e1d8e758bb
completion server fixin?
2024-08-21 16:31:10 -04:00
anysad
d3209e57b7
goodbye scripts, hello notestyles!
2024-07-28 02:34:12 -04:00
Cameron Taylor
5a26ece9d6
Merge branch 'rewrite/master' into gamerbross/chart-reload-f5
2024-07-11 19:59:15 -04:00
Eric
71947c581e
[PUBLIC PR] Fix a bug where the memory counter would overflow into the negatives ( #662 )
...
* get Float instead of Int in cpp (Float is 64-bit in so it works easier than Int64)
* use Math.fround instead of Math.round
---------
Co-authored-by: Karim Akra <144803230+KarimAkra@users.noreply.github.com>
2024-07-11 19:35:41 -04:00
gamerbross
7b9e4a0542
Fix F5 chart not reloading
2024-07-11 03:41:51 -04:00
Cameron Taylor
a92334d5ae
Merge branch 'rewrite/master' into char-select-cherrypick
2024-07-08 16:23:32 -04:00
Cameron Taylor
67b1c3864e
Merge branch 'rewrite/master' into feature/character-anim-fixes
2024-07-04 15:07:07 -04:00
Cameron Taylor
a7cfae8545
mer
2024-07-04 14:48:24 -04:00
FabsTheFabs
28068b1a86
updating more stuff
2024-07-01 22:17:55 -04:00
EliteMasterEric
84dd1cd3b9
Fix several character animation issues
2024-06-28 22:29:59 -04:00
Cameron Taylor
81cada675c
fix for release, no bf printing directly to stdout!
2024-06-24 14:40:55 -04:00
EliteMasterEric
9b3a748f37
Working Pico DJ
2024-06-20 16:17:53 -04:00
EliteMasterEric
263039f52c
Make Boyfriend DJ animations data driven
2024-06-18 20:07:27 -04:00
EliteMasterEric
60e741434c
Implemented playable character registry, added Freeplay character filtering, added alt instrumental support
2024-06-18 17:56:24 -04:00
Cameron Taylor
817c216d06
Merge pull request #617 from FunkinCrew/bugfix/save-highest-rank
...
[FUNK-387] Save high scores and high ranks separately.
2024-06-11 12:04:38 -04:00
EliteMasterEric
b30faad7d9
Save high scores and high ranks separately.
2024-06-11 00:40:43 -04:00
EliteMasterEric
09aa8fbf52
Rebindable controls for the Freeplay menu
2024-06-09 02:22:03 -04:00
Cameron Taylor
3aa3007dbb
Merge branch 'fix-url-open' into rewrite/master
2024-06-06 20:12:28 -04:00
EliteMasterEric
ae950c7382
Finish save data repair (you should be able to transfer your save now)
2024-06-04 19:44:00 -04:00
EliteMasterEric
c056c72762
Implement advanced save data repair.
2024-06-04 14:26:24 -04:00
EliteMasterEric
06daa9d402
Increase Great threshold to 80%
2024-05-31 19:20:39 -04:00
EliteMasterEric
0514e05328
Merge branch 'bugfix/html5-save-data' into develop-0.4.0
2024-05-22 15:15:56 -04:00
EliteMasterEric
30fd86befb
Merge branch 'feature/charter-in-pause-menu' into develop-0.4.0
2024-05-22 12:01:27 -04:00
EliteMasterEric
42ab0b74e3
Merge branch 'feature/results-clear-rank' into develop
2024-05-22 11:40:00 -04:00
EliteMasterEric
6d3b58cecd
Fix some additional compiling issues.
2024-05-21 04:02:53 -04:00
EliteMasterEric
fed6d1146c
Do some cleanup (replace several utility functions with a utility library we already depend on!)
2024-05-21 04:02:32 -04:00
EliteMasterEric
f3868c2ee8
An attempt at an HTML5 save data fix
2024-05-21 02:23:21 -04:00
EliteMasterEric
228ac66cc2
Credit the song's charter in the pause menu.
2024-05-19 01:48:51 -04:00
Hyper_
24933f5bb9
Replace concatenation with string interpolation
2024-05-13 17:16:49 -03:00
NotHyper-474
0322a83882
Fix "Invalid argument '&'" error
2024-05-12 23:16:12 -03:00
EliteMasterEric
5d5cf74020
Reimplement rank-based results animations.
2024-05-09 22:37:21 -04:00
EliteMasterEric
be07760103
Fix a crash when querying FlxG.state
2024-05-08 00:08:44 -04:00
EliteMasterEric
4d7f3a3643
Granted access to scripts to some otherwise blacklisted functions.
2024-05-02 04:08:32 -04:00
EliteMasterEric
75af1b3947
Add mod list to crash logs
2024-05-02 04:07:56 -04:00
EliteMasterEric
bbccdfe3fb
Fix issue when git status returns empty string.
2024-05-01 13:40:46 -04:00
EliteMasterEric
73baabfa82
Detect if your local Git has been modified and display it.
2024-05-01 13:29:54 -04:00
EliteMasterEric
afdd28dbe2
Automatically mark -release builds as not prototype.
2024-05-01 12:56:13 -04:00
EliteMasterEric
02cc41fc98
Catch a potential crash when retrieving the render method
2024-05-01 11:41:15 -04:00
EliteMasterEric
72c83e7eb0
Don't show an error dialog twice.
2024-05-01 11:40:51 -04:00
EliteMasterEric
776747c2d9
Git Commit macro now available in all builds.
2024-05-01 11:40:23 -04:00
EliteMasterEric
109a3f50fb
Always fetch git hash while building and always display git hash in the logs.
2024-04-30 22:42:58 -04:00
Cameron Taylor
ce24ad1a8a
add fullscreen rebindable keybind across whole game
2024-04-30 00:40:42 -04:00
EliteMasterEric
01b80ab5c8
Merge remote-tracking branch 'origin/input-offsets' into rewrite/master
2024-04-28 19:07:44 -04:00
Cameron Taylor
46dcd4c8ea
homemade flixel tracker button
2024-04-27 01:17:15 -04:00
EliteMasterEric
f474bc32a5
Merge remote-tracking branch 'origin/rewrite/master' into input-offsets
2024-04-24 21:54:45 -04:00
Cameron Taylor
5aba4008ac
Merge branch 'feature/2hot-cutscenes-eric' into bugfix/weekend-1-can-death-freeze
2024-04-23 04:20:28 -04:00
EliteMasterEric
6edd9e8c6a
Make cars stop moving while the game is paused.
2024-04-22 22:30:29 -04:00