Cameron Taylor
144ba00377
refactor: remove commented out code from draw() in PlayState.hx
2024-10-26 15:53:22 -04:00
Cameron Taylor
7159cad2c1
style: remove a buncho unused imports from PlayState.hx
2024-10-26 15:51:38 -04:00
Kolo
0a5419d7fc
the stage editor shit
2024-10-10 13:28:00 -04:00
EliteMasterEric
bc546e86aa
Clean up documentation in StrumlineNote
2024-10-05 13:34:08 -04:00
EliteMasterEric
de5cca1120
Add some cutom logic to determine if this.active is needed.
2024-10-05 13:34:08 -04:00
DaWaterMalone
3aa4591bab
Fixed Modded StrumlineNote Sprite Looping Animation
...
Within the playStatic function on the StrumlineNote.hx, setting this.active = true; will fix looping animations for modded in StrumlineNote sprites. Leaving this.active = false; will stop any modded StrumlineNote sprite animation when the player or opponent hits chart notes.
2024-10-05 13:34:08 -04:00
Cameron Taylor
d2e29879fe
fix: Song.getFirstValidVariation()
now properly takes into account multiple variations/difficulty input
...
freeplay implement for NEW song stuff w/ assets submod
save data crap and crud
rank icon fixes for fixed pico menu
2024-10-04 12:01:45 -04:00
Cameron Taylor
c0314c85ec
fix(freeplay)!: Proper variation / difficulty loading for Freeplay Menu
...
Previously the game would load variations in a `variation-difficulty` string format, but now we map it out better and filter it based on that, rather than messing around with suffixes and whatnot. If you have a mod that depended on the functionality of the `variation-difficulty` format, you should accomodate that functionality in another way
re-add freeplay song preview
song names and icons implemented again
implement the scoring rank, bpm, and difficulty crud
albumId loading fix
2024-10-04 12:01:45 -04:00
EliteMasterEric
a4ed55721f
Fix duplicate combo counter on combo break
...
Co-authored-by: Eric <ericmyllyoja@gmail.com>
Co-authored-by: Hundrec <hundrecard@gmail.com>
2024-10-04 08:09:18 -04:00
Kolo
410cfe972d
fix: fix the user song offsets being applied incorrectly
2024-10-03 21:25:34 -04:00
Victor G
45a5160b06
Fix PlayState compilation crashes
2024-10-03 21:25:34 -04:00
Cameron Taylor
9d3131bc8d
Merge branch 'rewrite/master' into bugfix/two-fixes
2024-09-30 10:25:58 -04:00
EliteMasterEric
90f6f80a71
Fix issues with animation offsets breaking on restart on characters with high offstes.
2024-09-29 07:06:11 -04:00
Cameron Taylor
a1370157a4
Merge pull request #803 from FunkinCrew/abnormalpoof/stage-prop-flipx
...
[PUBLIC PR] Add flipX and flipY parameters to Stage props
2024-09-28 12:30:57 -04:00
EliteMasterEric
042dfb7442
Merge branch 'rewrite/master' into abnormalpoof/stage-prop-flipx
2024-09-28 09:18:41 -04:00
Cameron Taylor
7a3d983bba
Merge branch 'feature/discord-rpc-resurrected' into rewrite/master
2024-09-27 17:47:59 -04:00
Cameron Taylor
db0944712d
Merge branch 'rewrite/master' into bugfix/mod-dev-fixes
2024-09-27 17:27:59 -04:00
Cameron Taylor
fb1b3cc1cd
Merge branch 'bugfix/week-7-pico-stress' into rewrite/master
2024-09-27 17:00:54 -04:00
Cameron Taylor
9a57762a9c
Merge remote-tracking branch 'origin/bugfix/web-screenshots' into rewrite/master
2024-09-27 16:56:12 -04:00
AbnormalPoof
cd2b458da2
add flipx and flipy
2024-09-27 15:15:35 -05:00
EliteMasterEric
5630e74584
Rework Freeplay variation handling... again.
2024-09-27 14:26:08 -04:00
EliteMasterEric
067f52ca91
Kill intro music when leaving Results state.
2024-09-27 14:25:32 -04:00
EliteMasterEric
b5f3996236
Properly sort difficulties/variations. Validate variation IDs (alphanumeric only)
2024-09-27 12:21:17 -04:00
EliteMasterEric
e321861b9f
Fix an issue where animations wouldn't loop properly on AnimateAtlasCharacters.
2024-09-27 03:09:59 -04:00
EliteMasterEric
c4ed31b246
Fix a bug where force-ending a song could occasionally try to draw destroyed sprites.
2024-09-27 02:52:01 -04:00
EliteMasterEric
67126b33fa
Suppress some spammy log calls
2024-09-25 10:02:18 -04:00
EliteMasterEric
998bbb213a
Merge branch 'rewrite/master' into nebulazorua/classic-camera-fix
2024-09-25 08:48:20 -04:00
EliteMasterEric
8d02a3f984
A bunch of controls fixes
2024-09-25 08:39:57 -04:00
EliteMasterEric
5693d626b5
Update so that album art works.
2024-09-25 03:58:43 -04:00
Cameron Taylor
073dbaa023
Merge remote-tracking branch 'origin/bugfix/input-offsets-crash' into rewrite/master
2024-09-23 18:48:22 -04:00
Cameron Taylor
1c2a403dea
Merge branch 'rewrite/master' into kadedev/fix-audio-offsets
2024-09-23 13:07:32 -04:00
Til Tjardes
cca997b724
fix develop branch cuz git is on crack
2024-09-22 17:59:18 -06:00
EliteMasterEric
0bf1bead03
Fix some issues causing the Input Offsets view to crash on web.
2024-09-22 12:14:15 -04:00
EliteMasterEric
6c743b3b89
Remove some spammy trace calls.
2024-09-21 20:33:51 -04:00
EliteMasterEric
2c73b241e8
Rework offset+vocal sync handling to fix the "Swing Mode" bug
2024-09-21 06:33:47 -04:00
Cameron Taylor
690f3090b7
proper audio scaling for hxcodec / desktop
2024-09-20 20:11:12 -04:00
Cameron Taylor
d02e834460
Merge branch 'rewrite/master' into abnormalpoof/assets-getpath
2024-09-20 18:13:13 -04:00
Cameron Taylor
426bff3bf5
Merge pull request #768 from FunkinCrew/kadedev/addcharacter-type
...
[PUBLIC PR] Move characterType assignment to Stage.addCharacter
2024-09-20 00:23:53 -04:00
Cameron Taylor
69bcd0834e
Merge branch 'rewrite/master' into techniktil/chart-editor-icons
2024-09-19 23:31:26 -04:00
Cameron Taylor
47ed9d7fb2
Merge branch 'rewrite/master' into dombomb64/note-style-scaling
2024-09-19 22:35:16 -04:00
Cameron Taylor
50de041251
Merge branch 'public-release/develop' into rewrite/master
2024-09-19 22:11:05 -04:00
Kade
f9186b67a7
less tolerance
2024-09-19 17:00:52 -07:00
Kade
a8aeae4f7f
do not include offset in vocal (they're offset by inst)
...
Fix a tiny little issue with vocal resync @ start
2024-09-19 14:26:18 -07:00
Kade
4d73e0cc47
fix some interesting issues with this
...
redundant trace removal
2024-09-19 14:26:18 -07:00
Kade
b03c8a9cf8
Limit the song time to 0 and the songs max length
...
use the new bool to tell if we should start the song
add a public static bool to countdown: finished
2024-09-19 14:26:18 -07:00
EliteMasterEric
3cbba8ba29
Resolve merge issues.
2024-09-19 17:16:31 -04:00
EliteMasterEric
35aa8731d0
Better status messages, buttons, updated album art, basic chart editor support
2024-09-19 11:13:05 -04:00
EliteMasterEric
8fd84f9d13
Functioning Discord Rich Presence!
2024-09-19 10:03:16 -04:00
Cameron Taylor
ab3b976f3c
fix rounding for sound results sfx
2024-09-18 15:07:15 -04:00
EliteMasterEric
5efbff044b
Resolve merge issues
2024-09-18 06:32:06 -04:00