1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Commit graph

2927 commits

Author SHA1 Message Date
Cameron Taylor 01ff4acc1a Merge pull request #409 from FunkinCrew/bugfix/cut-pico-dadbattle
Fix bug where Pico dadbattle was playing over normal dadbattle
2024-03-25 13:43:05 -04:00
Cameron Taylor 9fd780e00c Merge branch 'rewrite/master' into bugfix/cut-pico-dadbattle 2024-03-25 13:42:50 -04:00
Cameron Taylor 275a58e633 assets submod 2024-03-25 13:42:35 -04:00
Cameron Taylor c456430910 Merge pull request #414 from FunkinCrew/bugfix/opponent-mute-on-miss
Fix a bug where lag could cause the opponent to miss which would mute the vocals.
2024-03-25 13:37:12 -04:00
Cameron Taylor 3c9f63892b Merge pull request #411 from FunkinCrew/feature/video-cutscene-hide
Hide a video cutscene after playing it
2024-03-25 13:37:00 -04:00
Hazel 2b1fc1e7d7 bugfix: html5 builds (#418) 2024-03-25 16:12:37 +01:00
EliteMasterEric 51d36ea25e Work in progress on fixing Boyfriend's spook/tv animations 2024-03-24 04:53:05 -04:00
EliteMasterEric 138dfd61e8 Fix a bug where the Camera Zoom toggle didn't work. 2024-03-23 23:52:08 -04:00
EliteMasterEric 24b03e4f6b Replace calls to FlxG.sound.playMusic with ones that set the BPM. 2024-03-23 23:38:07 -04:00
fabs 6d84f92860 Merge pull request #415 from FunkinCrew/bugfix/album-missing
Fix a bug where the album disappears never to return
2024-03-24 02:18:43 +00:00
fabs b494c9438a Merge pull request #412 from FunkinCrew/bugfix/gf-zoom-pink
Fix pink background visible in Week 6 and Week 7
2024-03-24 02:18:24 +00:00
EliteMasterEric a8486a47df Fix a bug where the album disappears never to return 2024-03-23 18:22:15 -04:00
EliteMasterEric 709fbc8594 Fix a bug where lag could cause the opponent to miss. 2024-03-23 18:11:06 -04:00
EliteMasterEric ecea5e89e2 Update assets submodule 2024-03-23 17:51:19 -04:00
EliteMasterEric 6407770ed6 Rework every class to use FunkinSound. 2024-03-23 17:50:48 -04:00
EliteMasterEric 8bbb528a9e Update assets submodule 2024-03-23 13:44:27 -04:00
Eric f3e9a4f32a Merge pull request #410 from FunkinCrew/funkin-crew-presents
the funkin crew presents
2024-03-23 00:02:09 -04:00
Eric 8e8ec2c5aa Merge branch 'rewrite/master' into funkin-crew-presents 2024-03-22 23:55:05 -04:00
EliteMasterEric e4a9d25ac0 Syntax fix 2024-03-22 23:53:29 -04:00
EliteMasterEric 471b015d1a Add some FlxSignals and showVideo/hideVideo 2024-03-22 23:46:03 -04:00
Cameron Taylor 932f7bce41 Merge pull request #408 from FunkinCrew/bugfix/camera-behavior-fixes
Make the ZoomCamera events use sensible defaults.
2024-03-22 23:38:26 -04:00
Cameron Taylor 01e83d4713 the funkin crew presents 2024-03-22 20:21:09 -07:00
EliteMasterEric 28088146eb Fix bug where Pico dadbattle was playing over normal dadbattle 2024-03-22 22:17:34 -04:00
Cameron Taylor 5a10152efb Merge pull request #397 from FunkinCrew/formatting-fixes
Formatting cleanup in assets folder and source folder
2024-03-22 22:01:05 -04:00
Cameron Taylor a695fb2b39 Merge branch 'rewrite/master' into formatting-fixes 2024-03-22 19:00:29 -07:00
EliteMasterEric 83e8865a24 Make the ZoomCamera events use sensible defaults. 2024-03-22 20:29:35 -04:00
Cameron Taylor a42524987e Merge pull request #400 from FunkinCrew/bugfix/minimal-mode-gameover
Fix several crashes when reaching a game over in minimal mode
2024-03-22 18:03:46 -04:00
Cameron Taylor 7d008e7247 playstate camera fixie 2024-03-22 15:03:17 -07:00
Cameron Taylor 9d7831d40b Merge branch 'rewrite/master' into bugfix/minimal-mode-gameover 2024-03-22 14:56:41 -07:00
Cameron Taylor 08bac461ee Merge pull request #406 from FunkinCrew/bugfix/polymod-null-vars
Update polymod to fix several script-related crashes
2024-03-22 17:52:56 -04:00
EliteMasterEric c9f4a0a86d Update polymod to fix several script-related crashes 2024-03-22 15:29:58 -04:00
Cameron Taylor e6939d8104 Merge pull request #404 from FunkinCrew/bugfix/audio-offsets
Update 7 songs to use inst/vocals with fixed offsets, created by Saru
2024-03-22 03:14:13 -04:00
Cameron Taylor 82258cfa1d Merge branch 'rewrite/master' into bugfix/audio-offsets 2024-03-22 00:13:11 -07:00
Cameron Taylor 40d13619d3 assets submod 2024-03-22 00:12:50 -07:00
EliteMasterEric eb5f853e2c Update assets submodule 2024-03-22 03:05:18 -04:00
EliteMasterEric c765249030 Complain if the main metadata file specifies a variation (like erect) but the game can't find it. 2024-03-22 03:04:52 -04:00
EliteMasterEric aea9213eea Make sure the BPM label gets updated properly 2024-03-22 03:04:33 -04:00
EliteMasterEric 2b477c9bd1 Make Conductor a lazy instance 2024-03-22 02:47:56 -04:00
EliteMasterEric 4524b66170 Only show easy/normal/hard in story mode for now 2024-03-22 02:47:43 -04:00
EliteMasterEric d50ff73d3c Registries now get added to the Flixel console (and get lazy instantiated so they don't start before the game does) 2024-03-22 02:47:21 -04:00
Cameron Taylor 11426e5177 Merge pull request #402 from FunkinCrew/feature/freeplay-album-art
Custom album art for freeplay
2024-03-22 02:37:34 -04:00
Cameron Taylor f7acee94cd Merge branch 'rewrite/master' into feature/freeplay-album-art 2024-03-21 23:37:20 -07:00
Cameron Taylor 5b5eb6f109 assets submod 2024-03-21 23:35:49 -07:00
Cameron Taylor 80c938af4f fix for the album roll to come in only once bf hand hits 2024-03-21 23:34:03 -07:00
Cameron Taylor 433d4968da change to elasticOut 2024-03-21 23:32:07 -07:00
Cameron Taylor 668f5decb2 Merge pull request #393 from FunkinCrew/feature/milf-cleanup
Remove the classic MILF script
2024-03-22 01:50:31 -04:00
Cameron Taylor 74dc377b5d asset submod 2024-03-21 22:49:18 -07:00
Eric 75bc63e1d0 Merge pull request #391 from FunkinCrew/title-music-vol-fix
title screen volume fix
2024-03-22 01:32:02 -04:00
Eric fe2e272abb Merge branch 'rewrite/master' into title-music-vol-fix 2024-03-22 00:17:03 -04:00
Eric d481830323 Merge pull request #396 from FunkinCrew/feature/focusCameraTweening
Camera easing upgrades
2024-03-22 00:07:57 -04:00