1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-31 10:56:21 +00:00
Commit graph

4487 commits

Author SHA1 Message Date
Cameron Taylor f6fb11de4c hardcode 'touch here to play' graphic to be scaled at 0.5x instead FUNK-2710 2025-08-28 03:25:53 +08:00
Kolo 3a41b696d3 Ugh, I'm NEW 2025-08-27 23:19:36 +08:00
EliteMasterEric e4fdf1019a Explicitly specify the variation for a bunch of song requests to fix some bugs 2025-08-27 23:18:32 +08:00
Hyper_ fe6c8cabd6 the living dead capsules 😱 2025-08-27 15:19:56 +08:00
MAJigsaw77 c6ee23fec2 Add back the callbackutil initialization oops. 2025-08-24 20:06:04 +08:00
MAJigsaw77 345d96a7bc Oops 2025-08-23 23:32:33 -05:00
MAJigsaw77 7f7fc3fa90 Prevent re-initialization of specific core features.
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
2025-08-23 23:32:33 -05:00
Hundrec 0412d865f1 Fix later notes being hit before earlier ones
Bug introduced in 0.6.3 by this commit: c41c800998
2025-08-22 11:47:36 -05:00
MaybeMaru 8d1bfa105c Update PureColor.hx 2025-08-21 18:30:01 -05:00
Hyper_ a2e9277851 the swappening part 2 2025-08-21 23:14:09 +03:00
Hundrec 2425054940 Clamp clear percent to avoid floating point errors
A clear percent higher than 100% would play the rank slam animation of a pink P over an E, but the P would immediately revert to an E.
This change makes sure any values above 100% become exactly 100%.

Update Scoring.hx

Update Scoring.hx

Co-Authored-By: Kolo <67389779+koloindacrib@users.noreply.github.com>
2025-08-22 00:02:53 +08:00
Abnormal 2bbfbc8968 NOTE TO ERIC: typedefs are not classes. These should be fine to remove since I don't think you can import them anyway. 2025-08-21 09:51:01 -05:00
EliteMasterEric 5922b927b7 Add backwards compatibility for some classes that got moved. 2025-08-21 09:51:01 -05:00
EliteMasterEric ebc5133062 Rename dialogue registry classes to make them build properly on Windows 2025-08-21 09:51:01 -05:00
Abnormal 7e2094070c make entry params typed woohoo!!! 2025-08-21 09:51:01 -05:00
Abnormal 20187540b3 fix a null-safey compilation error 2025-08-21 09:51:01 -05:00
Abnormal c94d6bbb66 feat: Variation-specific song scripts 2025-08-21 09:51:01 -05:00
EliteMasterEric 3d8b9a18b3 Fixed an issue where legacy note data wasn't returning the right note kind. 2025-08-21 22:32:39 +08:00
EliteMasterEric f428f5860d Fix an issue where some formats of legacy note data weren't parsed correctly. 2025-08-21 22:32:39 +08:00
AwesomezPro99 2645d56514 Fixed Legacy Chart Scroll Speed 2025-08-21 22:32:39 +08:00
Burgerballs 3f5ef4abe0 Camera bop offset 2025-08-20 23:41:32 -04:00
anysad 75d8c5cc7a fix: fixing the fix 2025-08-20 16:41:27 -04:00
MAJigsaw77 6a564905c0 Small adjustments to prints. 2025-08-20 17:04:05 +07:00
MaybeMaru 1d22e073a2 Disable blue shader when unnecessary 2025-08-20 05:30:24 +08:00
MaybeMaru 9da770f6cd oop 2025-08-20 05:30:24 +08:00
MaybeMaru d414a4974a Mobile fix 2025-08-20 05:30:24 +08:00
MaybeMaru 6f193c4bd8 A lot of stuff 2025-08-20 05:30:24 +08:00
Cameron Taylor 520f7fbe68 create ConsoleMacro to allow easy initialization of classes into flixels console 2025-08-19 16:05:08 -04:00
Cameron Taylor aaa722abcf change debug_dumpSave -> debug_dumpSaveJsonSave 2025-08-19 16:05:08 -04:00
anysad f878624f44 fix: no more playtesting while dialog is open 2025-08-19 15:43:30 -04:00
Cameron Taylor 7f6c0d56cd fix options menu being able to be pressed during fade 2025-08-19 19:28:23 +07:00
Cameron Taylor a21eace70c fix main menu spam when FlxTransition stuff ends 2025-08-19 19:28:23 +07:00
anysad 47813eac31 fix: oopsie! no more big ranks 2025-08-19 00:10:26 -05:00
MoonDroid aab1330531 chore: Use .set() instead of getting a new instance of flxpoint, also add an if statement for better clarity!
woo!
2025-08-18 15:16:00 -05:00
PurSnake 8bab6196e5 RESPECT 2025-08-18 15:16:00 -05:00
Hundrec ec2cc44cc3 Revert "Fix events still moving when not moved"
This reverts commit 45ba0cb7a6.
2025-08-17 16:38:03 -05:00
Lasercar 172041d4f7 chart editor context menu solitaire fix 2025-08-17 13:47:41 -05:00
Hundrec 422da38662 Add min scale to SetHealthIcon event 2025-08-17 13:44:27 -05:00
Lasercar 9b81ebc4f2 The default events now have minimum values
lol, lmao, imagine coding a input to have minimum values but just.. not setting a value?
2025-08-17 13:44:27 -05:00
Lasercar 0b9ad0905e Toggle both hitsound audio volumes to 0 2025-08-17 13:41:05 -05:00
Lasercar 1e1b5643a8 Audio playback volume toggle hotkeys
Shift + M for metronome
Shift + H for hitsounds
Shift + I for instrumental
Shift + V for vocals
Shift + B for Boyfriend vocals
Shift + D for Dad vocals
2025-08-17 13:41:05 -05:00
Lasercar 45ba0cb7a6 Fix events still moving when not moved 2025-08-17 13:34:27 -05:00
Lasercar b1406e07f5 Mention that this prevents the issue from happening 2025-08-17 13:34:27 -05:00
Lasercar 4b655879f7 Don't move the notes if they weren't actually moved 2025-08-17 13:34:27 -05:00
JVN-Pixels fabfaa3a9c Fix Typo In MusicBeatState 2025-08-17 13:26:57 -05:00
Hyper_ 23b163cb69 Charter for new chart metadata dialog 2025-08-18 02:03:37 +08:00
Karim Akra 1b84c21c36 Remove "accidentally" leftover math on the conductor 2025-08-18 01:53:50 +08:00
cyn0x8 df67b642a8 chart editor song id option + manifest id fix 2025-08-17 09:46:41 +08:00
Hundrec fea34c4a7b Bring back Pause Menu offset adjustment for now 2025-08-16 17:11:24 -07:00
sector-a 10e8cbbac3 Fix pixel icon search 2025-08-17 07:12:51 +08:00