1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 19:33:36 +00:00
Commit graph

3871 commits

Author SHA1 Message Date
AppleHair 4d81aa0fe6
[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-17 18:00:07 +03:00
Eric 9b483de1da
Merge pull request #3003 from Hundrec/issue-templates
New Issue and PR templates tweaks
2024-07-11 03:49:11 -04:00
Hundrec 25a90d8419
Reword in crash report 2024-07-10 20:33:12 -07:00
Hundrec 6698ee6770
. 2024-07-10 20:31:06 -07:00
Hundrec ffadce45e0
More crash report tweaks 2024-07-10 18:50:12 -07:00
Hundrec ca5e08f967
Specify crash log location 2024-07-10 18:47:34 -07:00
Hundrec 0f35618a15
PR template tweak 2024-07-10 18:43:15 -07:00
Hundrec ce24a6f7a3
Tweak Enhancement Template 2024-07-10 18:42:25 -07:00
Hundrec ac11e5238d
Tweak Crash Report Template 2024-07-10 18:40:38 -07:00
Hundrec 88b35ce8c2
Tweak Bug Report Template 2024-07-10 18:37:19 -07:00
Hundrec 7353747ca5
Simplify PR template 2024-07-10 18:25:32 -07:00
Hundrec fd37e2121c
PR template rename 2024-07-10 18:13:27 -07:00
Eric 712792c385
Merge pull request #2717 from tposejank/better-templates
[FEATURE] Better issue and pull request templates
2024-07-10 20:48:10 -04:00
tposejank 2915fd7717 efgh 2024-07-10 20:42:08 -04:00
tposejank 738a21eeb6 abcd 2024-07-10 20:41:40 -04:00
tposejank a27e743c5f Merge remote-tracking branch 'upstream/main' into better-templates 2024-07-10 20:37:31 -04:00
Eric dd763c4b64
Merge pull request #2996 from Hundrec/issue-templates
[DOCS] Automatically assign 'status: pending triage' label to all new issues
2024-07-10 20:21:49 -04:00
Hundrec db0bb4d9c2
Final bug template polish 2024-07-10 16:14:29 -07:00
Hundrec 56948507e8
Capitalize C in "context" 2024-07-10 16:04:21 -07:00
Hundrec 5a534e210b
Wrong quote whoops 2024-07-10 16:02:18 -07:00
Hundrec fd7cdca333
Add triage label to PR enhancement template 2024-07-10 16:01:52 -07:00
Hundrec 2ba71e78bb
Add triage label to PR bugfix template 2024-07-10 16:00:28 -07:00
Hundrec 6b2ab64e97
Add triage label to enhancement template 2024-07-10 15:58:42 -07:00
Hundrec 2a5a24af70
Polish and add triage label to bug template 2024-07-10 15:54:54 -07:00
Eric f1e1b99b97
Merge pull request #2984 from Hundrec/patch-5
[DOCS] Add common troubleshooting steps to compiling guide
2024-07-10 18:15:56 -04:00
Hundrec 6c077cad5f
Add second cd step after cloning 2024-07-09 16:22:43 -07:00
Hundrec ff770d6948
Wrong slashes lol 2024-07-09 12:55:04 -07:00
Hundrec 2d1d6eb19e
Add cd step for improved clarity 2024-07-09 12:54:29 -07:00
Hundrec 39a774709e
[DOCS] Add common troubleshooting steps to compiling guide
Makes compiling easier for everyone
2024-07-09 02:10:55 -07:00
Eric d1a1f2a32f
Merge pull request #2962 from Punkinator7/main
[Minor Fix] Remove duplicate lines in CHANGELOG.md for Version 4.0
2024-07-07 04:14:50 -04:00
Punkinator7 f31d2f7bfc
Rename changelog.md to CHANGELOG.md
replace the old one with the fixed version
2024-07-03 20:57:01 -04:00
Punkinator7 cd9400e898
Delete CHANGELOG.md 2024-07-03 20:56:19 -04:00
Punkinator7 05b57c88d3
Add fixed Changelog
There were several duplicate lines in the V4.0 Changelog, so I removed them
2024-07-03 20:55:15 -04:00
Cameron Taylor 27bf88c11e
Merge pull request #2914 from FunkinCrew/docs/changed-lines-count-labeler
Add change counts labels to Actions labeler
2024-06-26 20:43:59 -04:00
EliteMasterEric 4a73d7e1ce Add change counts labels to Actions labeler 2024-06-25 18:22:30 -04:00
tposejank 37b8c881a8 Fulfill requests & new crash template 2024-06-17 01:06:14 -04:00
tposejank b5c4a8589a
Delete 2024-06-17 00:49:09 -04:00
tposejank 2cc41c23a8
Merge branch 'develop' into better-templates 2024-06-17 00:48:32 -04:00
tposejank 3c81f93ca2 will you 2024-06-17 00:47:46 -04:00
Cameron Taylor 60f6e5ec50 simplified the bug template to have less clutter 2024-06-17 00:47:05 -04:00
tposejank ac08f5518d
Thanks, Git! 2024-06-17 00:45:00 -04:00
Cameron Taylor 4b354f6f32 simplified the bug template to have less clutter 2024-06-17 00:44:01 -04:00
Cameron Taylor 5cde06bc86 simplified the bug template to have less clutter 2024-06-17 00:43:06 -04:00
Eric 9bd09e3791
Make downloading the assets submodule a separate step. 2024-06-16 18:48:01 -04:00
Eric 504766a081
Merge pull request #2813 from Hundrec/patch-3
[DOCS] Make compiling guide more user friendly
2024-06-16 18:43:37 -04:00
Eric 5b40900066
Merge branch 'main' into patch-3 2024-06-16 18:41:39 -04:00
Hundrec 32ad9d159e
Add ZIP button warning and restructured sentences
Each step should be easier to follow with this structure
2024-06-15 13:37:21 -04:00
Hundrec b8c9717864
Reorder download Git step in compiling guide
Moved “download Git” from the middle of the guide to the setup step
Should prevent errors with Git before installing Git
2024-06-14 21:52:52 -07:00
Cameron Taylor 49155b06b3 Merge branch 'rewrite/master' 2024-06-12 20:31:57 -04:00
Cameron Taylor a63b60d458 fix for release, no bf printing directly to stdout! 2024-06-12 20:31:27 -04:00