31 Commits

Author SHA1 Message Date
minenice55
2f2161530a New Switch Game Look (#979)
* move prefabs and music out of resources

lower "real" audio cap
update some packages

* new game switch look

audio optimizations

* import SFB as package instead of plugin

use updated SFB fork

* fix game switch events

* delete effect for game switch

* new look for chart end

* update Jukebox to 0.2.4

* fix outline ordering

* re-isolated fan club sfx

* move more stuff out of resources

further reduce audiomanager virtual voices

* fix rendering of other GameManager blocks
2024-06-14 18:09:10 -04:00
wookywok
30abc8c5cd Fixed Working Dough Swing (#948)
Working Dough was overlooked when swing was being added, this should fix it
2024-05-19 21:44:06 +00:00
Zeo
4a4bf78971 fixed blue bear sound bug 2024-05-14 03:26:00 +00:00
wookywok
4313e354f9 ignoreSwing parameter for Multisound and BeatAction
Adds a new optional parameter to Multisounds, Soundbytes, and BeatActions, allowing them to ignore swing.
Currently the only game to use these new parameters is Launch Party, but whoever codes Donk-Donk in the future will have a small bit of the weight taken off their shoulders.
2024-05-14 01:50:30 +00:00
Zeo
47fb4911e5 Delayed Property Tooltips (#886)
* add dropdown

yes im really making a pr for something as tiny as this

* can now turn on/off

now for the hard part

* can turn on and off much better

now i can ACTUALLY get the delay working

* it works!!!

currently waits for 400 frames regardless of fps, should probably be changed in the future but it works well enough rn

* Timer waits 1.5 seconds

much better, thanks astrl
2024-04-21 21:40:20 +00:00
minenice55
a3f33e5279 Auto-Swing (#827)
* BurstLinq

make BGM resync when changing pitch (to test)

* autoswing

some game implementations, most games already work fine

* more game tweaks

* 16th note swing

more game fixes
make pitch change resync optional in the API

* suppress some common warnings

* Update Credits.txt
2024-04-07 04:55:08 +00:00
Seanski2
922408ca46 Tunnel Backgrounds (#713)
* field + desert bgs

we're just getting started

* city bg wooo

* New camera positioning in car

thank you maddy and meta

* night time zzz

* moai + crop stomp bgs

* new sheet

goodbye bluetooth wheel

* tunnel bg changer

* quiz bg wip

* quiz show bg animated

i am far too stupid to understand what's going on with the code

* far anim disappeared??? fsr???

* bgs are done woooo

this might be huge for the tunnel community

* Revert "bgs are done woooo"

This reverts commit f4ca272731ae62ae755fe14e7a9d4c37c5ea35f4.

* Revert "Revert "bgs are done woooo""

This reverts commit b75ca2be150755c1782be151cda231706e7f231e.

* Revert "Revert "Revert "bgs are done woooo"""

This reverts commit 7d2e47ccbc00c78f56c4c9632af6fd423d983caa.

* i dont know man

* redo lost anims

* add quiz bg

lol

---------

Co-authored-by: minenice55 <star.elementa@gmail.com>
Co-authored-by: AstrlJelly <bdlawson115@gmail.com>
2024-02-24 01:23:15 +00:00
minenice55
6e12e5dafe Change Project License to MIT (#700)
* license change

replace unneeded package

* reword this
2024-02-16 01:22:24 -05:00
minenice55
9be16564a0 change operation order for input checks 2024-01-25 15:11:43 -05:00
minenice55
9f0a48e9ff event caller refactoring
change operation order of minigame loading
2024-01-25 12:29:05 -05:00
minenice55
b94a70fbc6 fix certain types of sounds firing a frame late 2024-01-24 00:17:35 -05:00
minenice55
7d41478ed9 adjust dj school mixer settings 2024-01-21 23:13:39 -05:00
minenice55
097f92ffb1 fix broken marker rendering 2024-01-21 20:18:55 -05:00
minenice55
607818e3be fix doubled input responses in some menus
decimal marker weights
2024-01-21 20:10:45 -05:00
minenice55
3a3eb803ef default timing display is non-lazer
plan for future overlays?
2024-01-21 19:43:29 -05:00
minenice55
cda15b8cf0 implement #648 "properly"
try to fix weird performance regression in board meeting
2024-01-21 19:36:12 -05:00
minenice55
1f94fe3048 new memes 2024-01-21 18:10:23 -05:00
minenice55
2941322039 do it in the editor too 2024-01-21 16:54:10 -05:00
minenice55
5c9a0b2d48 no miss + skill star in judgement
fix potential crashes when exiting play
2024-01-21 16:50:05 -05:00
minenice55
b4ceb15743 fix weird edge case in toss boys autodispense
let beataction throw exceptions
2024-01-21 00:15:06 -05:00
minenice55
dbf28debe0 fix asset unloading jank with karate man 2024-01-20 23:59:26 -05:00
minenice55
81e546e3fe rendertexture null check 2024-01-20 23:39:41 -05:00
minenice55
4052e44e7b update Jukebox version
fix issues with Judgement audio
2024-01-20 23:30:28 -05:00
minenice55
8b43853450 fix operation order issue with judgement 2024-01-20 00:24:23 -05:00
minenice55
5c46e64fc0 fix #631 2024-01-19 23:05:26 -05:00
minenice55
4dd1fec62b fix #640 2024-01-19 21:46:21 -05:00
minenice55
2b30b7de97 fix spritesheet scaler incorrectly setting pivots 2024-01-19 20:51:14 -05:00
minenice55
f68192e6e2 de-static-ify game manager and conductor for minigame logic 2024-01-18 23:52:38 -05:00
minenice55
e9bda6742e minigame template 2024-01-18 23:39:20 -05:00
minenice55
49fcc959f4 also use sourcegen for controller loaders 2024-01-18 21:38:01 -05:00
minenice55
ed78a4ba2f replace minigame loader reflection with source generator 2024-01-18 19:56:26 -05:00