* basic audio preloading
could this operation be timesliced even more?
* note
* load sounds in subfolders from their ABs properly
fix sound names that would conflict from this change
* also grab from cache in this method
* fix ringside's assetbundle
* several AB sfx fixes
air rally
catchy tune
coin toss
karate man
lockstep
marching orders
mr upbeat
samurai slice gold
tambourine
tram&pauline
trick on the class
working dough
* fix flipper flop assetbundle
* fix weird issue with pause menu arrow
fix scheduled optic blast not working correctly
let multisound defer playback until conductor timekeeping is active
fix flipper flop end-of-roll calls
update kurokane modified
* Barebones title screen prefab added
* logo and stuff
* cool
* Added sfx to title screen
* The logo now bops to the beat
* epic reveal
* Fixed something
* put some of the stuff into the main menu
* other logo bop
* Implemented logobop2 and starbop
* added scrolling bg, tweaked positioning and wip splash text for play button
* more menu
* ooops
* Expand implemented
* cool
* Made stars spawn in in the opening
* make UI elements look nicer on different aspect ratios
* add sound while hovering over logo
* add settings menu to title screen
make the title screen properly play after the opening
* swap out title screen hover sound
remove the old config path warning
* every button works, some play mode fixes
* fix issues with beataction/multisound and pausing
* fix dropdown menus not working in certain screens
* fix particles rotating when camera controls are used
* touch style pause menu items only trigger if cursor is over an item
* various changes
make playback (unpausing) more reliable
only apply changes to advanced audio settings on launch
fix title screen visuals
add opening music
continue past opening by pressing a key
update credits
* almost forgot this
* lol
* initial flow mems
* user-taggable fonts in textboxes
* alt materials for kurokane
* assets prep
* plan out judgement screen layout
change sound encodings
* start sequencing judgement
* judgement screen sequence
* full game loop
* fix major issue with pooled sound objects
rebalance ranking audio
fix issues with some effects in play mode
* new graphics
* particles
* make certain uses of the beat never go below 0
fix loop of superb music
* make markers non clamped
lockstep frees rendertextures when unloading
* lockstep creates its own rendertextures
swapped button order on title screen
added null checks to animation helpers
disabled controller auto-search for now
* enable particles on OK rank
* play mode info panel
* let play mode handle its own fade out
* fix that alignment bug in controller settings
* more safety here
* Update PauseMenu.cs
* settable (one-liner) rating screen text
* address minigame loading crashes
* don't do this twice
* wav converter for mp3
* Update Minigames.cs
* don't double-embed the converted audio
* studio dance bugfixing spree
* import redone sprites for studio dance
* update jukebox
prep epilogue screen
* epilogue screen
* studio dance inkling shuffle test
* new studio dance choreo system
* markers upgrade
* fix deleting volume changes and markers
prep category markers
* Update Editor.unity
* new rating / epilogue settings look
* update to use new tooltip system
mark certain editor components as blocking
* finish category system
* dedicated tempo / volume marker dialogs
* swing prep
* open properties dialog if mapper hasn't opened it prior for this chart
fix memory copy bug when making new chart
* fix ctrl + s
* return to title screen button
* make graphy work everywhere
studio dance selector
membillion mems
* make sure riq cache is clear when loading chart
* lol
* fix the stupid
* bring back tempo and volume change scrolling
* new look for panels
* adjust alignment
* round tooltip
* alignment of chart property prefab
* change scale factor of mem
* adjust open captions material
no dotted BG in results commentary (only epilogue)
bugfix for tempo / volume scroll
* format line 2 of judgement a bit better
update font
* oops
* adjust look of judgement score bar
* new rating bar
* judgement size adjustment
* fix timing window scaling with song pitch
* proper clamping in dialogs
better sync conductor to dsptime (experiment)
* disable timeline pitch change when song is paused
enable perfect challenge if no marker is set to do so
* new app icon
* timing window values are actually double now
* improve deferred timekeep even more
* re-generate font atlases
new app icon in credits
* default epilogue images
* more timing window adjustment
* fix timing display when pitched
* use proper terminology here
* new logo on titlescreen
* remove wip from play
update credits
* adjust spacing of play mode panel
* redo button spacing
* can pass title screen with any controller
fix issues with controller auto-search
* button scale fixes
* controller title screen nav
* remove song genre from properties editor
* disable circle cursor when not using touch style
* proper selection graphic
remove refs
re-add heart to the opening
* controller support in opening
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
Co-authored-by: ThatZeoMan <67521686+ThatZeoMan@users.noreply.github.com>
* tunnel tunnel
tunnel
* tunnel messes with the volume
* tempo finder can now be reset by waiting
now uses the conductor's time source if it exists and is playing
* wip anims
* Animations Finished
* add tunnel sound
* tunnel shader
fix the left sound
* add pre-sliced BG assets
---------
Co-authored-by: Seanski2 <seanbenedit@gmail.com>
* blue bear tweaks
* OnBeatPulse callback added
* Fixing humming bug in BM + Metronome fix + Some games conversion to onbeatpulse
* clappy trio to drumming practice
* rest of the games converted
* two minor changes
* add mouse controller
* support different control styles in options
deprecate old input check methods
* fully functional input actions system
* btsds InputAction
* blue bear InputAction
* more games
fix bugs with some input related systems
* coin toss re-toss
* cheer readers touch
* dog ninja touch
* multiple games
* last of the easy games' touch
* more specialized games
* specialized games 2
* finish ktb games
* remove legacy settings disclaimer
* "only" two games left
* karate man touch
* rockers touch
still needs fixes and bad judge strum
* DSGuy flicking animation
* playstyle chart property
* improve performance of minigame preloading
* improve look of cursor
make assetbundles use chunk-based compression
refactor assetbundle loading methods a bit
* prime conductor stream playback to stabilize seeking operations
* fix air rally swing on pad release
* use virtual mouse pointer
* add UniTask
* make BeatAction use UniTask
* implement UniTask to replace some coroutines
* add touch style UI elements and effects
games now support the ability to define two cursor colours if they need split screen touch inputs
* update plugins and buildscript
* implement thresholded pointer position clipping
* fix clamping
* instant show / hide
fix discord game SDK crashes
* fix lag spike when starting playback from middle of chart
further optimization to GameManager which considerably reduces garbage generation
* let dsp offset be calculated on playback start if needed
* make BeatActions coroutines instead of componentrs
* pooled scheduled sounds
implement S' entity seek
* remove debug prints from last two changes
* implement absolute time tracking
implement DSP time resyncing
* optimize GameManager
* update TMPro
* update IDE packages
* fix dsp sync making the drift worse
* fix issue with the JSL dll
* relocate debug print
* make scheduled pitch setter functional
* any cpu
* 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
* first things first, kill mr. downbeat.
now onto fixing meat grinder forrealzies
* meat grinder fix
* fixed munchy monk icon + mr upbeat ding bug
* a few little changes
* lotta stuff
yeahh just look at the pr description
* point and clap
* anim Adjustment
* new sheet + adjustments for it
* IM USING THE INTERNET
i hate merge conflicts
* grrr merge conflicts
* insane changes
* progress
* fixed The Spaceball Camera Bug (literally a single line of code wtf guys)
* colrs
* k im done :3
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
* add pause menu assets
* layout and animation for pause
* make play mode prefab function
re-assign unused class inheritance
* remove filepath
* don't init medals twice
* remove PlayerActionObject
* initial attempt at anti-note lock
TODO: circumvent inputs clearing themselves making the functionality not work
* properly implement input lock prevention
* fix error on editor open
* functional pause menu
* bugfix
* make unpausing not reset current play statistics
* serialize initializer components in inspector instead of procedurally generating
* sanity check
* note for fade
* make flashes in the camera prefabs instead of in world space
remove / reorganize script files
address issue #411
* fix bug with perfect campaign
make minigame transitions hide the game canvas
adjust animation of the song credits textbox
* fully functional intro scene (placeholder for future title screen)
refactored entire game loading procedure
re-organized some files
* add interaction query to disclaimer text
* reword legal
* anchor section medals to section display
more tempo change placement controls
* operation order bugfix
* prep for future ratings and stats
* loading text
* autoload opening scene
* splash screen adjustments
added setting to force enable splash screen
* adjust setting entry
* update blue bear to use PlayerActionEvent
* update built to scale DS to use PlayerActionEvent
* update clappy trio to use PlayerActionEvent
* update crop stomp to use PlayerActionEvent
* update drumming practice to use PlayerActionEvent
* update fork lifter to use PlayerActionEvent
* update minigame icons
* update wizard waltz' icon
* implement a fix for #196
- improve checking for unwanted inputs in minigame scripts, see Fan Club, Karate Man, and Pajama Party for examples
- provisionally implemented calculating average player input offset
* update samurai slice ds to new assets
implement near miss feedback
* import new pajama party assets
* 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
* improve performance with new render settings
- fix letterboxing losing camera references
* fin in missing params?
needs testing
* finish default param check
* scale jump animation of fan club spectators
* fix missing references in a karate man method
* more liberal use of Double in conductor
beatkeeping is now absolute instead of being additive
* optimize Conductor more
reduce caching from constantly sorting tempo changes despite game manager doing it for us
moved metronome logic to LateUpdate
* prep UI for chart section
* all special layers now on one area
todo: have buttons toggle between special layers (selection mode shows all?), use the tabs system for this
* swapping between special timelines - prelim
* special entities can be placed
* spec. timeline base functions complete
music volume changes should work now
* attempt at input lag reduction
needs testing
* fix dsp issues
* smaller DSP buffer?
* Revert "smaller DSP buffer?"
This reverts commit 9d36db5ff90cf4e2d7bb8db9b4b7376cb493e02b.
* make conductor clock use real time (double)
change order of execution of input-related scripts to further attempt a reduction in input latency
* start values can be changed
make the old special entity bar visible when the corresponding type is selected
* creation of Chart Sections (TODO: GO REFERENCE)
* added GO references
* section edit dialog
* disable wrapping on chart section obj
* backspace can now delete entities
* entities don't shift when duplicated
* fix PlayerActionEvent order of operations
- fixed remix loading trying to clear special timeline while it's writing to itself
* make oop check match parity
* more operation order fix
* fix Karate Man BG initialization
* show section progress in editor
todo: section progress in-game
* more fix for entity duping
* Fix Sheets issue 11
* Textboxes: Fix unicode glyphs sometimes not displaying
* Fan Club: fix order of operation bug
* Conductor: refactor ReportBeat
this fixes issues with using crop stomp alongside tempo changes
* Built to Scale (Gold): temporarily disable post-processing
game renders very incorrectly due to the post processing effects
will need someone who knows what they're doing in that field to fix it proper
* marked some assets for deletion
* I'm dumb and left in debug prints
* peabrain moment
VERY IMPORTANT FIX
* Make this not loop
* Fix Sheets issue 11
* Textboxes: Fix unicode glyphs sometimes not displaying
* Fan Club: fix order of operation bug
* Conductor: refactor ReportBeat
this fixes issues with using crop stomp alongside tempo changes
* Built to Scale (Gold): temporarily disable post-processing
game renders very incorrectly due to the post processing effects
will need someone who knows what they're doing in that field to fix it proper
* marked some assets for deletion
* I'm dumb and left in debug prints
* Prepwork for seeking + tempo change fixes
TODO: make playing after seeking function (I'll need help with the offset stuff so if anyone can push to this branch please do)
* functions to get the beat from a song position
will need more testing but I think it works well enough to get into prod
thanks @wooningcharithri#7419 for the psuedo-code
Spaceball has been improved, you can now hit multiple balls at a time. Fork Lifter and Karate Man need this update soon as well. No idea why I did it the way I did.
Time jumping also has been improved by pausing.
Dynamic editor themes for custom theme support, however that won't be implemented until later.