HeavenStudioPlus/Assets/Scripts/LevelEditor
minenice55 81384fe7fb
Update from release 1 branch (#472)
* Integration of Jukebox Library (#451)

* 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

* a lot

* munchy monk input + mustache fixes
* fork lifter and pajama party bopping
* meat grinder miss bop fix
* cloud monkey Real
* marching orders Go! was broken
* force march doesn't break when it's too early from a game switch
* you can use the March! block without the marching now

* convert float to double and all that

* editor fixes (#459)

* ditch loading dialog

doesn't show up when it's supposed to

* format song offset in editor

* remove VorbisPlugin

* Update Editor.cs

* add updater for marching orders turn

* make base datamodels for special entity reading (#463)

* make base datamodels for special entity reading

* fix crop stomp breaking when no game switch or remix end is set

* fix save shortcut

fix loading charts with no music

* don't infer track when importing a v0 riq from another program

* You can now place inputs on top of pass turn for rhythm tweezers

* Rockers can do it too now

* Some new curves

* Converted everything to new curves and made playerballs handle themselves input-wise

* working dough converted, need to fix eveerything though

* ball transporter anims for pass turn

* update Jukebox to latest version

fixes for inferred entity loading

* new sounds

* OnSpawnBall reimplemented

* Proper inactive handling now

* gandw on balls has been added

* Rhythm tweezers pass turn now works like working dough

* modernised rockers pass turn

* Fixed small balls not working in working dough

* Fixed weird curve stuff on game switch in working dough

* let play mode start if no song file is loaded

fix issue with loading large audio files

* add "updater" for the old marching entity

---------

Co-authored-by: AstrlJelly <bdlawson115@gmail.com>
Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-06-13 18:47:52 -04:00
..
Commands Integration of Jukebox Library (#451) (#457) 2023-06-10 19:17:06 +00:00
DialogHelpers Play Mode Features Part 1 (#413) 2023-05-07 20:33:15 +00:00
EventSelector Integration of Jukebox Library (#451) (#457) 2023-06-10 19:17:06 +00:00
NewRemixDialog make all dialogs inherit one base class 2022-08-26 23:43:01 -04:00
RemixPropertiesDialog Integration of Jukebox Library (#451) (#457) 2023-06-10 19:17:06 +00:00
SnapDialog make all dialogs inherit one base class 2022-08-26 23:43:01 -04:00
TempoFinder make all dialogs inherit one base class 2022-08-26 23:43:01 -04:00
Timeline merge from release 1 (#460) 2023-06-11 02:30:46 +00:00
BeatGrid.cs Integration of Jukebox Library (#451) (#457) 2023-06-10 19:17:06 +00:00
BeatGrid.cs.meta Playback visualization + started on timeline in editor 2022-01-07 06:36:23 -05:00
BoxSelection.cs Integration of Jukebox Library (#451) (#457) 2023-06-10 19:17:06 +00:00
BoxSelection.cs.meta bare bones selection system 2022-01-12 22:59:54 -05:00
BPMText.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
BPMText.cs.meta f merge conflicts 2022-02-24 20:02:05 -05:00
ButtonDoubleClick.cs General editor improvements (#257) 2023-02-04 22:05:36 -05:00
ButtonDoubleClick.cs.meta General editor improvements (#257) 2023-02-04 22:05:36 -05:00
ChiScrollRect.cs Remix properties panel now scrolls correctly when the curor is over an inputfield (#395) 2023-04-19 01:49:19 +00:00
ChiScrollRect.cs.meta Remix properties panel now scrolls correctly when the curor is over an inputfield (#395) 2023-04-19 01:49:19 +00:00
Commands.meta Command pattern (Undo/Redo) system began. (Read desc) 2022-01-22 05:44:19 -05:00
DialogHelpers.meta prepare work for remix properties UI 2022-08-23 10:56:39 -04:00
DisableSelectOnHover.cs Persistent Settings (#234) 2023-01-24 14:31:49 -05:00
DisableSelectOnHover.cs.meta Camera flashes (bug associated with fullscreen) 2022-02-07 20:07:03 -05:00
Editor.cs Update from release 1 branch (#472) 2023-06-13 18:47:52 -04:00
Editor.cs.meta Play Mode Features Part 1 (#413) 2023-05-07 20:33:15 +00:00
EditorTheme.cs Persistent Settings (#234) 2023-01-24 14:31:49 -05:00
EditorTheme.cs.meta Dynamic editor theme (WIP), read desc for more info 2022-01-13 21:33:51 -05:00
editortheme.json Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
editortheme.json.meta Dynamic editor theme (WIP), read desc for more info 2022-01-13 21:33:51 -05:00
EventSelector.meta Finally perfected grid game selector 2022-01-16 19:40:14 -05:00
NewRemixDialog.meta dialog for clearing current remix 2022-08-23 09:38:23 -04:00
RemixPropertiesDialog.meta prepare work for remix properties UI 2022-08-23 10:56:39 -04:00
Selections.cs fix textbox listeners, check flags for Ctrl-A (#406) 2023-04-29 22:51:25 +00:00
Selections.cs.meta bare bones selection system 2022-01-12 22:59:54 -05:00
Selector.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Selector.cs.meta bare bones selection system 2022-01-12 22:59:54 -05:00
SnapDialog.meta fully functional snap change menu 2022-07-04 11:29:19 -04:00
TempoFinder.meta fully functional snap change menu 2022-07-04 11:29:19 -04:00
Theme.cs Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
Theme.cs.meta Dynamic editor theme (WIP), read desc for more info 2022-01-13 21:33:51 -05:00
Timeline.meta Tempo change? (Don't update very buggy) 2022-01-27 21:50:57 -05:00
Tooltip.cs fix missing reference errors in tooltip 2022-06-28 16:09:41 -04:00
Tooltip.cs.meta Better tooltip 2022-01-17 19:40:23 -05:00
WaveformVisual.cs The biggest of boi refactors 2022-03-14 07:21:05 -07:00
WaveformVisual.cs.meta A lot of stuff (Read desc) 2022-01-21 02:09:32 -05:00