Commit graph

4835 commits

Author SHA1 Message Date
Abnormal
9e13ea0b2c
fixed a plethora of dead links (#3831) 2024-11-04 13:13:37 -05:00
Hundrec
79188b06f4
Make label actions more convenient (#3771) 2024-11-03 15:54:51 -05:00
Hundrec
c0b15ec066
[docs] Add missing changes and links to Changelog (#3655)
* changelog sweep

* Resolve a few conflicts

* Resolve more conflicts

* DadBattle

* Re-add @ianharrigan

* Add links to 0.5.0

* Add links and contributors to 0.4.1 and 0.4.0

* Add links to 0.3.3 and finishing touches

* Add and polish 0.5.3 changes

* Make spacing consistent
2024-10-23 17:30:52 -04:00
Eric
09b42f3f08 Rewrite CHANGELOG.md for v0.5.2 2024-10-11 23:57:06 -04:00
Cameron Taylor
3746545452 update changelog for 0.5.2 2024-10-11 22:06:07 -04:00
Cameron Taylor
b4c48893bc more small little changelog template stuff 2024-10-11 22:01:19 -04:00
Abnormal
a42240e6a5
docs: Delete Modding.md since we have a separate modding documentation (#3651) 2024-10-11 19:24:41 -04:00
Cameron Taylor
91b4544f7e docs(changelog): create a git cliff template for easier changelog stuff 2024-10-11 19:22:57 -04:00
Cameron Taylor
9c8ba2c053 shader fix for title screen doh 2024-10-10 16:29:05 -04:00
Cameron Taylor
19abcb5009 bump version to 0.5.2 2024-10-10 13:58:11 -04:00
Cameron Taylor
1189c226ee some selection shader stuff in progress 2024-10-10 13:28:00 -04:00
Cameron Taylor
097dbf5bb4 feat: Added InverseDotsShader that emulates flash selections 2024-10-10 13:28:00 -04:00
Cameron Taylor
8890cbf270 pixel perfect mouse check rather than hitbox 2024-10-10 13:28:00 -04:00
Cameron Taylor
623985a2cc mac keyboard shortcuts on stage editor 2024-10-10 13:28:00 -04:00
Cameron Taylor
8cd7f2a5b1 stage editor ui files 2024-10-10 13:28:00 -04:00
Kolo
0a5419d7fc the stage editor shit 2024-10-10 13:28:00 -04:00
lemz1
b2647fe09f fix: disable flickering when changing FPS in the options menu 2024-10-10 13:01:39 -04:00
Kn1ghtNight
e66290c55f fix: anti alias / smooth the volume sound tray 2024-10-08 14:29:03 -04:00
Eric
31d1b3e246 Finish the sentence. 2024-10-08 14:15:30 -04:00
Hundrec
880615e707 Remove extra asterisks in Funkin' Debug Hotkeys.md
Those stars might have been indicators for something, but I don't see any note related to them.
2024-10-08 14:15:30 -04:00
Hundrec
7d5d80d515 Fix typos in CODESTYLE.md 2024-10-08 14:15:30 -04:00
Hundrec
6848815e80 Adjust line count labeler comment 2024-10-08 14:15:30 -04:00
Hundrec
5d10bb9f54 Rename troubleshooting.md to fix link in COMPILING.md 2024-10-08 14:15:30 -04:00
Hundrec
f6a5a9d8ce Wait now it should do it 2024-10-08 14:15:30 -04:00
Hundrec
9695e79134 Label me Docs 2024-10-08 14:15:30 -04:00
Abnormal
3267c61258 blacklist one additional class 2024-10-08 14:02:40 -04:00
Kolo
903b3fc599 fix: Don't restart the FreeplayState song preview when changing the difficulty within the same variation
pulled from the wrong branch, oops!

last update i hope

wrong spellings im gonna kms
2024-10-08 13:56:14 -04:00
Victor G
0d60929f18
Fix window not closing when specified 2024-10-05 21:24:24 +02: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
EliteMasterEric
bc8f506193 Update changelog 2024-10-04 12:41:45 -04:00
EliteMasterEric
f52472a476 fix: Exiting the chart editor doesn't crash the game anymore 2024-10-04 12:41:45 -04:00
Cameron Taylor
ab5bda3ee5 fix: Character Select cursor moves properly at lower framerates 2024-10-04 12:32:36 -04:00
amyspark-ng ✨
777978f5a5 fix: stopped allowing F1 to create more than one help dialog window in the Charting Editor 2024-10-04 12:17:36 -04:00
EliteMasterEric
711e0a6b75 fix: Main menu music doesn't cut out when switching states anymore. 2024-10-04 12:15:20 -04:00
EliteMasterEric
1fde59f999 fix: The dialog now shows up on the animation debugger view 2024-10-04 12:15:20 -04:00
Burgerballs
165ad60155 fix: center preloader 'fnf' and 'dsp' text so it doesn't clip anymore 2024-10-04 12:09:33 -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
4fa9a0daaa docs: add additional variation input parameter to Save.hasBeatenSong() to allow usage of the function by inputting a variation id 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
Cameron Taylor
f862fb2c3e load in data for pico songs 2024-10-04 12:01:45 -04:00
Cameron Taylor
d7f5070317 properly display pico vs darnell songs along with pico mixes 2024-10-04 12:01:45 -04:00
Cameron Taylor
1d2bd61119 fix: picos songs properly load on freeplay 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
Eric
f1b6e6c4e4
Merge pull request #3537 from afreetoplaynoob/patch-1
Enhancement: Properly format the chart editor playbar
2024-10-03 23:55:33 -04:00
Cameron Taylor
29b6763290 fix(debug): no more fullscreening when typing "F" in the flixel debugger console 2024-10-03 22:49:07 -04:00
Kolo
410cfe972d fix: fix the user song offsets being applied incorrectly 2024-10-03 21:25:34 -04:00
lemz
39b1a42cfe fix: fix crash in LatencyState when exiting / cleaning up state data 2024-10-03 21:25:34 -04:00
EliteMasterEric
b0b73c8399 fix: Add additional classes to Polymod Blacklist 2024-10-03 21:25:34 -04:00