1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-17 15:38:52 +00:00
Commit graph

1368 commits

Author SHA1 Message Date
Cameron Taylor 8525cfaf21 cute text popin 2023-10-09 18:28:11 -04:00
Cameron Taylor f474c3aac5 better grouping stuf 2023-10-09 18:28:11 -04:00
Cameron Taylor eacd76a0fa difficulty rankings and grayscale mockup 2023-10-09 18:28:08 -04:00
Cameron Taylor a8e39d90e8 temp rank stuff in progress 2023-10-09 18:27:17 -04:00
EliteMasterEric f7bac02ee3 Fix crashing, broken countdown, broken miss muting in song preview 2023-10-09 18:24:07 -04:00
EliteMasterEric 5fa9c5246f Fixed a bug where beat hit events were called multiple times during the conductor 2023-10-09 18:22:52 -04:00
EliteMasterEric 11b1ca5100 Fix bug where pressing ENTER in UI would cause song to try to preview. Fix bug where trying to preview a newly created song would crash. 2023-10-09 18:22:28 -04:00
EliteMasterEric 5b4a00e893 Make sure timestamps are consistent with use of Int64. 2023-10-09 18:22:02 -04:00
EliteMasterEric 4f0e9614e0 Fix build issues caused by int64 handling 2023-10-09 18:21:58 -04:00
EliteMasterEric 2f56c74060 Fix HTML typing issue 2023-10-09 18:19:58 -04:00
EliteMasterEric 4468e2a5a5 Fixed several bugs with Play State (mostly restarting the song) 2023-10-09 18:16:26 -04:00
Cameron Taylor b96c0e6256 album artist stuff 2023-10-09 18:12:14 -04:00
Cameron Taylor 097b5dab46 freeplay optimize fix 2023-10-09 18:11:19 -04:00
Cameron Taylor 97267d18b9 freeplay wrapping fix 2023-10-09 18:10:02 -04:00
Cameron Taylor c3d30f6711 polish / optimize in progress 2023-10-09 18:10:02 -04:00
Cameron Taylor 92f45d93aa pixel icons 2023-10-09 18:09:59 -04:00
Cameron Taylor 8052773f92 comment 2023-10-09 18:09:25 -04:00
Cameron Taylor ee7108757b proper fav and # symbol move 2023-10-09 18:09:24 -04:00
Cameron Taylor 9c641f9e90 tabbing movement 2023-10-09 18:09:24 -04:00
Cameron Taylor c469d4b7c0 regexp filter 2023-10-09 18:09:24 -04:00
Cameron Taylor ce2e6a3993 proper letter stuff 2023-10-09 18:09:24 -04:00
Cameron Taylor e618fbc64f bouncing thingie 2023-10-09 18:09:23 -04:00
Cameron Taylor c2f46309ab arrow and seperator back in 2023-10-09 18:09:20 -04:00
Cameron Taylor 11ffc62238 new letters 2023-10-09 18:08:13 -04:00
Cameron Taylor f460af1ba0 positioning stuff 2023-10-09 18:05:01 -04:00
Cameron Taylor dc452bbe9a different colors / sizes 2023-10-09 18:05:01 -04:00
Cameron Taylor eb87d40d58 random capsule in progres 2023-10-09 18:04:50 -04:00
Cameron Taylor 65422393cf letter sort 2023-10-09 18:04:28 -04:00
Cameron Taylor 84f908fbde tween in fixed 2023-10-09 18:04:28 -04:00
Cameron Taylor 9571eb70e0 scaling of capsules 2023-10-09 18:04:28 -04:00
Cameron Taylor 7ac2e91c8d selected in middle-ish 2023-10-09 18:04:28 -04:00
Cameron Taylor 5617f8f63e Merge pull request #165 from FunkinCrew/rewrite/feature/chart-editor-variation-button
Chart Editor: Add Variation Button
2023-10-09 05:20:11 -04:00
Cameron Taylor 9fe74d719b Merge pull request #175 from FunkinCrew/rewrite/bugfix/hold-note-scoring
Fix a bug where hold notes wouldn't grant score
2023-10-09 05:19:17 -04:00
EliteMasterEric 7a1a2e1ab4 Correct FunkinDropDown capitalization 2023-10-08 22:09:09 -04:00
EliteMasterEric e33c825a1f Merge branch 'rewrite/master' into rewrite/feature/chart-editor-variation-button 2023-10-06 23:11:11 -04:00
EliteMasterEric 4a4708fe23 That is the fastest I have ever fixed a bug holy shit. 2023-10-06 11:42:39 -04:00
EliteMasterEric b6752531bf Add chart editor theme 2023-09-29 22:29:32 -04:00
EliteMasterEric be4fd74d40 Resolve metadata loading issues. 2023-09-25 23:24:18 -04:00
EliteMasterEric 42bb50882d "Add Variation" button, SongMetadata format changes, bug fixes, resolve metadata loading issues. 2023-09-25 23:24:07 -04:00
EliteMasterEric dc728133d1 Merge remote-tracking branch 'origin/master' into feature/chart-editor-performance-revamp 2023-09-20 19:41:17 -04:00
Cameron Taylor cbbdba031d Merge pull request #150 from FunkinCrew/bugfix-squash/song-data-parser-rework
Chart Editor: Song Data Parser Rework
2023-09-19 19:54:28 -04:00
Cameron Taylor f6bcd8bf05 Merge branch 'master' of https://github.com/ninjamuffin99/funkin-secret into feature/chart-note-snapping-ui 2023-09-19 19:25:42 -04:00
Cameron Taylor a2e43b8e4e Merge branch 'master' of https://github.com/ninjamuffin99/funkin-secret into feature/ghost-hold-notes 2023-09-19 19:16:02 -04:00
EliteMasterEric 86c105aff8 Merge remote-tracking branch 'origin/master' into bugfix-squash/song-data-parser-rework 2023-09-18 21:58:22 -04:00
EliteMasterEric 29c22a422f Fixed a JSON parser issue causing event data to be parsed wrong! 2023-09-18 20:14:43 -04:00
EliteMasterEric 06269e95fd Fix to crash in freeplay (swapped two args oops!) 2023-09-18 20:02:17 -04:00
EliteMasterEric b56768d9b5 Fix an issue where the game would try and fail to load metadata for a newly created song in the Chart Editor. 2023-09-18 17:59:55 -04:00
EliteMasterEric 0d84559606 HTML5 should build now 2023-09-18 17:19:31 -04:00
EliteMasterEric 09b03efeea Merge branch 'master' into bugfix/chart-editor-null-safety 2023-09-18 16:52:47 -04:00
Cameron Taylor 35239909d0 woops fix conditional 2023-09-18 15:48:40 -04:00