EliteMasterEric
a9667c54f3
Fix FlxAtlasSprite completion handling and music looping
2024-09-12 15:48:41 -04:00
CheemsAndFriends
3553d008cf
tinkering shit
2024-09-12 01:37:32 +02:00
CheemsAndFriends
68d87a0837
Add one more conditional in atlas + add ignoreExclusions in Bopper/BaseCharacter
2024-09-11 19:24:21 +02:00
CheemsAndFriends
0dc286e1d3
Fix Eggnog santa not playing plus Ugh fix
2024-09-11 18:29:31 +02:00
EliteMasterEric
a530d91a76
Fix a bug where StickerSubState was being loaded as a state and not a substate, breaking some transitions
2024-09-10 19:16:48 -04:00
EliteMasterEric
4c1b4859e7
Fix a bug where the random event in Week 3 would always trigger
2024-09-09 22:35:02 -04:00
Cameron Taylor
591d4a29f4
gameover positioning fixes
2024-09-09 12:34:55 -04:00
Cameron Taylor
a623ec77f7
Merge branch 'feature/char-unlock-notif' into rewrite/master
2024-09-06 19:44:58 -04:00
EliteMasterEric
34d13c61de
Cleanup character unlock impl and queue it for after Story Mode is completed.
2024-09-05 17:54:03 -04:00
Cameron Taylor
33aaabe190
lil console command helper for camera zoom
2024-09-05 01:22:45 -04:00
EliteMasterEric
24096bd319
Fixed positioning in Blazin'.
2024-09-04 10:58:18 -04:00
EliteMasterEric
3a2ca6b525
Code changes to fix Blazin'
2024-09-04 09:58:04 -04:00
Cameron Taylor
788f0ee026
Merge branch 'bugfix/labor-daybor' into rewrite/master
2024-09-03 23:56:45 -04:00
EliteMasterEric
36505f75c1
The actual code for custom freeplay music LOL
2024-09-03 21:14:57 -04:00
Cameron Taylor
930f5ff5a6
Merge branch 'feature/instrumental-select-hud' into rewrite/master
2024-09-03 11:25:34 -04:00
Cameron Taylor
b27aa4c94d
Merge branch 'rewrite/master' into feature/pico-playable-christmas
2024-08-29 13:40:56 -04:00
EliteMasterEric
1fb5c31c22
Don't apply global offset twice (NOTE: this may break Nene again!)
2024-08-28 06:09:34 -04:00
EliteMasterEric
16a6dba9df
Pico Fist Pump animation (with loss animation)
2024-08-28 06:08:30 -04:00
EliteMasterEric
89402f8bb8
Fix a bug where Bot Play could miss (via lag or the player mashing) and lose the song.
2024-08-28 05:47:34 -04:00
EliteMasterEric
af93da6cd4
Fixes to Chart Editor toolboxes
2024-08-28 05:43:23 -04:00
EliteMasterEric
b0f04779dc
Fix to Spooky icon in Freeplay menu
2024-08-28 05:43:01 -04:00
EliteMasterEric
382af3b485
Reimplement ghost tapping (disabled via compile define)
2024-08-28 05:42:14 -04:00
EliteMasterEric
469ff6690f
Fix a crash when skipping in the song before it started.
2024-08-28 05:40:50 -04:00
Cameron Taylor
ce62c240fa
Merge branch 'rewrite/master' into bugfix/nene-pico-offsets
2024-08-27 14:40:56 -04:00
Cameron Taylor
a7334d8ff9
Merge pull request #705 from FunkinCrew/bugfix/week-4-boppers
...
Fix a bug where stage props would receive events twice
2024-08-27 14:26:19 -04:00
EliteMasterEric
d02f632c0e
Fix a bug where stage props would receive events twice
2024-08-27 04:54:02 -04:00
EliteMasterEric
df42ac7531
Fixed issues with Nene offsets in Pico mode
2024-08-27 04:20:49 -04:00
EliteMasterEric
200b3c963b
Updated compile defines to use feature flag system
2024-08-26 18:01:36 -04:00
Cameron Taylor
df588f86af
Merge branch 'rewrite/master' into applehair/storymode-valid-variation
2024-08-20 15:06:07 -04:00
Cameron Taylor
1b309e33ef
Merge branch 'rewrite/master' into 70ltan/char-path-fix
2024-08-20 14:21:36 -04:00
Cameron Taylor
0e46f91a60
Merge branch 'rewrite/master' into feature/album-art-swap
2024-08-16 20:21:51 -04:00
Eric
6e1ff4a6b1
Merge branch 'rewrite/master' into 70ltan/char-path-fix
2024-08-12 14:37:16 -04:00
Eric
f5826e3a35
Merge branch 'rewrite/master' into applehair/storymode-valid-variation
2024-08-12 14:37:15 -04:00
Cameron Taylor
21fe5f12be
Merge branch 'ninjamuffin99/funk-644' into rewrite/master
2024-08-09 23:02:02 -04:00
Cameron Taylor
e105f933ac
Merge branch 'rewrite/master' into anysad/custom-countdowns
2024-08-09 23:00:03 -04:00
Cameron Taylor
62d0b33689
Fix for switching to old icon on isPixel levels
2024-08-06 13:44:02 -04:00
Cameron Taylor
f4a2ac4dde
Merge branch 'rewrite/master' into bugfix/character-offset-fixes
2024-07-29 21:25:33 -04:00
7oltan
e2297af1cd
FIX CHARACTER PATHS ISSUE
2024-07-29 18:54:26 -04:00
AppleHair
eb78b754f8
A fix requested by Eric
2024-07-29 18:34:59 -04:00
AppleHair
bef2e98222
[BUGFIX] Ensure the variation used for the next song is valid.
...
When playing in story mode, `PlayState` assumes all the songs use the same variation, which is usually true, but not guaranteed. This PR makes `PlayState` use the `getFirstValidVariation` method to find the valid variation instead of using the `currentVariation` variable, which might not be valid.
2024-07-29 18:34:59 -04:00
Cameron Taylor
f1af005cf3
Merge branch 'rewrite/master' into burgerballs/song-resync-tweaks
2024-07-29 14:04:41 -04:00
EliteMasterEric
41bd0246ac
Custom coutndown, judgements, and combo count now use the note style file instead of hardcoded paths.
2024-07-28 17:10:32 -04:00
anysad
d07564cdc2
hopefully final polish?
2024-07-28 02:44:16 -04:00
anysad
82a6ca5916
welcome fallback note styles!
2024-07-28 02:43:02 -04:00
anysad
d3209e57b7
goodbye scripts, hello notestyles!
2024-07-28 02:34:12 -04:00
anysad
bf1d4031af
remove trace
2024-07-28 02:31:20 -04:00
anysad
0e7fad090b
custom popups and countdowns yay!!!
2024-07-28 02:31:01 -04:00
EliteMasterEric
f3624f7e76
Fixes for scripted song events, define vocal tracks per variation, display suffixed difficulties properly.
2024-07-28 01:42:09 -04:00
Burgerballs
1831daac38
Update PlayState.hx
2024-07-25 03:34:59 -04:00
Burgerballs
6e301bf648
Update PlayState.hx
2024-07-25 03:34:58 -04:00
Burgerballs
964f6878c3
Update PlayState.hx
2024-07-23 19:02:09 +01:00
Burgerballs
8778ab1d0e
Update PlayState.hx
2024-07-23 18:09:39 +01:00
Cameron Taylor
4164329ca9
Merge branch 'rewrite/master' into lemz1/note-kind-scripts
2024-07-22 22:20:58 -04:00
EliteMasterEric
a071e90746
Added alt vocal offsets feature, disabled alt instrumentals on Pico mix (for now?)
2024-07-22 20:52:03 -04:00
EliteMasterEric
1515719a0f
Implemented instrumental select (you need to beat the song as Pico first)!
2024-07-22 18:38:22 -04:00
Cameron Taylor
bfa0bafc6f
Merge pull request #675 from FunkinCrew/bugfix/hud-hiding
...
Several tiny bug fixes
2024-07-19 19:10:28 -04:00
EliteMasterEric
7547875535
Allow hiding HUD on launcher builds.
2024-07-18 23:27:41 -04:00
EliteMasterEric
558ec53532
Switch songs with no difficulties from an error to a warning.
2024-07-18 23:27:12 -04:00
Cameron Taylor
f90c2bda99
Merge branch 'rewrite/master' into anysad/tutorial-hey-events
2024-07-18 15:08:10 -04:00
Cameron Taylor
b0a842c2c7
Merge pull request #664 from FunkinCrew/gamerbross/chart-reload-f5
...
[PUBLIC PR] Pressing F5 in play state now reloads the chart data from your assets folder
2024-07-18 15:07:52 -04:00
anysad
ba96b11196
hopefully final polish?
2024-07-18 17:56:54 +03:00
anysad
ff1ab1eb42
welcome fallback note styles!
2024-07-17 23:19:18 +03:00
anysad
ee44981995
you know what, make countdown sprites a little bigger
2024-07-16 22:02:05 +03:00
anysad
f8a0627fd2
goodbye scripts, hello notestyles!
2024-07-16 20:53:12 +03:00
EliteMasterEric
416d60000f
Implement Nene Christmas, and fix Nene offsets on other stages.
2024-07-15 06:30:10 -04:00
anysad
2547fbb8f4
remove trace
2024-07-13 23:08:16 +03:00
anysad
2993e17278
custom popups and countdowns yay!!!
2024-07-13 22:45:58 +03:00
EliteMasterEric
6116ec3639
Some more fixes for offsets handling and stuffs
2024-07-12 22:31:04 -04:00
EliteMasterEric
492874ce32
Merge branch 'sword352/indirect-anim-offsets' into bugfix/character-offset-fixes
2024-07-12 21:41:25 -04:00
EliteMasterEric
d4cbe74939
Smaller fixes tied to note kinds
2024-07-12 21:40:46 -04:00
EliteMasterEric
f76309c91e
Update rendering for custom note styles
2024-07-12 04:13:20 -04:00
lemz
1fe44fa368
add from
2024-07-12 02:13:23 -04:00
lemz
4746c1da0e
checking empty suffix is stupid
2024-07-12 02:13:22 -04:00
lemz
f9bccb057a
use suffixes instead of pixel boolean
2024-07-12 02:13:22 -04:00
lemz
492af8add4
String works now
2024-07-12 02:13:21 -04:00
lemz
44d9785317
editing them works now
...
still need to implement String and do some testing
2024-07-12 02:13:21 -04:00
lemz
c41d846df5
store params in chart
...
chart editor still doesnt fully work
2024-07-12 02:13:20 -04:00
lemz
764cdee63d
add more options
2024-07-12 02:13:20 -04:00
lemz
0fe726cefa
fix min, max
2024-07-12 02:13:20 -04:00
lemz
d9b9854d91
add params to toolbox
...
not completely finished
2024-07-12 02:13:18 -04:00
lemz
9a563ec46b
switch seemingly doesnt work
2024-07-12 02:13:18 -04:00
lemz
94fe4a06b9
Update NoteKind.hx
2024-07-12 02:13:18 -04:00
lemz
c8d019da2f
Update NoteKind.hx
2024-07-12 02:13:17 -04:00
lemz
acd8912d16
Add Custom Params For NoteKind
...
still need to implement the chart editor stuff
2024-07-12 02:13:17 -04:00
lemz
928de7b8eb
check for pixel style if necessary
2024-07-12 02:13:16 -04:00
lemz
c4855c0ca8
fix hold note
2024-07-12 02:13:15 -04:00
lemz
ca2cbb44f5
display custom note style in chart editor
2024-07-12 02:13:14 -04:00
lemz
328e590f92
hold assets are updated aswell
2024-07-12 02:13:13 -04:00
lemz
b6eda8e498
remove note kind logic from playstate
2024-07-12 02:13:12 -04:00
lemz
14771e72de
no more note getter
2024-07-12 02:13:12 -04:00
lemz
3f39d9509c
make custom note style less clunky
2024-07-12 02:13:12 -04:00
lemz
e3e4e9fac0
helper function
2024-07-12 02:13:11 -04:00
lemz
c83e505f5b
onUpdate, etc. works now too
2024-07-12 02:13:11 -04:00
lemz
606d9d4af4
Update NoteKindManager.hx
2024-07-12 02:13:11 -04:00
lemz
134b467876
rename stuff
2024-07-12 02:13:10 -04:00
lemz
a7482410b9
add note kind scripts
2024-07-12 02:13:10 -04:00
gamerbross
e6c9767800
Revert camCutscene rename
2024-07-11 22:48:21 -04:00
gamerbross
e23e6c160d
Fix references to camCutscene
2024-07-11 22:48:20 -04:00
gamerbross
17f5a06256
Add camOther to fix zooms on pause and stickers
2024-07-11 22:48:20 -04:00
EliteMasterEric
4a7545a0db
Remove empty function.
2024-07-11 21:45:06 -04:00
anysad
18b795d4f7
Add HEY! song events to Tutorial
2024-07-11 21:39:20 -04:00
Cameron Taylor
5a26ece9d6
Merge branch 'rewrite/master' into gamerbross/chart-reload-f5
2024-07-11 19:59:15 -04:00
Cameron Taylor
7cd19a0135
Merge pull request #656 from FunkinCrew/feature/nene-combo-anims
...
Implement combo animations for Nene + other changes
2024-07-11 19:52:01 -04:00
Cameron Taylor
966fce3426
Merge branch 'rewrite/master' into feature/nene-combo-anims
2024-07-11 19:51:13 -04:00
Cameron Taylor
cffe41985d
Merge pull request #663 from FunkinCrew/gamerbross/hold-note-forced-alpha
...
[PUBLIC PR] Fix a bug where mods can't change the transparency of hold notes
2024-07-11 19:48:35 -04:00
Cameron Taylor
19fd8b5e4e
Merge branch 'gamerbross/chart-editor-key' into rewrite/master
2024-07-11 19:45:10 -04:00
gamerbross
7b9e4a0542
Fix F5 chart not reloading
2024-07-11 03:41:51 -04:00
gamerbross
2fb55ba3ed
Fix default health icon not used
2024-07-11 06:59:22 +02:00
gamerbross
8107d1a290
Remove SustainTrail forced alpha
2024-07-10 20:18:29 -04:00
EliteMasterEric
2ae6882241
Swappable album art and updated FlxAnimate
2024-07-10 17:25:52 -04:00
EliteMasterEric
d8572cd323
Thank you loggo
2024-07-10 14:23:50 -04:00
EliteMasterEric
98ed4bd843
Implement Nene/GFXmas combo anims
2024-07-09 04:21:14 -04:00
EliteMasterEric
cb4620d33a
Fix background props not bopping on Week 5
2024-07-09 04:20:42 -04:00
Cameron Taylor
7a653707a8
Merge pull request #641 from FunkinCrew/maybemaru/pixels-per-ms
...
[PUBLIC PR] Make use of Constants.PIXELS_PER_MS consistent.
2024-07-08 22:12:18 -04:00
Cameron Taylor
6e5c6a8f6d
assets submod
2024-07-08 21:51:44 -04:00
EliteMasterEric
a9aa142b8d
Added more pico results + charts
2024-07-07 04:10:37 -04:00
Cameron Taylor
c9c94a5fda
note fadein fix
2024-07-04 15:55:19 -04:00
Cameron Taylor
4d9b506380
Merge pull request #645 from FunkinCrew/gamerbross/char-danceevery
...
[PUBLIC PR + CHANGES] Fix danceEvery for characters
2024-07-04 15:08:51 -04:00
Cameron Taylor
67b1c3864e
Merge branch 'rewrite/master' into feature/character-anim-fixes
2024-07-04 15:07:07 -04:00
Cameron Taylor
eddfa23955
Merge pull request #644 from FunkinCrew/abnormalpoof/cutscene-auto-pause
...
[PUBLIC PR] Automatically pause video cutscenes when tabbing away from the game
2024-07-04 14:52:46 -04:00
Cameron Taylor
a7cfae8545
mer
2024-07-04 14:48:24 -04:00
EliteMasterEric
7fbc765403
Implement Pico results (good animation)
2024-07-04 03:32:50 -04:00
EliteMasterEric
e32fcee77c
Migrate results animations to JSON data so we can implement them per-character
2024-07-03 22:50:39 -04:00
EliteMasterEric
ad57e64994
Working Pico DJ
2024-07-03 18:03:31 -04:00
EliteMasterEric
72a00b9ae2
Implemented playable character registry, added Freeplay character filtering, added alt instrumental support
2024-07-03 18:01:49 -04:00
EliteMasterEric
b022581e23
Make danceEvery a float precise up to 0.25 beats (1 step)
2024-06-28 23:25:59 -04:00
gamerbross
6bf28a5416
Implement danceEvery for Characters
2024-06-28 22:57:44 -04:00
AbnormalPoof
9d9d7a853c
video cutscene autopause magic
2024-06-28 22:36:01 -04:00
EliteMasterEric
84dd1cd3b9
Fix several character animation issues
2024-06-28 22:29:59 -04:00
MaybeMaru
16d64991ed
Add missing constants
2024-06-27 03:56:41 -04:00
gamerbross
a7bdf23832
Fix chart reset when charting and pressing chart key
2024-06-26 20:52:32 -04:00
Cameron Taylor
dd30012d80
Merge pull request #637 from FunkinCrew/hundrec/tankman-chart-editor-fix
...
[PUBLIC PR] Fix tankmanpixel icon in Chart Editor
2024-06-26 20:41:24 -04:00
Hundrec
08d35eb00d
Fix tankmanpixel icon in Chart Editor
2024-06-25 18:07:09 -04:00
Cameron Taylor
8a144352a0
remove bopper trace
2024-06-25 13:56:31 -04:00
Cameron Taylor
1757532097
more retro week 6 stuff
2024-06-25 13:56:31 -04:00
Cameron Taylor
39c3af58f2
fix: bf v pose playing during a gameover
2024-06-25 13:56:31 -04:00
EliteMasterEric
d44275c2c7
Fix a bug where songs with no notes would crash the results screen.
2024-06-24 14:40:55 -04:00
EliteMasterEric
9b3a748f37
Working Pico DJ
2024-06-20 16:17:53 -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
c05f053fe3
Merge branch 'rewrite/master' into bugfix/instrumental-id
2024-06-11 16:12:39 -04:00
EliteMasterEric
b30faad7d9
Save high scores and high ranks separately.
2024-06-11 00:40:43 -04:00
DM-kun
da61b72c48
crash fix
2024-06-10 16:21:41 -04:00
gamerbross
8f44d9606d
Remove unnecessary scrollMenu sounds + adjust volume
2024-06-10 13:17:38 -04:00
Cameron Taylor
4691e3d249
Merge branch 'bugfix/chart-editor-event-toolbox-crash' into rewrite/master
2024-06-10 12:26:47 -04:00
Eric
9a8ba4183e
Merge branch 'develop' into patch-1
2024-06-07 21:08:09 -04:00
gamerbross
cd485213db
Pause Camera Follow when pausing
2024-06-08 02:26:17 +02:00
gamerbross
ee6c4478a9
Use FlxG.camera instead of camGame
2024-06-08 02:02:54 +02:00
Hundrec
393355b512
Fix botplay sustain release bug
...
Copied opponent's holdTimer code to the player's side
2024-06-07 19:59:02 -04:00
EliteMasterEric
d39f3dc1e8
Merge branch 'main' into develop
2024-06-07 19:54:30 -04:00
EliteMasterEric
ca345e6c4f
Play song IDs based on the chart file's "instrumental" field, not the variation ID.
2024-06-06 21:38:00 -04:00
Cameron Taylor
7ef14b24c7
Merge branch 'prshit' into rewrite/master
2024-06-06 20:13:36 -04:00
Cameron Taylor
73c7bcf609
Merge branch 'rewrite/master' into burgerballs/scroll-speed-event
2024-06-06 19:49:47 -04:00
Cameron Taylor
02be65c383
Merge branch 'rewrite/master' into pursnake/character-scale
2024-06-06 19:47:48 -04:00
EliteMasterEric
a81b6b2d6e
Fix issue with rendering the grid in 3/4 time signature
2024-06-06 16:44:20 -04:00
FabsTheFabs
642f272bce
freeplay polish + new text
2024-06-06 01:49:33 +01:00
Cameron Taylor
e01fa2c85e
Merge branch 'result-percentage' into rewrite/master
2024-06-05 17:11:47 -04:00
Cameron Taylor
eaa63196b3
fix for dadbattle appearing on freeplay
2024-06-05 17:10:53 -04:00
Cameron Taylor
6e761ba156
hardcode the songname position
2024-06-05 14:47:29 -04:00
Cameron Taylor
fa1fafba68
less effin traces
2024-06-05 14:13:06 -04:00
EliteMasterEric
5dda95c69b
Fix some display issues with the clear percent in the results screen.
2024-06-05 00:40:14 -04:00
Cameron Taylor
e12a48b6fc
fabs code stuff and difficulty fixin
2024-06-03 18:18:33 -04:00
Cameron Taylor
8c4709c25e
Merge branch 'results-scrolling' into anim-rename-fixins
2024-06-03 18:11:45 -04:00
Cameron Taylor
c64db9966b
Merge branch 'rewrite/master' into rank-fixes
2024-06-02 02:19:36 -04:00
Cameron Taylor
08f3b1d95b
anim fixes on results
2024-06-02 00:15:10 -04:00
Cameron Taylor
51a44d4810
persistent draw false for results screen (fixes FUNK-256)
2024-06-01 23:36:57 -04:00
FabsTheFabs
63bd6f2ace
sparks nd more fixes.. i think
2024-06-02 00:25:52 +01:00
Cameron Taylor
bd7875e86a
fix rank icons appearing when they shouldn't be
2024-06-01 17:13:07 -04:00
FabsTheFabs
1cffc36ba8
results timing redo + fixed anims for all ranks
2024-06-01 01:17:11 +01:00
FabsTheFabs
e08cdac35b
score number shuffling
2024-06-01 01:16:52 +01:00
FabsTheFabs
28444fd478
rank tweaks, favourite changes + rank anim fixes
2024-05-31 10:39:53 +01:00
EliteMasterEric
0d4f3cdc33
Scrolling results text
2024-05-31 01:42:41 -04:00
Eric
3b74a14a0d
Merge pull request #2610 from PurSnake/fixing
...
[BUGFIX] Correct characters scaling on stage
2024-05-30 23:54:38 -04:00
EliteMasterEric
573e1575a7
Merge branch 'rewrite/master' into pursnake/character-scale
2024-05-30 23:40:00 -04:00
Cameron Taylor
c322e2aeef
Merge branch 'rewrite/master' into feature/results-freeplay-transition
2024-05-30 21:05:32 -04:00
Eric
2380058820
Merge pull request #2328 from nebulazorua/new-judge-applying
...
New judge application logic
2024-05-30 16:10:17 -04:00
EliteMasterEric
b7a828e7d8
Make Freeplay use correct ranks, play the slam animation after Results, new Results music
2024-05-30 05:25:51 -04:00
Eric
6cc9c3d968
Merge pull request #2409 from Burgerballs/scroll-speed-fix
...
[FEATURE] Scroll Speed Event
2024-05-29 23:22:03 -04:00
EliteMasterEric
6572d13a7f
Improve documentation a bit.
2024-05-29 23:21:32 -04:00
EliteMasterEric
174c595837
Fix crash caused by improperly canceling a tween
2024-05-29 22:49:57 -04:00
Cameron Taylor
5adeada357
Merge branch 'gamerbross/scripted-stage-tostring' into develop-0.4.0
2024-05-29 16:49:12 -04:00
Cameron Taylor
4f34079b98
Merge branch 'audio-stream' into develop-0.4.0
2024-05-29 16:45:35 -04:00
Eric
eeaae74b46
Merge pull request #2603 from gamerbross/bugfix/unscripted-stage-trace
...
[BUGFIX] Unscripted Stage Log Trace (missing toString for Stage)
2024-05-29 00:27:36 -04:00
Eric
db7b97d513
Merge pull request #562 from FunkinCrew/loadingbar-fix
...
[PUBLIC PR] Loading Bar Fix
2024-05-28 23:37:10 -04:00
Eric
34ca8dcd24
Merge pull request #2488 from MaybeMaru/downscroll
...
Fix hold notes on downscroll
2024-05-28 22:02:46 -04:00
gamerbross
cf61b9ef90
Add toString to Stage + Revert "Fix Unscripted Stage Log Trace"
2024-05-28 14:51:16 +02:00
Cameron Taylor
9ccee66b47
Merge branch 'rewrite/master' into downscroll
2024-05-28 02:24:40 -04:00
EliteMasterEric
3b5e85d050
Merge remote-tracking branch 'secret/rewrite/master' into bugfix/html5-save-data
2024-05-28 01:35:43 -04:00
EliteMasterEric
3f9d8ccda9
Merge branch 'rewrite/master' into bugfix/html5-save-data
2024-05-28 01:34:16 -04:00
Cameron Taylor
827ad61602
Merge branch 'rewrite/master' into feature/results-clear-rank
2024-05-28 00:56:18 -04:00
PurSnake
cb2f4b0f06
[BUGFIX] Correct characters scaling
...
bruh
2024-05-25 21:00:10 +03:00
EliteMasterEric
e44266f5c0
Merge remote-tracking branch 'secret/feature/results-clear-rank' into develop-0.4.0
2024-05-24 13:29:35 -04:00
Burgerballs
eb2b143a1c
Merge branch 'develop' into scroll-speed-fix
2024-05-24 17:23:45 +01:00
Eric
b167e485a1
Merge pull request #2593 from gamerbross/feature/legacy-healthicon-winning
...
[FEATURE] Add Winning support to Legacy Health Icons
2024-05-24 01:51:10 -04:00
EliteMasterEric
44880fa569
Implement placeholder GREAT animation
2024-05-24 00:06:26 -04:00
Burgerballs
b40bb98bb4
Merge branch 'develop' into scroll-speed-fix
2024-05-23 22:44:25 +01:00
Cameron Taylor
c02d75b94a
Merge branch 'public-release/develop' into rewrite/master
2024-05-23 16:38:34 -04:00
gamerbross
5e130eeffc
Add Winning support to Legacy Health Icons
2024-05-23 18:18:37 +02: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
f17f639304
Finish implementing smaller numbers.
2024-05-22 01:07:20 -04:00
Keoiki
4e47bfe68b
Fix Note Styles in PlayState & Chart Editor
2024-05-21 23:52:40 +03: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
etvx86
9968c8eabc
Fix some trace typos
2024-05-20 10:42:17 -04:00
EliteMasterEric
228ac66cc2
Credit the song's charter in the pause menu.
2024-05-19 01:48:51 -04:00
EliteMasterEric
faf7a0643c
Tinkered with ghost tapping some, leaving it off for now tho.
2024-05-19 01:47:36 -04:00
Eric
6744c1d261
Merge pull request #2518 from gamerbross/bugfix/gameover-charting-crash
...
[BUGFIX] ChartingState GameOver Crashes
2024-05-18 14:17:29 -04:00
EliteMasterEric
b6b93bb0c6
Added clear percent, rank name, and background text.
2024-05-17 20:26:34 -04:00
gamerbross
f1a0692c51
Fix ChartingState GameOver Crashes
2024-05-15 22:50:34 +02:00
Burgerballs
21333ee8dc
burgerbugs require burgerfixes
2024-05-15 17:26:03 +01:00
Burgerballs
eaf998adf7
curse burgerballs
2024-05-15 17:24:04 +01:00
Burgerballs
96de434d75
multiplicative added!! + sum tween fixes
2024-05-15 17:17:09 +01:00
nebulazorua
e462b04b59
does notesplash
2024-05-15 20:46:08 +08:00
nebulazorua
fae625a795
last commit, if merged, would've likely caused issues if going from tween to classic
...
should be fixed now?
2024-05-15 20:42:11 +08:00
rich
a8279cdd76
Merge branch 'FunkinCrew:main' into develop-char-opt
2024-05-15 16:32:22 +04:00
Cameron Taylor
84a4a23d3c
Merge branch 'polish/game-over-transition' into public-release/develop
2024-05-14 21:32:05 -04:00
MaybeMaru
c5caa0331e
Update Strumline.hx
2024-05-13 22:17:47 +02:00
richTrash21
7df41ebc56
minor optimization
2024-05-13 21:35:26 +04:00
MaybeMaru
c270f61cac
Update Strumline.hx
2024-05-13 02:21:43 +02:00
MaybeMaru
b22dd4d7d4
Update Strumline.hx
2024-05-13 02:18:57 +02:00
EliteMasterEric
6c2d18c72c
Resurrected difficulty stars, fixed flame animation, fixed Random showing an album.
2024-05-11 01:05:51 -04:00
EliteMasterEric
83c3ff478c
Added Clear % tally to results.
2024-05-10 22:09:09 -04:00
Burgerballs
5fd2ea0bcf
optimization of the cleary boy (:
2024-05-10 21:37:46 +01:00
Burgerballs
a5700b37e1
awesome shit (see desc)
...
No longer Additive, it just sets the scroll speed
Now you can set it to either strumline
2024-05-10 21:23:35 +01:00
EliteMasterEric
5d5cf74020
Reimplement rank-based results animations.
2024-05-09 22:37:21 -04:00
EliteMasterEric
a243b167b2
Fix up more credits
2024-05-09 22:37:01 -04:00
EliteMasterEric
3207fd82f3
Merge remote-tracking branch 'public/bugfix/easter-egg-crash' into bugfix/public-fixes
2024-05-09 16:40:11 -04:00
Burgerballs
e5ee6efdf4
redundancy is bad!!!!
2024-05-09 20:01:26 +01:00
Burgerballs
edfde606a1
magical machine of death
2024-05-09 17:51:03 +01:00
codist
bfaa4626f8
Polish for the transition from GameOverSubState back into PlayState.
2024-05-09 01:10:53 -04:00
Eric
34a6e16385
Merge pull request #2323 from nebulazorua/main
...
Chart debug key takes you back to chart editor if you're charting
2024-05-08 23:14:59 -04:00
Sword352
f6334fb30b
Use animOffsets
directly.
2024-05-08 22:18:41 +02:00
nebulazorua
3cc7f7407d
fix focuscamera CLASSIC breaking zooms and snapping
2024-05-08 21:08:17 +08:00
nebulazorua
4b500f78e1
Revert change because i forgot to do it in a new branch oriignally lol
2024-05-08 20:30:47 +08:00
nebulazorua
2eaea3cdc5
Apply judgements through a seperate function to applyScore
...
Also adds more to the HitNoteScriptEvent, such as the noteDiff and also isComboBreak.
noteDiff is important as it lets you create stuff like notes with reduced hitboxes (i.e mines/"hurt notes") or millisecond hit displays. isComboBreak lets you set whether the judge combo broke, so you could in theory create custom judgements in scripts now with these changes (killer reimplementation in scripts? more likely than you'd think!)
2024-05-08 20:26:17 +08:00
nebulazorua
f5143c2d78
this is better
2024-05-08 19:56:13 +08:00
nebulazorua
6fdc090ecc
i have accidentally done this and wiped out my chart many times
2024-05-08 19:53:47 +08:00
EliteMasterEric
4e5531744a
Curse you burgerballs
2024-05-08 03:23:00 -04:00
Sword352
dd86934712
did the requested changes
2024-05-08 09:22:49 +02:00
Eric
6742e5c833
Merge pull request #2308 from Burgerballs/patch-1
...
Fix some spaghetti on PlayAnimationSongEvent
2024-05-08 02:32:26 -04:00
Sword352
7ce3eabd17
Better character animation offsets handling.
2024-05-08 07:35:46 +02:00
codist
000e256b0e
Fixed an issue where hold note would be invisible for a single frame.
2024-05-08 01:20:39 -04:00
Burgerballs
2743a853bc
Fix some spaghetti on PlayAnimationSongEvent
2024-05-08 06:03:12 +01:00
EliteMasterEric
cfeca56634
Fix an error related to an easter egg, plus some warnings.
2024-05-08 00:36:22 -04:00
EliteMasterEric
5e63832a87
Revert "Moved scroll speed to an instance variable"
...
This reverts commit 6e5171b766
.
2024-05-02 23:06:01 -04:00
EliteMasterEric
23a27dd36e
Implement onSongLoaded script event (with access to notes and events)
2024-05-02 04:11:27 -04:00
EliteMasterEric
65854b2ca8
Fix an issue with animated health icons from mods.
2024-05-02 04:09:38 -04:00
EliteMasterEric
cf01157b39
Mid-song cutscenes should just do nothing after they are finished,
2024-05-02 03:39:18 -04:00
EliteMasterEric
6e5171b766
Moved scroll speed to an instance variable in PlayState (for da modders :P)
2024-05-01 22:39:13 -04:00
Cameron Taylor
aaeb77a1f5
preventDefaultKeys for PreciseInputManager, and just use the FlxG.keys version
2024-05-01 17:23:22 -04:00
EliteMasterEric
079b1f327a
Fix two crashes thanks to a crash report
2024-04-30 23:24:43 -04:00
EliteMasterEric
dae7d71b17
Better (but not perfect) results screen text alignment
2024-04-30 13:34:34 -04:00
Cameron Taylor
23dd9937ec
black camera bg
2024-04-30 07:21:45 -04:00
FabsTheFabs
c609e3591b
fixed classic camera reset
2024-04-29 02:22:33 +01:00
FabsTheFabs
3083305f51
fix pixel combo numbers being huge
2024-04-29 02:21:44 +01:00
EliteMasterEric
01b80ab5c8
Merge remote-tracking branch 'origin/input-offsets' into rewrite/master
2024-04-28 19:07:44 -04:00
Cameron Taylor
7d2713a731
this doesn't need to be here
2024-04-25 01:55:51 -04:00
Cameron Taylor
12b5d6d086
some result screen polish
2024-04-25 01:53:13 -04:00
EliteMasterEric
dd90d430ee
Replace the zoom with a fade (for now)
2024-04-24 23:50:19 -04:00
EliteMasterEric
7c6bf7ef45
Fix the alignment of the song name in the results screen
2024-04-24 23:50:11 -04:00
EliteMasterEric
e0721b901e
Fix a bug where negative visual offsets would break the countdown.
2024-04-24 21:57:23 -04:00
EliteMasterEric
17a15a3947
Reposition notes based on the configured input offset (so you still hit them when centered)
2024-04-24 21:57:17 -04:00
EliteMasterEric
f474bc32a5
Merge remote-tracking branch 'origin/rewrite/master' into input-offsets
2024-04-24 21:54:45 -04:00
EliteMasterEric
b6247c933a
Disable chart editor on web until it's fixed.
2024-04-24 16:00:50 -04:00
EliteMasterEric
374c042ad0
Fix a critical issue causing instrumental variations to not load on web.
2024-04-23 18:32:07 -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
1e5153f133
Fix an issue where zooming in the camera would persist to results screen
2024-04-22 23:04:57 -04:00
EliteMasterEric
84c3fd452b
Update Weekend 1 cutscenes to use the instanced Conductor
2024-04-20 02:11:04 -04:00
Cameron Taylor
678dbc0ab7
Merge branch 'rewrite/master' into a-bot-bars
2024-04-19 15:11:28 -04:00
FabsTheFabs
351cb8cbaa
popupstuff changes + make combopopup able to be edited outside of playstate
2024-04-19 14:14:33 -04:00
Cameron Taylor
035db7f00a
Merge branch 'rewrite/master' into bugfix/draw-crash
2024-04-19 14:03:58 -04:00
Cameron Taylor
93ae7692c8
Merge branch 'rewrite/master' into bugfix/weekend-1-bug-fixes
2024-04-19 13:55:01 -04:00
Cameron Taylor
1405e21e3d
Merge branch 'rewrite/master' into a-bot-bars
2024-04-16 20:02:08 -04:00
EliteMasterEric
d346c9387c
Fix a crash in the Results state. also nudge GF over to the spot she's in in the FLA
2024-04-16 19:42:52 -04:00
EliteMasterEric
43ec72fb9d
Ensure playNoteHoldCover doesn't call if note is judged as 'miss'
2024-04-15 20:36:38 -04:00
Cameron Taylor
658fd392fa
Merge branch 'rewrite/master' into a-bot-bars
2024-04-14 02:57:05 -04:00
EliteMasterEric
6f5c3a043f
Fix crash caused when game tries to render disposed sprites during a Sticker transition.
2024-04-10 14:45:07 -04:00
Cameron Taylor
5f48ca82bd
Merge branch 'rewrite/master' into bugfix/additional-fixins
2024-04-09 23:50:05 -04:00
EliteMasterEric
b464f51ba2
Fix an issue where a missing stage would cause a crash (rather than an error popup)
2024-04-06 22:38:32 -04:00
EliteMasterEric
ea1d123c49
Fixes to Pico Blazin' animations.
2024-04-06 21:42:31 -04:00
EliteMasterEric
5beb20ec7c
Fix bug where restarting the song would sometimes crash.
2024-04-06 21:42:18 -04:00
EliteMasterEric
14869b9373
Also disable highscores in botplay
2024-04-06 02:08:10 -04:00
EliteMasterEric
99ee2b07ca
Make results screen use full campaign score in Story Mode
2024-04-06 02:06:06 -04:00
EliteMasterEric
29f105a44d
Practice mode = no highscore!
2024-04-06 01:59:46 -04:00
EliteMasterEric
a6d44b1f15
Removed many unused assets to optimize bandwidth usage.
2024-04-05 19:43:52 -04:00
EliteMasterEric
95434018f7
Readd GF camera zoom into results state.
2024-04-05 02:56:47 -04:00
Eric
fd88ebef63
Merge pull request #467 from FunkinCrew/retro-fade
...
small fade polish for week 8 convos
2024-04-05 02:47:10 -04:00
EliteMasterEric
9c8ab72494
Merge remote-tracking branch 'origin/rewrite/master' into bugfix/quick-camera-fixes
2024-04-05 02:45:23 -04:00
EliteMasterEric
08e8530ad4
Fix SetCameraBopSongEvent to be additive
2024-04-05 02:44:44 -04:00
EliteMasterEric
07092269b8
Merge branch 'rewrite/master' into input-offsets
2024-04-04 18:45:16 -04:00
Cameron Taylor
8f3406cb0e
Merge branch 'rewrite/master' into feature/results-screen-score
2024-04-04 05:34:29 -04:00
Cameron Taylor
544dcdf809
Merge branch 'rewrite/master' into bugfix/chart-editor-weekend-1
2024-04-04 05:32:26 -04:00
Cameron Taylor
57a5973c2c
small fade polish for week 8 convos
2024-04-04 05:22:44 -04:00
EliteMasterEric
33685b2bcd
Fix an issue where player could not switch difficulties from Pause menu until they beat Weekend 1.
2024-04-04 04:08:07 -04:00
EliteMasterEric
8826d0741b
Hide miss popups when hitting ~160ms
2024-04-04 03:31:44 -04:00
EliteMasterEric
f129cb7997
Fix a bug where if Weekend 1 wasn't cleared, you can't chart those songs
2024-04-03 21:57:29 -04:00
EliteMasterEric
d911c46d2f
Better scoring numbers and improved anims.
2024-04-03 06:24:20 -04:00
EliteMasterEric
1759f5c388
Note cover now only plays splash on player
2024-04-03 04:52:28 -04:00
EliteMasterEric
e9d8546737
More results screen changes
2024-04-03 04:52:12 -04:00
Cameron Taylor
dcffe0537f
Merge branch 'rewrite/master' into bugfix/buncha-2hot-fixes
2024-04-01 22:40:10 -04:00
Cameron Taylor
d6723a8212
Merge branch 'rewrite/master' into bugfix/freeplay-menu-transition
2024-04-01 22:14:29 -04:00
Cameron Taylor
165e20c318
Merge pull request #453 from FunkinCrew/bugfix/judgements-below-notes
...
Bugfix/judgements below notes
2024-04-01 22:08:00 -04:00
Cameron Taylor
db89e199c4
Merge pull request #455 from FunkinCrew/bugfix/results-screen-cleanup
...
Bunch of results screen fixes
2024-04-01 22:07:43 -04:00
EliteMasterEric
67e096e443
Bunch of results screen fixes
2024-04-01 21:59:53 -04:00
Cameron Taylor
bf9f87e9e7
Merge pull request #441 from FunkinCrew/bugfix/spookeez-hold-note
...
Bugfix/spookeez hold note
2024-04-01 21:00:14 -04:00
EliteMasterEric
927b2a7cfc
Put judgements below the notes, and remove COMBO word.
2024-04-01 20:21:27 -04:00
Cameron Taylor
ac5ca3991e
Merge branch 'rewrite/master' into feature/new-audio
2024-03-30 03:32:30 -04:00
EliteMasterEric
28462681b2
Fix bug where 100ms sustains wouldn't update their rendering.
2024-03-29 00:52:20 -04:00
EliteMasterEric
7c04630bb7
Fix a bug where duplicate notes would get placed at the beginning
2024-03-29 00:49:02 -04:00
EliteMasterEric
342782c3d3
Fix issue with pink screen when moving from PlayState->Freeplay->Main Menu
2024-03-28 22:33:50 -04:00
Jenny Crowe
e2851818b3
Zoom Camera: Property tweaks
2024-03-28 17:47:38 -07:00
Eric
0eddea9bf8
Merge branch 'rewrite/master' into bugfix/combo-fixes
2024-03-28 20:32:34 -04:00
EliteMasterEric
e5a10c6a25
Merge branch 'rewrite/master' into a-bot-bars
2024-03-28 20:26:13 -04:00
EliteMasterEric
35f99b49a4
Merge branch 'rewrite/master' into input-offsets
2024-03-28 20:23:31 -04:00
Jenny Crowe
76885c421d
Cleanup + Focus Camera: Use Tween toggle converted to "Classic" ease type.
2024-03-28 12:34:13 -07:00
Jenny Crowe
d4c9fffe48
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into bugfix/quick-camera-fixes
2024-03-28 11:05:51 -07:00
Jenny Crowe
ef2cb4d9fc
Convert zoom modifiers from additive to multiplicative
2024-03-28 11:05:38 -07:00
EliteMasterEric
837fcee983
Fix a bug where 000 would display any time a Bad or Shit is hit (instead of just when a combo break is hit)
2024-03-28 00:19:57 -04:00
EliteMasterEric
c1c2621e1d
Fix bug where Bad and Shit didn't count at Notes Hit in the results screen.
2024-03-28 00:18:39 -04:00
EliteMasterEric
201e018f25
Merge remote-tracking branch 'origin/rewrite/master' into bugfix/buncha-2hot-fixes
2024-03-28 00:03:09 -04:00
EliteMasterEric
f267a72783
Merge remote-tracking branch 'origin/rewrite/master' into feature/new-audio
2024-03-27 23:00:34 -04:00
Cameron Taylor
53d62c3c12
Merge branch 'rewrite/master' into bugfix/pico-fixes
2024-03-27 22:14:44 -04:00
EliteMasterEric
f1811a8594
Implement Pico pause music
2024-03-27 17:42:29 -04:00
EliteMasterEric
463e946b17
Merge remote-tracking branch 'origin/rewrite/master' into bugfix/buncha-2hot-fixes
2024-03-27 01:40:22 -04:00
EliteMasterEric
843095e3de
Add debug logging to Flixel debugger for miss judgements
2024-03-27 01:25:38 -04:00
EliteMasterEric
6b35898ed9
Fix some issues with Weekend 1.
2024-03-26 23:24:59 -04:00
EliteMasterEric
e84fdf9fac
Resolve FlxG.sound.music crash
2024-03-26 19:38:42 -04:00
Cameron Taylor
524ae119fa
Merge branch 'rewrite/master' into bugfix/blazin-crashes
2024-03-26 01:30:59 -04:00
EliteMasterEric
8943cd117e
Make the error message a bit better if an Animate atlas fails to parse.
2024-03-26 01:12:46 -04:00
EliteMasterEric
5ae075e947
Fix a couple Flixel warnings on the results screen.
2024-03-25 21:09:14 -04:00
EliteMasterEric
07ad250060
Fix an audio crash when exiting a cutscene
2024-03-25 21:08:39 -04:00
Cameron Taylor
ccfb9ca65b
Merge branch 'rewrite/master' into feature/high-erect
2024-03-25 16:02:09 -04:00
Cameron Taylor
fe6cb8c5a9
Merge pull request #413 from FunkinCrew/bugfix/funkin-sound-overhaul
...
Funkin Sound overhaul
2024-03-25 15:59:02 -04:00
Cameron Taylor
6a0672684c
Merge pull request #416 from FunkinCrew/bugfix/camera-zoom-option
...
Fix a bug where the Camera Zoom toggle didn't work.
2024-03-25 14:52:24 -04:00
Cameron Taylor
9fd780e00c
Merge branch 'rewrite/master' into bugfix/cut-pico-dadbattle
2024-03-25 13:42:50 -04:00
Cameron Taylor
c456430910
Merge pull request #414 from FunkinCrew/bugfix/opponent-mute-on-miss
...
Fix a bug where lag could cause the opponent to miss which would mute the vocals.
2024-03-25 13:37:12 -04:00
Cameron Taylor
3c9f63892b
Merge pull request #411 from FunkinCrew/feature/video-cutscene-hide
...
Hide a video cutscene after playing it
2024-03-25 13:37:00 -04:00
EliteMasterEric
138dfd61e8
Fix a bug where the Camera Zoom toggle didn't work.
2024-03-23 23:52:08 -04:00
EliteMasterEric
24b03e4f6b
Replace calls to FlxG.sound.playMusic with ones that set the BPM.
2024-03-23 23:38:07 -04:00
EliteMasterEric
709fbc8594
Fix a bug where lag could cause the opponent to miss.
2024-03-23 18:11:06 -04:00
EliteMasterEric
6407770ed6
Rework every class to use FunkinSound.
2024-03-23 17:50:48 -04:00
EliteMasterEric
dc638a1303
Fix a bunch of merge bugs.
2024-03-23 15:34:37 -04:00
EliteMasterEric
831d6aae71
Merge remote-tracking branch 'origin/rewrite/master' into input-offsets
2024-03-23 14:38:50 -04:00
EliteMasterEric
e4a9d25ac0
Syntax fix
2024-03-22 23:53:29 -04:00
EliteMasterEric
471b015d1a
Add some FlxSignals and showVideo/hideVideo
2024-03-22 23:46:03 -04:00
Cameron Taylor
932f7bce41
Merge pull request #408 from FunkinCrew/bugfix/camera-behavior-fixes
...
Make the ZoomCamera events use sensible defaults.
2024-03-22 23:38:26 -04:00
EliteMasterEric
28088146eb
Fix bug where Pico dadbattle was playing over normal dadbattle
2024-03-22 22:17:34 -04:00
Cameron Taylor
a695fb2b39
Merge branch 'rewrite/master' into formatting-fixes
2024-03-22 19:00:29 -07:00
EliteMasterEric
83e8865a24
Make the ZoomCamera events use sensible defaults.
2024-03-22 20:29:35 -04:00
Cameron Taylor
7d008e7247
playstate camera fixie
2024-03-22 15:03:17 -07:00
Cameron Taylor
9d7831d40b
Merge branch 'rewrite/master' into bugfix/minimal-mode-gameover
2024-03-22 14:56:41 -07:00
EliteMasterEric
c765249030
Complain if the main metadata file specifies a variation (like erect) but the game can't find it.
2024-03-22 03:04:52 -04:00
Cameron Taylor
f7acee94cd
Merge branch 'rewrite/master' into feature/freeplay-album-art
2024-03-21 23:37:20 -07:00
EliteMasterEric
2b91c0f926
Merge remote-tracking branch 'origin/rewrite/master' into feature/focusCameraTweening
2024-03-22 00:06:55 -04:00
EliteMasterEric
efa0e103b0
Merge remote-tracking branch 'origin/rewrite/master' into a-bot-bars
2024-03-21 21:54:22 -04:00
EliteMasterEric
105aca4707
Fix an issue where hidden difficulties could end up in the difficulty list.
2024-03-21 19:44:02 -04:00
EliteMasterEric
36a9c29720
Work in progress on custom album art for freeplay
2024-03-20 14:37:24 -04:00
EliteMasterEric
566a271a63
Fix several crashes when reaching a game over in minimal mode
2024-03-19 23:25:56 -04:00
Eric
41b9ba9bce
Merge branch 'rewrite/master' into a-bot-bars
2024-03-19 22:33:02 -04:00
EliteMasterEric
9eda84019d
Merge branch 'rewrite/master' into a-bot-bars
2024-03-19 13:34:06 -04:00
EliteMasterEric
3a35be916b
A bunch of checkstyle fixes
2024-03-16 22:20:22 -04:00
Jenny Crowe
494a3c9e86
Bugfixes. New additive zoom mode for camera tweening.
2024-03-16 08:38:10 -07:00
EliteMasterEric
d56c33cd17
Fix a dozen tiny issues with 2hot's audio and visuals (and some script crashes!).
2024-03-16 00:55:57 -04:00
EliteMasterEric
ea491e57a0
Switch "Skip Cutscene" and "Restart Cutscene" (Dave's request)
2024-03-15 17:16:44 -04:00
EliteMasterEric
f31634351b
Fix an issue where stage character scale was overriding base character scale.
2024-03-15 16:45:18 -04:00
Jenny Crowe
1541f0aa68
Camera tween pausing/unpausing additions
2024-03-15 01:52:22 -07:00
Jenny Crowe
42506909f7
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/focusCameraTweening
2024-03-14 15:24:51 -07:00
Cameron Taylor
b5bc63feca
use isMinimalMode
2024-03-13 21:27:09 -07:00
Cameron Taylor
1211dbb6e8
Merge branch 'rewrite/master' into feature/chart-editor-song-scripts
2024-03-13 21:26:50 -07:00
Cameron Taylor
b9ab38e0b9
timertools -> timerutil fix
2024-03-13 18:47:15 -07:00
Cameron Taylor
1a224423f9
Merge branch 'rewrite/master' of github.com:FunkinCrew/Funkin-secret into bugfix/precache-library-assets
2024-03-13 18:41:45 -07:00
EliteMasterEric
43cf1e71e2
Disable camera events in the minimal playtest.
2024-03-12 21:35:55 -04:00
EliteMasterEric
66085ff867
Song scripts can now be (optionally) enabled in the Chart Editor playtest
2024-03-12 21:34:50 -04:00
EliteMasterEric
be8f5699b5
2hot stutter actually fixed!
2024-03-11 23:42:32 -04:00
Jenny Crowe
6b8fb7dc77
Standardized camera zoom tweening to match camera follow tweening. Implemented methods to cancel tweens in necessary places. Start of pausing tweens when pausing the game (WIP). (CHANGES NOT TESTED EXPECT SOMETHING TO BREAK)
2024-03-10 16:35:41 -07:00
Jenny Crowe
f9291d6458
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/focusCameraTweening
2024-03-10 14:51:24 -07:00
Cameron Taylor
fbc5d9955d
Merge pull request #380 from FunkinCrew/bugfix/weekend-1-sing-time
...
Weekend 1: Fix default value for singTime to use correct unit.
2024-03-10 13:28:34 -04:00
EliteMasterEric
09029718aa
Fix an issue where story menu characters bop too fast
2024-03-08 21:33:06 -05:00
EliteMasterEric
9284f1495b
Fix default value for singTime to use correct unit.
2024-03-08 20:56:34 -05:00
EliteMasterEric
6edc274748
Merge branch 'rewrite/master' into a-bot-bars
2024-03-08 20:54:11 -05:00
EliteMasterEric
7d0d839cfb
Merge branch 'rewrite/master' into a-bot-bars
2024-03-08 20:03:15 -05:00
Cameron Taylor
7a5d48b290
Merge branch 'rewrite/master' into feature/blazin-touchups
2024-03-08 16:43:56 -05:00
Eric
c40919f53f
Merge pull request #375 from FunkinCrew/bugfix/html5-video
...
Use correct resource URL when loading videos
2024-03-08 00:31:10 -05:00
EliteMasterEric
1808f08554
Merge branch 'rewrite/master' into a-bot-bars
2024-03-08 00:21:51 -05:00
Cameron Taylor
d6608fe435
a-bot in progress
2024-03-07 14:19:26 -05:00
Mike Welsh
b0abef0d52
Use correct resource URL when loading videos
...
On HTML5, `VideoCutscene` was not stripping the library prefix
from the video file path, causing the video to fail to load.
Fixes FPIQ-281.
2024-03-06 23:37:50 -08:00
EliteMasterEric
332a81ec72
No longer miss notes during ending cutscene
2024-03-06 17:22:11 -05:00
Cameron Taylor
b2d3fe17d7
fun lil pitch effect on result scren
2024-03-06 02:56:10 -05:00
Cameron Taylor
1ebfeb3a89
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/funkin-secret into feature/script-event-note-incoming
2024-03-05 23:57:53 -05:00
EliteMasterEric
1b1834e98b
Implement a botplay checkbox in the chart editor
2024-03-05 22:27:07 -05:00
EliteMasterEric
059e1c0e13
Implement onNoteIncoming script event.
2024-03-05 21:48:04 -05:00
Eric
3aa4c23340
Merge branch 'rewrite/master' into bugfix/chart-editor-vocal-crash
2024-03-04 23:00:38 -05:00
Jenny Crowe
132eda6715
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/focusCameraTweening
2024-03-04 20:57:54 -07:00
Jenny Crowe
d9cf097e46
Fixed bools and associated checkboxes not updating properly.
2024-03-04 20:57:21 -07:00
Cameron Taylor
acc75c5c5c
use totalNotes instead of currentChart.notes.length
2024-03-04 21:25:56 -05:00
EliteMasterEric
d0f81add95
Fix a bug where Chart Editor Playtest destroys the vocals and crashes
2024-03-04 21:19:24 -05:00
Cameron Taylor
fa72fa44b1
tallies for story mode
2024-03-04 21:18:40 -05:00
Cameron Taylor
d2b124efca
some highscore tallies debugging stuf in progress
2024-03-04 20:47:23 -05:00
Jenny Crowe
d9a69dac10
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/focusCameraTweening
2024-03-04 18:20:00 -07:00
Cameron Taylor
7f4c36c8f4
some checkstyle stuff
2024-03-04 19:03:43 -05:00
Cameron Taylor
ae7d8b9046
Merge branch 'rewrite/master' into feature/blazin-animation-work
2024-03-04 18:11:11 -05:00
EliteMasterEric
73cf6b9fd2
Rewrite save data to fix scripted story levels. Add a "pre-transition death delay"
2024-03-04 16:37:42 -05:00
Mike Welsh
fcce345454
Avoid null reference error with music
2024-03-04 02:26:54 -08:00
Jenny Crowe
abb4400e41
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/focusCameraTweening
2024-03-03 02:51:01 -07:00
Hazel
0a19c7a8cb
fix(ci), feat(ci), refactor: i don't need sleep, i need answers ( #357 )
...
* hx the codec
* fix(ci,html5): use haxe.Timer instead of Sys.time
* refactor(compat): use haxe.Timer instead of Sys.time(), introduce TimerUtil to reduce code dupe
* fix: redundant types
* refactor(style): use TimerTools in place of haxe.Timer
* refactor: consistent timer code
* feat: build timings
* refactor(ci): cleanup ci configs
* sigh
* sigh, 2
* fix: haxelib deleterepo does not silently fail
* retrigger ci
* verbose output
* debug info after haxelib gti
* force haxelib git override
* more debug info
* force bash
* at least haxelib is consistent now
* fix the runners first, then do that
* update ci-haxe
* it is time?
* deleterepo may fail
* finishing touches
2024-03-02 23:49:27 -05:00
EliteMasterEric
f7a3d43e54
Fixes to animation looping and holds
2024-03-02 22:46:13 -05:00
fabs
f8481a0efe
fixed pico game over loop from playing a duplicate track ( #356 )
...
* fixed pico game over loop from playing a duplicate track that persists in menus
* assets submod
---------
Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
2024-03-02 13:56:44 -05:00
EliteMasterEric
0294ea0b79
Implemented FlxAnimate characters into Blazin'.
2024-03-01 08:13:06 -05:00
Cameron Taylor
35d0feceb8
assets submod
2024-03-01 00:15:30 -05:00
EliteMasterEric
684eb919b5
Make the playback rate option explicit so it doesn't break in the future.
2024-02-29 18:49:20 -05:00
Jenny Crowe
db80bba100
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/focusCameraTweening
2024-02-29 15:11:20 -07:00
Cameron Taylor
e36629a41f
Merge branch 'rewrite/master' into feature/new-pause-menu
2024-02-29 13:53:55 -05:00
Cameron Taylor
88f57cf520
pause menu tween polish
2024-02-29 13:53:09 -05:00
EliteMasterEric
0139d5c4f6
Fix a crash on atlas characters.
2024-02-29 01:19:32 -05:00
EliteMasterEric
1d70ff95f9
Several chart editor fixes (more precise playback speed, live input mode loads properly from save)
2024-02-28 21:19:21 -05:00
EliteMasterEric
2252040241
Fix custom pause music in Week 6, improve documentation
2024-02-28 14:51:39 -05:00
EliteMasterEric
8683900922
Fixes to cutscene pausing.
2024-02-28 03:53:36 -05:00
EliteMasterEric
5d030b8a31
Merge remote-tracking branch 'origin/rewrite/master' into feature/new-pause-menu
2024-02-28 03:04:56 -05:00
EliteMasterEric
cecddbc2ee
Fixed issues with audio in Week 6 after skipping the cutscene.
2024-02-28 03:01:20 -05:00
Jenny Crowe
858d8edf7a
Cam tweening working! UI buggy af. To fix.
2024-02-27 23:29:40 -07:00
EliteMasterEric
13d6ba378e
Work in progress on fixing Week 6
2024-02-28 00:19:08 -05:00
Cameron Taylor
3764a5db3f
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/funkin-secret into a-bot-bars
2024-02-27 22:41:08 -05:00
EliteMasterEric
12a48b9b86
Work in progress on revamped, more extensible pause menu.
2024-02-26 23:18:56 -05:00
EliteMasterEric
90360de0d0
Working Blazin cutscene and fixed time travel
2024-02-26 19:03:04 -05:00
Cameron Taylor
6f88865e0b
viz in progress
2024-02-23 04:00:31 -05:00
EliteMasterEric
e349b0bb49
New pre-caching techniques should reduce stuttering on Weekend 1.
2024-02-23 00:16:11 -05:00
EliteMasterEric
ddfb0c6a61
Working on more asset caching improvements.
2024-02-22 23:37:52 -05:00
EliteMasterEric
01ed1730f4
Fix some issues with cutscenes.
2024-02-22 20:56:41 -05:00
EliteMasterEric
539b688055
Exploration in expanding FunkinSprite for optimization
2024-02-22 18:55:24 -05:00
Cameron Taylor
6e691c66c3
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/funkin-secret into input-offsets
2024-02-19 20:33:36 -05:00
EliteMasterEric
44623071cd
Redo event stuff for abot and game over audio logic
2024-02-18 03:02:36 -05:00
EliteMasterEric
12335fef9d
Merge remote-tracking branch 'origin/rewrite/master' into feature/2hot-death-animation
2024-02-17 15:18:23 -05:00
Cameron Taylor
0a83f2f1e8
Merge branch 'rewrite/master' into feature/chart-editor-note-kind
2024-02-17 05:26:58 -05:00
Mike Welsh
a523b82439
Fix songs failing to load on HTML5 target
...
Do a small refactor of `LoadingState` to fix loading songs on the
when `NO_PRELOAD_ALL` is defined.
This allows the HTML5 target to progress into song gameplay again.
2024-02-16 21:00:44 -08:00
EliteMasterEric
de8fe2e271
Merge branch 'feature/chart-editor-note-kind' into feature/2hot-death-animation
2024-02-16 22:46:06 -05:00
EliteMasterEric
98e6d4091e
Revamp note kind handling in the chart editor.
2024-02-16 22:01:47 -05:00
Mike Welsh
e90c37ad75
Fix issue with incorrect music after pausing during countdown
...
Whenever you pause gameplay, the `PlayState` pauses the music.
But if you start a song from the main menu, pause during the 3,2,1
countdown, and then unpause, the main menu music will incorrectly
start playing again due to `FlxG.sound.music` still referencing it
before the gameplay song starts playing.
Only restart the music if it was actually playing to begin with by
storing the play state in `PlayState.openSubState` when we pause.
This hopefully avoids any other cases where the pause state gets
pushed while the music is stopped.
2024-02-16 04:54:27 -08:00
EliteMasterEric
5ec0939263
Bunch of changes to NoteScriptEvent and death logic
2024-02-15 17:25:28 -05:00
Cameron Taylor
c3d03011cc
Merge branch 'rewrite/master' into input-offsets
2024-02-13 03:34:41 -05:00
EliteMasterEric
bd4103fd11
Merge remote-tracking branch 'origin/rewrite/master' into feature/hashlink-hot-reload
2024-02-13 03:06:20 -05:00
Cameron Taylor
6b80e292e5
Merge branch 'rewrite/master' into input-offsets
2024-02-13 03:02:33 -05:00
EliteMasterEric
fa4b896d9a
Merge branch 'rewrite/master' into feature/hashlink-hot-reload
2024-02-13 02:23:14 -05:00
EliteMasterEric
c4522fe177
Merge branch 'rewrite/master' into rewrite/weekend-1-gameplay-shaderdev
2024-02-13 02:17:06 -05:00
EliteMasterEric
f7da12acbc
Apparently the transition bug was TransitionableSubState's fault so kill it with fire.
2024-02-13 02:09:25 -05:00
EliteMasterEric
f0b5ef4491
Rest in peace, SwagCamera.
2024-02-13 01:38:11 -05:00
Cameron Taylor
41e94f951e
Merge branch 'rewrite/master' of https://github.com/funkincrew/funkin-secret into feature/freeplay-pico-character
2024-02-13 00:48:26 -05:00
Cameron Taylor
8c54a62ed6
Merge branch 'rewrite/master' into feature/freeplay-pico-character
2024-02-13 00:41:03 -05:00
Cameron Taylor
6e0f577d54
debugger fixes
2024-02-13 00:29:46 -05:00
EliteMasterEric
0ff258ce75
Use stickers to transition from the Results state
2024-02-12 23:34:51 -05:00
EliteMasterEric
1b5b7f0ae2
Fix a bug where stickers were broken on story mode
2024-02-12 23:34:40 -05:00
EliteMasterEric
0494ddb506
Fix crash in chart editor minimal Playtest
2024-02-12 23:19:25 -05:00
Cameron Taylor
25766dbde9
decoupling some stuff from Conductor.instance
2024-02-12 21:41:16 -05:00
Cameron Taylor
0145d7ed2d
input offset edits in progress
2024-02-12 20:06:43 -05:00
EliteMasterEric
ef28d34520
Sort PlayState imports
2024-02-12 16:50:29 -05:00
Cameron Taylor
d903edcb59
Merge branch 'rewrite/master' into input-offsets
2024-02-10 15:43:27 -05:00
EliteMasterEric
d0b3842d44
Merge branch 'feature/freeplay-pico-character' into rewrite/weekend-1-gameplay-shaderdev
2024-02-10 02:38:23 -05:00
EliteMasterEric
eea8dde455
Merge branch 'rewrite/master' into rewrite/weekend-1-gameplay-shaderdev
2024-02-10 02:30:50 -05:00
EliteMasterEric
091f8eb724
Merge branch 'rewrite/master' into feature/freeplay-pico-character
2024-02-09 23:13:40 -05:00
EliteMasterEric
2dd5f476b5
Fix a bug where alt instrumentals will load but not cache.
2024-02-08 02:21:12 -05:00
EliteMasterEric
31cd5b3414
Rework Conversation data parsing
2024-02-07 18:45:13 -05:00
EliteMasterEric
fa556dc1f2
Rewrite conversation JSON parsing code.
2024-02-07 09:21:44 -05:00
EliteMasterEric
82b63c02e1
Reworks to make Pico mode actually work.
2024-02-05 21:35:58 -05:00
EliteMasterEric
e5fb1de4ba
Fix a boatload of deprecation warnings and upgrade a few libraries.
2024-02-05 19:46:11 -05:00
EliteMasterEric
167976c8ba
Work in progress
2024-02-05 13:35:30 -05:00
Cameron Taylor
0f29f2f7a6
Merge branch 'rewrite/master' into input-offsets
2024-01-31 00:39:35 -05:00
Jenny Crowe
bfb032dc7f
Added units to other song events.
2024-01-26 18:51:36 -07:00
Jenny Crowe
8b19a7511c
Merge branch 'rewrite/master' of https://github.com/FunkinCrew/Funkin-secret into feature/units
2024-01-26 18:20:04 -07:00
Jenny Crowe
e111e91a9c
Editor: Added ability to set units for event properties. Fixed bug where event icon tooltip wouldn't show an enum text value correctly.
2024-01-24 20:31:25 -07:00
Jenny Crowe
a7e9f08e26
Editor now loads saved inst/vocal offset properly.
2024-01-19 21:24:18 -07:00
EliteMasterEric
26b7610663
Fix an error with playable Pico death
2024-01-17 23:14:28 -05:00
EliteMasterEric
a0c4499b03
Fix a bug where replaying a level makes a pink screen
2024-01-17 23:12:59 -05:00
Cameron Taylor
96d02261c5
Merge branch 'rewrite/master' into feature/stage-solids
2024-01-17 21:40:26 -05:00
EliteMasterEric
80c7bcdfdf
Rewrite Stage data handling to use the Registry pattern, and add support for solid colors.
2024-01-16 17:08:25 -05:00
Cameron Taylor
4375dfd13a
Merge pull request #285 from FunkinCrew/feature/play-state-note-polish
...
Feature/play state note polish
2024-01-16 06:27:30 -05:00
EliteMasterEric
673f7f57d4
Fix pink rim on low zoom levels.
2024-01-16 00:03:30 -05:00
EliteMasterEric
5ac4b14891
Fix week 7 death animations.
2024-01-15 23:51:37 -05:00
EliteMasterEric
3d2e50906f
I was in fact a dumbass.
2024-01-15 22:13:01 -05:00
EliteMasterEric
e391c02015
Polish note display visuals, and scrap Killer judgement.
2024-01-15 22:10:42 -05:00
EliteMasterEric
e0dfdd40a2
Merge remote-tracking branch 'origin/rewrite/master' into feature/play-state-note-polish
2024-01-15 21:55:23 -05:00
EliteMasterEric
313fd55e98
WIP
2024-01-15 14:20:44 -05:00
EliteMasterEric
d53dbd67e3
Rewrite to character animation, boyfriend death animation should be fixed
2024-01-14 09:18:32 -05:00
EliteMasterEric
549d461172
Fix an issue where Song offsets would be null rather than zero.
2024-01-14 06:46:58 -05:00
EliteMasterEric
3e8200ee9d
Allow builds without hxCodec if using hashlink
2024-01-12 21:52:28 -05:00
Cameron Taylor
e87c895131
Merge branch 'rewrite/master' into feature/chart-editor-drag-edit-holds
2024-01-12 08:13:30 -05:00
Eric
2a7f9a0880
Merge branch 'rewrite/master' into bugfix/controller-overflow
2024-01-12 07:48:03 -05:00
EliteMasterEric
025fd326bd
Click and drag on a sustain to edit it.
2024-01-12 06:13:34 -05:00
EliteMasterEric
462eece09a
Use proper difficulty rating data, proper clear percentage
2024-01-11 00:30:00 -05:00
EliteMasterEric
043fb553f6
Fix an issue causing an overflow error when using gamepad (WINDOWS ONLY)
2024-01-10 00:20:00 -05:00
Cameron Taylor
5d0c1521d5
strumline refactor stuffy
2024-01-09 13:16:00 -05:00
Cameron Taylor
da4e77bf44
Merge branch 'rewrite/master' into feature/chart-editor-context-menus
2024-01-05 20:11:38 -05:00
Cameron Taylor
65aee1dd13
Merge branch 'rewrite/master' into bugfix/conductor-rewrite
2024-01-05 15:32:42 -05:00
EliteMasterEric
4c353101ae
Merge remote-tracking branch 'origin/rewrite/master' into feature/chart-editor-context-menus
2024-01-04 01:55:00 -05:00
EliteMasterEric
edc6f85e21
Finish up event editing (selecting an existing event now shows its data in the event data toolbox)
2024-01-03 21:10:14 -05:00
Eric
7b219d1a38
Merge branch 'rewrite/master' into note-move-fix
2024-01-03 20:13:06 -05:00
EliteMasterEric
07bd2e44cd
Fix a funny bug when restarting after game over
2024-01-03 20:12:46 -05:00
Cameron Taylor
200f5702ef
disable note vwoosh, and fix gameover song not looping
2024-01-03 02:51:52 -05:00
EliteMasterEric
a1002c4756
Merge remote-tracking branch 'origin/rewrite/master' into bugfix/conductor-rewrite
2024-01-02 14:14:26 -05:00
EliteMasterEric
b1c9332830
Fix an issue where hold notes early in a song would not render properly.
2024-01-02 01:33:10 -05:00
Cameron Taylor
92e0022fed
derp comma!
2024-01-01 19:13:51 -05:00
Cameron Taylor
11d21c1369
Merge branch 'rewrite/master' into bugfix/chart-editor-monday-fixes
2024-01-01 19:09:36 -05:00