1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-30 18:34:51 +00:00
Commit graph

1298 commits

Author SHA1 Message Date
Abnormal b61bd255c1 added legacyBoundsPosition
this option will offset the atlas such that it's positioned exactly like how it was in flxanimate. this exists as a sort of backwards-compatability layer for mods to use!
2025-08-29 22:44:11 -05:00
Abnormal bf9cde1407 spooky mix wasn't working with results debug but this fixes it lol 2025-08-29 18:17:52 -05:00
Abnormal 59bf91c0a1 preload animate atlas characters 2025-08-29 01:24:35 -05:00
Abnormal ad6630a687 i did it. i fixed blazin 2025-08-29 00:49:15 -05:00
Abnormal 37ded560e1 combine FlxAtlasSprite and FunkinSprite 2025-08-28 22:48:53 -05:00
Abnormal 1d7c94238c Replace FlxAnimate with flixel-animate
Co-authored-by: Hyper_ <40342021+NotHyper-474@users.noreply.github.com>
Co-authored-by: MaybeMaru <97055307+MaybeMaru@users.noreply.github.com>
2025-08-28 10:01:56 -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
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
EliteMasterEric ebc5133062 Rename dialogue registry classes to make them build properly on Windows 2025-08-21 09:51:01 -05:00
Abnormal c94d6bbb66 feat: Variation-specific song scripts 2025-08-21 09:51:01 -05:00
Burgerballs 3f5ef4abe0 Camera bop offset 2025-08-20 23:41:32 -04: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 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
Karim Akra 1b84c21c36 Remove "accidentally" leftover math on the conductor 2025-08-18 01:53:50 +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
Karim Akra 724992d3b3 Prevent the conductor from doing excessive nromal updates 2025-08-17 03:45:35 +08:00
MaybeMaru a2b347e31e Improve note batching 2025-08-15 12:27:53 -05:00
Kolo 4317f129e7 fuuuuuuuucckkkkkkkkkkkkkkkkkkk 2025-08-15 10:00:50 -05:00
Karim Akra aec3c646d5 make sure the conductor's lerp doesn't exceed the resync threshold 2025-08-15 05:31:04 +08:00
Hyper_ e7f7f4794f oops, you forgot this! 2025-08-14 16:16:58 -05:00
Hundrec 031007992a Revert "Prevent the song from drifting away after a lagspike"
This reverts commit 7fd74edf2b.
2025-08-13 12:46:49 -04:00
Karim Akra 495690f41c
Don't use any lerping on the conductor when the song isn't playing! 2025-08-13 10:47:47 +07:00
Kolo 57a276d17c lasercar nagged me to move the change somewhere else 2025-08-13 02:06:17 +08:00
Kolo 9b1b22c9d5 i literally had to set the holdNoteSprite to null that's all 2025-08-13 02:06:17 +08:00
MoonDroid 42a9c43127 chore: Switch all FlxMath.bound calls to .clamp calls instead 2025-08-11 21:35:41 -04:00
Kolo 01a2458c12 force the tween graaahhhhhhhhh 2025-08-11 11:37:06 -05:00
sector-a 5f8b7787cb Remove a left-over trace 2025-08-09 01:34:15 +08:00
Karim Akra 7fd74edf2b Prevent the song from drifting away after a lagspike 2025-08-08 01:02:55 +07:00
PurSnake feb55b2625 stuff 2025-08-06 11:47:10 -05:00
Karim Akra 0566cd3e58 get this out of here at once 2025-08-06 01:02:34 +08:00
Karim Akra a2f7fa9ef4 Fixed the lerp speed when changing playback rate 2025-08-06 01:02:34 +08:00
Karim Akra 3a30b681b6 tweaked the ease ratio 2025-08-06 01:02:34 +08:00
Karim Akra 0bd4ce4c97 Adjusted the lerp ratio to work better on lower FPS & added threshold for normal conductor updates 2025-08-06 01:02:34 +08:00
Karim Akra df0d977e6c Adjust the conductor arguments for smoother notes scrolling 2025-08-06 01:02:34 +08:00
Lasercar 1df0cb95f6 Fix onNoteHoldDrop logic
Co-Authored-By: Lasercar <64717068+Lasercar@users.noreply.github.com>
2025-08-05 15:00:01 +03:00
MAJigsaw77 ce83e962bf Fix swapped args oops. 2025-08-05 01:14:22 -04:00
MAJigsaw77 bb7b00cf77 Replace the application popup. 2025-08-05 01:14:22 -04:00
Herman Khomich 55358463f8 Remove repeated creation of strumlineScale in a row / Strumline.hx 2025-08-04 14:21:26 -05:00
Hyper_ 34ce13c5df chore: Add null safety to PlayState and LoadingState 2025-08-05 01:18:53 +08:00
Karim Akra aa8690fce3
Merge pull request #1489 from FunkinCrew/pr-5565/SrtHero278/pointer-fixes
[PUBLIC PR] Properly add the touch pointer on playstate
2025-08-03 17:45:12 +03:00
AwesomezPro99 8cd3785e3c Fix Blazin' Death Pause 2025-08-03 13:01:13 +03:00
Hyper_ 743e8b13c2 me...................................................................................... 2025-08-02 16:22:18 +03:00
SrtHero278 9d2cfa9686 Fix touch pointer positioning when in PlayState 2025-08-01 19:48:39 +07:00
Cameron Taylor 967397311b remove tiny uncommented code, and simplify an unneeded variable initialization 2025-08-01 13:15:56 +07:00
Cameron Taylor 542f59ef72 tallyCompletion() function for cleanup + constency 2025-08-01 13:15:56 +07:00
Kade 065ee74aea
Scoreable notekinds
Co-authored-by: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
2025-08-01 13:05:11 +07:00