HeavenStudio/Assets/Scripts/LevelEditor
minenice55 bccd88e164
Beatmap Sections & Latency Reduction (#170)
* 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 9d36db5ff9.

* 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
2022-09-18 16:48:14 -04:00
..
Commands Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
DialogHelpers use tab manager to control flow 2022-09-03 19:46:54 -04:00
EventSelector Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
NewRemixDialog make all dialogs inherit one base class 2022-08-26 23:43:01 -04:00
RemixPropertiesDialog finish essential property work 2022-09-03 23:17:17 -04:00
SettingsDialog prep auto-population of property menu 2022-09-01 20:57:47 -04: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 Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
BeatGrid.cs
BeatGrid.cs.meta
BoxSelection.cs
BoxSelection.cs.meta
BPMText.cs
BPMText.cs.meta
Commands.meta
DialogHelpers.meta prepare work for remix properties UI 2022-08-23 10:56:39 -04:00
DisableSelectOnHover.cs fix issue with param disabling 2022-07-08 16:20:39 -04:00
DisableSelectOnHover.cs.meta
Editor.cs Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
Editor.cs.meta
EditorTheme.cs Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
EditorTheme.cs.meta
editortheme.json Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
editortheme.json.meta
EventSelector.meta
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
Selections.cs.meta
Selector.cs
Selector.cs.meta
SettingsDialog.meta copy entities, prep settings menu 2022-07-04 12:57:19 -04:00
SnapDialog.meta
TempoFinder.meta
Theme.cs Beatmap Sections & Latency Reduction (#170) 2022-09-18 16:48:14 -04:00
Theme.cs.meta
Timeline.meta
Tooltip.cs
Tooltip.cs.meta
WaveformVisual.cs
WaveformVisual.cs.meta