Abnormal
0dbb75ccdd
bump version to fix an issue with legacy bounds
2025-08-30 12:32:08 -05:00
Abnormal
6f593ef645
THE FUCKING BACKING TEXT IS FIXED IM FREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
2025-08-30 12:05:08 -05:00
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
8c49491d61
update results debug for modded character support to make testing easier
2025-08-29 18:04:58 -05:00
Abnormal
fb52c510bd
include animate atlas characters in the animation editor
2025-08-29 17:49:38 -05:00
Abnormal
5e19ac23df
fix char select speakers position
2025-08-29 02:53:58 -05:00
Abnormal
d83c4b40b2
fix for freeplay dj position after returning from char select
2025-08-29 01:56:25 -05:00
Abnormal
58089f8f80
fix dj offset on widescreen
2025-08-29 01:42:29 -05:00
Abnormal
6bf60c0fcd
some more tweaks to char select switching
2025-08-29 00:13:19 -05:00
Abnormal
79fbdf6444
we don't need this lol
2025-08-29 00:06:24 -05:00
Abnormal
cf71352357
fix a regression
2025-08-28 22:59:31 -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
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
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
EliteMasterEric
ebc5133062
Rename dialogue registry classes to make them build properly on Windows
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
anysad
75d8c5cc7a
fix: fixing the fix
2025-08-20 16:41:27 -04: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
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
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
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
cyn0x8
df67b642a8
chart editor song id option + manifest id fix
2025-08-17 09:46:41 +08:00
sector-a
10e8cbbac3
Fix pixel icon search
2025-08-17 07:12:51 +08:00
Hundrec
b98095f8aa
Fix the Chart Editor character switcher whoopsie
...
A public PR made it no longer selectable
Co-Authored-By: Kolo <67389779+koloindacrib@users.noreply.github.com>
2025-08-16 15:38:47 -05:00
Hundrec
89e07dac76
Add 2 sec fade and shorten timer to 37.5 sec
...
Co-Authored-By: Abnormal <86753001+AbnormalPoof@users.noreply.github.com>
2025-08-17 03:37:38 +08:00
EliteMasterEric
2fb973049a
Tweak a couple clamp calls
2025-08-17 03:37:38 +08:00
EliteMasterEric
dc20586e95
Switch from random weights to cycling, and remove Gameshark.
2025-08-17 03:37:38 +08:00
EliteMasterEric
ccb4c03b85
Implement new videos for attract state.
2025-08-17 03:37:38 +08:00
EliteMasterEric
f2732cb253
Rework attract state to play multiple videos.
2025-08-17 03:37:38 +08:00
Hundrec
21c16c3a50
Adjust a few notekind names
2025-08-15 16:38:33 +03:00