Commit Graph

389 Commits

Author SHA1 Message Date
Cameron Taylor a3ac7a852f Merge pull request #357 from lotusotho/senpaidialoguebug-fix
Fixed bug that makes the whole game crash at the start of week 6
2021-02-14 19:44:41 -05:00
Cameron Taylor e79691b5d4 Gitaroo easter egg 2021-02-14 19:03:02 -05:00
Cameron Taylor 6ea3c2ebc1 Merge branch 'master' of https://github.com/ninjamuffin99/ld47 2021-02-14 03:32:29 -05:00
Cameron Taylor 6107ecb997 icons and cleanin 2021-02-14 03:32:24 -05:00
Cameron Taylor e298a7a80a Update CHANGELOG.md 2021-02-13 18:10:52 -05:00
Cameron Taylor 9da5c63727 Merge pull request #415 from PrincessMtH/master
Better sustain note trails
2021-02-13 18:10:06 -05:00
MtH 83fa11ca1e better sustain notes & organizing 2021-02-13 23:39:31 +01:00
Cameron Taylor 39651dea36 more seamless storymode transitions 2021-02-12 01:20:20 -05:00
Cameron Taylor 3cae655bbd Merge pull request #402 from TheDrawingCoder-Gamer/patch-1
Use haxe switch case 'or'
2021-02-11 22:14:24 -05:00
Cameron Taylor 770dd4beb0 Update CHANGELOG.md 2021-02-11 22:07:04 -05:00
Cameron Taylor 063f14c8ce Merge pull request #382 from PrincessMtH/master
BPM change functionality & implementation
2021-02-11 22:05:30 -05:00
MtH 9d8211186b entirely phase out totalBeats/totalSteps in favor of the more reliable curStep/curBeat 2021-02-12 03:19:43 +01:00
MtH d115ef59a8 totalSteps & totalBeats synced with bpm changes 2021-02-12 01:58:11 +01:00
MtH 56053710ef actually huge overhaul OOPS lol.
trims off unnecessary data, supports bpm changes proper and according to my proposed system, also just happens to fix other issues with the chart editor
2021-02-11 23:13:50 +01:00
MtH 2b83d4014b BPM map, trim off useless song stuff, adjust MILF cam zoom 2021-02-11 23:06:26 +01:00
Bulby 2e5b11ea25 Use haxe switch case 'or' 2021-02-11 14:54:16 -05:00
MtH d033665899 Merge branch 'master' of https://github.com/ninjamuffin99/Funkin 2021-02-11 11:09:23 +01:00
Cameron Taylor d4ef99019c Merge pull request #342 from regulad/remove-checkboxes
Update Issue Templates
2021-02-10 21:09:45 -05:00
Cameron Taylor 6556a26348 Merge pull request #362 from Jan200101/PR/api-key-check
check if newgroups api key actually exists before creating core
2021-02-10 21:07:50 -05:00
MtH a1102a3842 tweak changeBPM functionality 2021-02-08 04:07:56 +01:00
Cameron Taylor 2dbd223f26 for my cousin mason 2021-02-05 22:35:33 -05:00
Jan200101 47ed4f3c89 check if newgroups api key actually exists before creating core 2021-02-05 13:14:28 +01:00
Lotusotho 9c0197cfc0 Deleted bool I created before 2021-02-04 22:40:02 +01:00
Lotusotho cf7a4825ca Fixed bug at the start of the dialogue 2021-02-04 22:36:01 +01:00
Lotusotho ac3f2f2319 Merge pull request #3 from ninjamuffin99/master
merge changes 3
2021-02-04 22:29:12 +01:00
regulad e6d1f97e0e Update Issue Templates
I had made some mistakes when I first submmited this PR as far as formatting and markdown goes.

Similar to #327.
2021-02-03 10:51:52 -05:00
Cameron Taylor e9f2423357 merge lol!! 2021-02-02 08:04:54 -05:00
Cameron Taylor 469704b291 fix roses oopsies 2021-02-02 08:04:23 -05:00
Cameron Taylor 9f3a5e3497 RELEASE 2021-02-02 05:46:17 -05:00
Cameron Taylor 33d28a096e IM PISSED IM MAD BUT WE CLOSE 2021-02-02 04:54:36 -05:00
Cameron Taylor 61241d1f2d section shit 2021-02-02 04:13:28 -05:00
Cameron Taylor a8268b2254 background girls 2021-02-02 03:24:34 -05:00
Cameron Taylor 0022bd1e14 lil dating sim things 2021-02-02 02:35:35 -05:00
Cameron Taylor a23cfa3274 idk campaign menu shit 2021-02-02 02:20:14 -05:00
Cameron Taylor 9e0a40f29a THORNS AND EVIL MAN 2021-02-02 00:48:22 -05:00
Cameron Taylor f3cfad693b aligned pixel arrows 2021-02-01 05:52:10 -05:00
Cameron Taylor 0084ee3a85 FONT AND BULLSHIT 2021-02-01 01:50:30 -05:00
Cameron Taylor 24bf212f4a call me senpai 2021-01-31 21:43:09 -05:00
Cameron Taylor 5c1a66b3ff leaves lol! 2021-01-31 09:17:56 -05:00
Cameron Taylor 52a03fb4a6 removed discord link lolol oops! 2021-01-30 23:54:28 -08:00
Cameron Taylor 5943bfa342 thorns charts 2021-01-30 22:52:29 -05:00
Cameron Taylor ea63cc63f2 game over in progress 2021-01-30 07:16:51 -05:00
Cameron Taylor 7a21fd2541 senpai and roses on easy 2021-01-30 06:27:11 -05:00
Cameron Taylor 5998f0c607 Merge branch 'master' of https://github.com/ninjamuffin99/ld47 2021-01-28 01:54:24 -05:00
Cameron Taylor 5bd018d2f0 bullshit 2021-01-28 01:54:21 -05:00
Cameron Taylor 0563232e2e Merge pull request #288 from PKPenguin321/controls-options
Very rudimentary options UI for controls changes
2021-01-28 01:51:58 -05:00
PKPenguin321 3b393aed30 controls.txt and options UI
very scuffed, OptionsMenu.hx is now mostly copied from FreeplayState.hx with no actual functionality
currently it reads lines off of controls.txt and displays them on Options menu which is now accessible from main menu
controls.txt has control functions prefixed with "set", IE "setUP", then the corresponding key on the following line IE "W"
2021-01-27 00:58:58 -08:00
Cameron Taylor 255a14de0a update readme for haxe discord shit lolol 2021-01-27 00:32:33 -05:00
Cameron Taylor ebb2638ba7 roses chart 2021-01-27 00:24:36 -05:00
Cameron Taylor 66c3d9a1cc roses ALIGNED 2021-01-26 18:57:40 -05:00