* Air Rally Text Update
* Blue Bear Text Update
* Board Meeting Text Update
* Built To Scale DS Text Update
also changed Air Rally's assetbundle tag from "normal" to "keep"
* Catchy Tune Text Update
also changed some minor wording in Board Meeting and Built To Scale DS
* Cheer Readers Text Update
* The Clappy Trio Text Update
* Coin Toss Text Update
* Crop Stomp Text Update
* DJ School Text Update
* Dog Ninja Text Update
* Double Date Text Update
* Drumming Practice Text Update
* Fan Club Text Update
* Fireworks Text Update
* Second Contact Text Update
* Flipper-Flop Text Update
also fix an error in Catchy Tune
* Fork Lifter Text Update
* Glee Club Text Update
* Karate Man Text Update
also minor updates to other games
* Kitties! Text Update
* Launch Party Text Update
* Lockstep Text Update
* Marching Orders Text Update
* Meat Grinder Text Update
also fixed an error in Second Contact
* Mr. Upbeat Text Update
* Munchy Monk Text Update
* Octopus Machine Text Update
* Pajama Party Text Update
* Quiz Show Text Update
also changed some wording in meat grinder
* Rhythm Rally Text Update
* Rhythm Somen Text Update
that was easy
* Rhythm Tweezers Text Update
* Ringside Text Update
* Rockers Text Update
this sucked
* Samurai Slice DS Text Update
* See Saw Text Update
* Sneaky Spirits Text Update
* Spaceball Text Update
* Space Dance Text Update
* Space Soccer Text Update
* Splashdown Text Update
* Tambourine Text Update
* Tap Trial Text Update
* Tap Troupe Text Update
* The Dazzles Text Update
* Toss Boys Text Update
* Tram & Pauline Text Update
also added translation for Fireworks
* Tunnel Text Update
* Wizard's Waltz Text Update
* Working Dough Text Update
* fix compiler errors
* fix editor offset bug(?)
* fix missing param in second contact
* Ball Redispense text
* remove space soccer swing
* Trick on the Class Text Update
* Non-Game Text Update
* fix pre-function sorting
* camera shake ease
* remove a bunch of prints
* rhythm tweezers bug fix
* Update Credits.txt
* ssds nop samurai bop
* swap order of shake properties
* Update FirstContact.cs
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
* add Jukebox library
todo:
- saving / loading of new format
- inferrence of unknown data like past versions
- move the temporary float casts to proper use of double
- make sound related functions take double for timing
- inform people that the Jukebox sound player was renamed to SoundByte lol
* make sound, input scheduling, and super curve use double precision
* successfully load charts
* editor works again
v1 riqs can be saved and loaded
* first tempo and volume markers are unmovable
fix loading of charts' easing values
* use gsync / freesync
* update Jukebox refs to SoundByte
* game events use double part 1
Air Rally - Glee Club converted
* don't load song if chart load fails
* finish conversion of all minigames
* remove editor waveform toggle
* timeline now respects added song offset length
clear cache files on app close
prepped notes for dsp sync
* update timeline length when offset changed
* update to latest Jukebox
* make error panel object in global game manager
* improve conductor music scheduling
* added error message box
fix first game events sometimes not playing
* SupahScrollSetUp
* Scrolls now, with issues, also added a flames animation
* Started implementing new multiple space kickers
* bg recolor space soccer
* Recolorable dots!
* we circular motitating n shit
* ReAdded Enter and exit stuff
* I despise unexplainable bugs
* The balls are so buggy 😱
* Trying to fix someting
* Fixed Scroll Stutter
* Fixed a whiff bug
* Updated sounds and added ease event for space kickers
* Fixed some bugs
* Changed some names
* new option for quiz show random presses
* Board meeting bug fixes
* Testing Curve stuff
* Converted all code to use new curves, need to fix all issues
* Playing around with keypoint values, will probably expose them so someone else can mess with them
* curves be like
* Fixed stuff
* BALLS FIXED
* Fixed clappy trio stuff
* Added player move event
* Almost fixed, just need to fix wonkiness with high kick toe
* Fixed da bug
* Board meeting and quiz show tweaks
* Fix for board meeting and enter/exit presets for space soccer
* Stop ball added
* Updated how scroll works
* fix crop stomp input scheduling bugs
* update space soccer to use PlayerActionEvent
* update spaceball to use PlayerActionEvent
make PlayerActionEvents clean themselves up on game switch
* update rhythm rally to use PlayerActionEvent
* update rhythm tweezers to use PlayerActionEvent
* update mahou tsukai to use PlayerActionEvent
* reduce logging level
I just moved everything that was in start to awake. There are a few other changes I made, like using init functions rather than awake in scripts that depended on something that was initialized in another script's awake (to make sure things always happen in the right order), as well as some other stuff in some specific minigames
The soccer ball that is part of the prefab no longer defaults to the Dispensing state (when i refactored the ball script a while ago, i dealt with this problem by just disabling that ball, but this solution should work even with the ball enabled)
You'll no longer be bombarded with sfx when starting the game far after a ball dispense cue. Some of the animations are still a bit rough and sometimes the ball is never dispensed, but those will be fixed in a future commit.