Commit graph

3761 commits

Author SHA1 Message Date
Cameron Taylor
5e70d9fcef
Merge pull request #2390 from ImCodist/polish/game-over-transition
Polish for the transition from GameOverSubState back into PlayState.
2024-05-14 21:32:19 -04:00
Cameron Taylor
84a4a23d3c Merge branch 'polish/game-over-transition' into public-release/develop 2024-05-14 21:32:05 -04:00
Cameron Taylor
86de75feab
Merge pull request #2466 from JugieNoob/freeplayscrollwheel-bugfix
Fixed Freeplay Scrolling Issue
2024-05-14 21:23:10 -04:00
Cameron Taylor
41686dce9e assets submod 2024-05-14 21:22:17 -04:00
Cameron Taylor
2434f64381 web fix for scroll 2024-05-14 21:21:47 -04:00
Cameron Taylor
1619751eab Merge branch 'public-release/develop' into freeplayscrollwheel-bugfix 2024-05-14 21:13:48 -04:00
TechnikTil
be57564100
ludum dare 47 typo 2024-05-14 12:32:50 -06:00
Cameron Taylor
20810d4787
Merge pull request #2470 from gamerbross/bugfix/freeplay-exiting-active
Fixed doing actions when exiting Freeplay menu
2024-05-13 21:30:49 -04:00
Cameron Taylor
0428482d04 Merge branch 'bugfix/freeplay-exiting-active' into public-release/develop 2024-05-13 21:30:02 -04:00
Cameron Taylor
e26d4ac440
Merge pull request #554 from FunkinCrew/bugfix/public-fixes
Eric's public bug fixes
2024-05-13 21:20:47 -04:00
Cameron Taylor
3be1056e35
Merge pull request #2499 from lemz1/loadingbar-fix
Fix Web Loading Bar
2024-05-13 21:08:13 -04:00
Cameron Taylor
259df760bc re-add lerp to load screen 2024-05-13 21:06:41 -04:00
rich
59e409f8e6
ensure that only freeplay camera gets destroyed 2024-05-14 04:30:36 +04:00
rich
3810662f9f
freeplay optimization 2024-05-14 04:20:23 +04:00
lemz
54f337fe9c Merge remote-tracking branch 'origin/develop' into loadingbar-fix 2024-05-14 00:17:25 +02:00
lemz
4e935b47c6 Update LoadingState.hx 2024-05-14 00:04:45 +02:00
MaybeMaru
c5caa0331e Update Strumline.hx 2024-05-13 22:17:47 +02:00
Hyper_
24933f5bb9 Replace concatenation with string interpolation 2024-05-13 17:16:49 -03:00
richTrash21
7df41ebc56 minor optimization 2024-05-13 21:35:26 +04:00
NotHyper-474
0322a83882 Fix "Invalid argument '&'" error 2024-05-12 23:16:12 -03: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
Noobz4Life
42e69c1f73 bump hxcodec version 2024-05-12 18:51:21 -04:00
Noobz4Life
1f8954acad bump hxcodec version (fixes linux compilation) 2024-05-11 21:47:28 -04:00
Cameron Taylor
4c43f1ab85
Merge pull request #555 from FunkinCrew/feature/results-animation
Results animations + Rank tally, also Freeplay Stars
2024-05-11 21:40:06 -04:00
gamerbross
090e4fc6e8 Fixed doing actions when exiting Freeplay menu 2024-05-12 02:42:02 +02:00
JugieNoob
b22f09d4da Fixed Scrolling on HTML5 Platforms 2024-05-12 02:21:59 +02:00
gamerbross
9d8c636585 Add running without compiling VSCode 2024-05-12 02:21:39 +02:00
JugieNoob
4f8a0dbebf Fixed Freeplay Scrolling Issue 2024-05-12 01:35:04 +02:00
gamerbross
c0485fd1a2
Fix Freeplay Crash when song is invalid 2024-05-11 20:11:51 +02:00
nebulazorua
fa4fa8116c abstract enum pagename
should make adding modded optionspages better and easier
makes it so you dont have to leech off an unused PageName or write your own code for making modded options, helping with compatibility between mods.
2024-05-11 16:51:27 +08: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
98cf37b642 Update assets to add music. 2024-05-09 22:38:01 -04: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
6fc5e8cc2f Fixed up some metadata 2024-05-09 22:36:39 -04:00
I Gede Hari Kresna Wiyasa
eeb017b300
moved to Troubleshooting category 2024-05-10 10:07:03 +08:00
EliteMasterEric
2aae46ab90 Merge remote-tracking branch 'public/bugfix/weekend-1-missing-asset' into bugfix/public-fixes 2024-05-09 16:41:49 -04:00
EliteMasterEric
99bd3a370f Merge remote-tracking branch 'public/bugfix/duplicate-controls-binds' into bugfix/public-fixes 2024-05-09 16:41:42 -04:00
EliteMasterEric
efe0a66934 Merge remote-tracking branch 'public/debug-hotkey-docs' into bugfix/public-fixes 2024-05-09 16:40:45 -04:00
EliteMasterEric
c2650c0810 Merge remote-tracking branch 'public/bugfix/freeplay-lerp' into bugfix/public-fixes 2024-05-09 16:40:18 -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
EliteMasterEric
0b82a206ef Merge remote-tracking branch 'public/bugfix/crash-handler-flxstate-check' into bugfix/public-fixes 2024-05-09 16:39:53 -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
I Gede Hari Kresna Wiyasa
985aa1f2a1
Added a fix guide for those with poor internet connection 2024-05-09 15:53:55 +08:00
Cameron Taylor
f2a06ad37b fading in and erect track loading 2024-05-09 01:56:52 -04:00