* 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
* new sprites not done
* more sprites more anim chanegs
* almost done
* INSANE
* sheet done
* its done
* re-implement improved squat sprite
* remove many unused assets
allow games to be hidden in the editor
* start animations of backup dancers
* finish backup dancer animations
* add effects to backup dancers' tree
* add dancers to the prefab
* import new sprites
* backup dancers fully functional
* game camera now updates in LateUpdate()
* touched some anims
* oops
* oops 2
* add audience applause
fix the mapped cellanim shaders
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
* Rhythm rally and cheer readers improvements
* Autobop for fan club
* Implemented new bop parity for fan club, rhythm rally and ssds
* Air rally easing improvements
* Fixed drumming practice stuff
* Tap trial has been unjankified yet again
* Cheer readers and catchy tune bops
* More bop parity
* MORE!!!!
* That should be all of them except space dance and dj school
---------
Co-authored-by: minenice55 <star.elementa@gmail.com>
* add alt cue to fan club
* add effects to rhythm somen
update rhythm somen hitsound
add near miss interaction for rhythm somen
* adjust trick on the class animation
* adjust fan club spectator animation timing
fix bug with legacy beatmap conversion
* update icons
* add background loading of sound sequences
- fix bug with preFunction
- remove most of the old preloading code
* update spritesheets for karate man, marching orders
* file explorer chart loading
* update icon for trick on the class
* add way of creating sound sequences in inspector
- actually implement GameAction preFunction
- implement sound scheduling for Jukebox and MultiSound
* Dj School: fix turntable effect being parented to root
* Pajama Party: fix sleep action type not carrying over between transitions
* Fan Club: spotlight effects
* new icons for Pajama Party, Karate Man
* Editor: make context use Rodin font
* idem for entities
* Blue Bear: import HQ texture
* Pajama Party: option to sleep forever
* Space Soccer: option to mute the dispense sound
* Loading improvements: prepwork for loading from assetbundles
* note for sfx
* cleaner code
* correct type
* put loaded assetbundle in the minigame data instead
also lays groundwork for future localization stuff
* add samurai slice gold, coin toss assetbundles
* very messy "already loaded" checks
* make Dj School load from assetbundle
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