Hundrec
f1066a2b0d
Fix Freeplay capsule offsetting once and for all
...
And nudge the Gold Perfect sparkles to where they used to be in 0.5.3
Both of these issues were introduced in 0.6.0 and have finally been uprooted. Huzzah!
Co-Authored-By: Lasercar <64717068+lasercar@users.noreply.github.com>
Co-Authored-By: Kolo <67389779+koloindacrib@users.noreply.github.com>
Co-Authored-By: Abnormal <86753001+AbnormalPoof@users.noreply.github.com>
Co-Authored-By: Hyper_ <40342021+nothyper-474@users.noreply.github.com>
Co-Authored-By: Linus Torvalds <1024025+torvalds@users.noreply.github.com>
2025-09-03 18:44:24 -05: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
e71062b914
some lil variable renaming in SongMenuItem.hx
2025-07-26 12:31:38 +03:00
Cameron Taylor
9dfae07225
capsule song text no longer exposed
2025-07-14 14:47:24 -04:00
cyn0x8
94eae116c7
MathUtil additions + lerp fix
2025-06-28 01:11:18 -05:00
KarimAkra
6b11f8b852
slight refactor for FullScreenScaleMode
to fix some wide screen related issue
2025-06-12 23:45:50 +03:00
VioletSnowLeopard
8b80478229
Fix squashed text for real this time
2025-06-06 15:54:19 -06:00
Lasercar
ab817bb1ea
Fake rank now visible
...
Also fixes the song text clipping the rank area when getting a new rank
2025-06-04 19:56:36 -04:00
KarimAkra
f9b0acb998
these aren't needed actually
2025-05-06 18:08:26 -04:00
MoonDroid
00b54150a4
Adjust target position calculations for fullscreen scaling in SongMenuItem.
2025-05-06 18:08:26 -04:00
KarimAkra
fc78eeee4f
Fixed un-indexed freeplay scrolling with touch
2025-05-06 18:08:26 -04:00
EliteMasterEric
e917da0a7b
Merge branch 'rewrite/master' into funkin-mobile/main
2025-05-01 21:46:20 -04:00
Lasercar
2bc1a31427
fix capsule jumpin and random capsule starting x position
2025-04-29 20:04:56 +10:00
Lasercar
dafbb43532
capsule jump in
2025-04-29 19:59:35 +10:00
Lasercar
29b541af38
First rank overrides itself fix
2025-04-29 19:57:31 +10:00
Lasercar
fc09350be7
This should fix the squashed capsule text, right?
2025-04-29 19:57:23 +10:00
KarimAkra
a7ef5580a4
Merge branch 'rewrite/master' of github.com:FunkinCrew/Funkin-secret into funkin-mobile/main
2025-04-18 14:41:20 +03:00
EliteMasterEric
750779a3fb
Disable the pop-in animation on the Random capsule for consistency.
2025-04-17 18:25:44 -04:00
KarimAkra
37fa11fe08
revamp songs selection and highlight on freeplay
2025-04-17 12:34:17 +03:00
KarimAkra
5d6e44d5f1
Un-index freeplay
...
that's experimental
there's a weird bug when selecting a song where it confirms instead of selecting for some reason
2025-04-17 12:26:10 +03:00
sector-a
f970ea6acf
Move TouchUtil and SwipeUtil to funkin.util
2025-04-16 15:00:02 +03:00
KarimAkra
82a9dabc7f
Added ability to swipe on difficulties to change them on FreeplayState
...
Co-Authored-By: Karim Akra <144803230+karimakra@users.noreply.github.com>
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
2025-04-16 13:21:16 +03:00
KarimAkra
9dc48978f8
Massive Touch Controls Overhaul
...
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
This overhaul includes:
* Flicks on menus
* Changing options by sliding the finger over screen
* Changing options by pressing the option itself
* Touch Pointers
* And more!
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
Co-Authored-By: sector-a <82838084+sector-a@users.noreply.github.com>
2025-04-15 21:36:28 +03:00
KarimAkra
944141292d
Move part of the code from the old repository
...
Co-Authored-By: sector-a <82838084+sector-a@users.noreply.github.com>
Co-Authored-By: mcagabe19 <egzozu.be.bas@gmail.com>
Co-Authored-By: Mihai Alexandru <77043862+majigsaw77@users.noreply.github.com>
Co-Authored-By: MoonDroid <81515012+moondroidcoder@users.noreply.github.com>
Co-Authored-By: luckydog7 <59097731+luckydog7@users.noreply.github.com>
2025-04-15 21:32:39 +03:00
Cameron Taylor
f7a48bcb3b
refactor some FreeplayRank stuff to hold both blurred and unblurred ranking
2025-03-27 20:26:50 -04:00
EliteMasterEric
e07c4487b9
Removed commented code snippet
2025-02-18 13:38:20 -05:00
Cameron Taylor
0a911ae607
remove a buncho unused imports
2025-02-17 19:25:33 -05: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
2eb5208c46
Hide the pixel icon in the Results screen when there's no matching character
2024-09-27 14:25:17 -04:00
FabsTheFabs
e7448cb8f7
style support
2024-08-30 00:58:19 +01:00
EliteMasterEric
2ae6882241
Swappable album art and updated FlxAnimate
2024-07-10 17:25:52 -04:00
Cameron Taylor
105e3dccba
spritesheet fixins for char select
2024-07-02 21:26:16 -04:00
EliteMasterEric
432c709075
Animated pixel icons for freeplay
...
mend
2024-07-01 16:51:54 -04:00
Cameron Taylor
ab2f949d7e
fix for heart icons being on the wrong frames
2024-06-25 13:56:31 -04:00
Cameron Taylor
f2d5a80bd1
completes funk-305
2024-06-09 15:06:45 -04:00
FabsTheFabs
642f272bce
freeplay polish + new text
2024-06-06 01:49:33 +01:00
Cameron Taylor
c1bfc67f52
remove effin trace
2024-06-05 15:43:25 -04:00
Cameron Taylor
50990b15e1
heart glow
2024-06-04 23:36:32 -04:00
Cameron Taylor
6a62f38c33
quicki fix for incorrect clip tweens
2024-06-04 16:51:27 -04:00
Cameron Taylor
84d4d044d6
check clip width when text changes
2024-06-04 16:47:58 -04:00
Cameron Taylor
75621435ea
lil more polish to fav icon + clipping
2024-06-02 02:53:07 -04:00
Cameron Taylor
c64db9966b
Merge branch 'rewrite/master' into rank-fixes
2024-06-02 02:19:36 -04:00
FabsTheFabs
63bd6f2ace
sparks nd more fixes.. i think
2024-06-02 00:25:52 +01:00
FabsTheFabs
28444fd478
rank tweaks, favourite changes + rank anim fixes
2024-05-31 10:39:53 +01:00
Cameron Taylor
7347b66ce4
removes trace() that lags freeplay
2024-05-30 23:07:41 -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
EliteMasterEric
ee70e85dec
Merge branch 'rewrite/master' into feature/freeplay-shit+santa-cutscene
2024-05-29 23:56:51 -04:00
FabsTheFabs
e7079452fb
freeplay visual changes + base rank visuals
2024-05-30 04:34:00 +01:00
EliteMasterEric
6c2d18c72c
Resurrected difficulty stars, fixed flame animation, fixed Random showing an album.
2024-05-11 01:05:51 -04:00