* I'm a menace to society
* Made some small fixes
* added missing stuff, realignment
* Added Animators
* Unity Shenanigans
* all contestee anims
* mb
* Changed how the contestee is structured in the hierachy
* ymf
* I love quiz show
* more anim implementation
* anim fixes and bg upscale
* oops
* implemented prepare and rest
* oops2
* timer
* Implemented Head Animations
* Added the timer
* Oopsie
* there we go
* changed wizards waltz default length
* Added explosions
* Made consecutive intervals possible
* Implementing counting for the contestant
* The quiz host now has numbers
* host anims
* host anims done
* Implemented all host anims and fixed some stuff
* implemented more stuff
* oops
* anim fixes
* Bug fixes woohoo!
* Fixes
* Fixed something !!!!
* upscale and more
* updated reveal answer to not remove the black on reveal of the number
* new sheet2
* Added ForceExplode
* They now go grey
* upscale done anim stuff
* smoke and explosion
* Stage0 added
* KABOOM
* tweaks
* icon and anim fixes
* Added randomPresses event and prefunction to start interval
* Fixed a bug with random presses and also made the sign change color
* Fixed small bug
* fixed a spaceball bug
* New Metronome
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: saladplainzone <chocolate2890mail@gmail.com>
* fix game view alpha issues
* fix right-clicking on parameter-less entity locking event selection
* reduce ram use of rendertextures
* fix missing sprite references
fix cheer readers sprite masks not working
* fix lockstep rendering discrepancy
* fix section medal toggle not matching described behaviour in UI
* fix game settings masking issue
* dj school "Scratchy Music" toggle on by default
* import new sheets for fan club, mahou tsukai
* make dj school audio FX persist between game change
* make one shot sounds not create extra objects when not needed
* fix potential issue with new one shots
* make string properties apply changes for every keystroke
* tiled stepswitchers
* recolourable step switchers
change text used in the properties edit menu
* fix colour setup on game load
* colourize text based on track
* B
* Unrecognized entity support
Due to some recent discoveries about a certain upcoming rhythm game, I have added support for unrecognized entities found in remix.json to be loaded and moved, and be able to save them.
* Discord RPC Toggle
Required for Mac use. Since there is no persistent settings save, it must be re-enabled each time you open the program.
* Revert "Discord RPC Toggle"
This reverts commit 249ee69ecb1837048fb2f1e45c5dbfffabb11b47.
* Revert "Revert "Discord RPC Toggle""
This reverts commit c2eca02e94d5bc4924c87099f71a25fff8ff101d.
* Remove duplicate song saving
FileMode.OpenOrCreate go brrrrrr
* Delete Properties.meta
whats that still doing there
* new letterbox implementation
* make DSP buffer larger
* add new "ambient" letterbox option
* remap keyboard control
* enable autoplay cheat mode
* fix editor settings not being applied on start
* run the cursor init in editor init
remove debug prints
* Spaceball cleanup and small bug fix
* Replace old hit sound in spaceball
* Camera filters
* added 9 new filters, including 3 types of sepia
* oops
* remark
* normalization of fade out and fade in on filters are by 100
* GenerateFilterTypeEnum comments
* Pure black and white filter
* Zooming
* Constant playback bar offset
* Prepare box selector rewrite
* Update icons, finalize
* Bug fixes
* Spaceball cleanup and small bug fix
* Replace old hit sound in spaceball
* Camera filters
* added 9 new filters, including 3 types of sepia
* oops
* remark
* normalization of fade out and fade in on filters are by 100
* GenerateFilterTypeEnum comments
* Pure black and white filter
* Zooming
* Constant playback bar offset
* Prepare box selector rewrite
* Update icons, finalize
* Editor Ui Redraw
-redrew every ui icon
-colors changed
-some ui elements (like pause, stop, play, undo, redo, and the line showing the beat youre on in the timeline) are the wrong color in-editor compared to unity
* fix colours
- update credits
Co-authored-by: minenice55 <star.elementa@gmail.com>
* 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
Due to some recent discoveries about a certain upcoming rhythm game, I have added support for unrecognized entities found in remix.json to be loaded and moved, and be able to save them.
* 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
stream is now saved to a buffer so we don't have to convert every time we save, only once when loading a new audio file
- make a distinction between Load Remix and New Remix