Releases: Damnae/storybrew
Releases · Damnae/storybrew
1.85
1.84
- Added storyboard segments to help organize layers and allow creating sprites on multiple threads.
- A script can now be declared Multithreaded, preventing it from running together with other scripts.
- Added StackLeniency to Beatmap and StackIndex/StackOffset to OsuHitObject.
- Added an option to export command times as floating point (only compatible with lazer).
- Added Curve to sliders.
- Added a setting to limit how many threads are used to update effects.
- Fixed combo colors on maps that have a [Colours] section with no colors (by ekgame).
- Fixed crash on startup if the default audio device isn't available.
- Fixed exporting to all diffs never ending if the project has no effect.
- Fixed visual studio reloading the solution every time an effect is saved (by avail).
- Reduced memory usage.
1.83
- Added a Karaoke script (compatible with Aegisub's syntax).
- Font images can now be generated in the project's assetlibrary folder.
- Fixed display of sprites that contain negative Scale commands.
- Fixed a rare crash if focus is lost while clicking on an effect or layer.
1.82
1.81
- Added Ctrl-Alt-C to copy storyboard coordinates to clipboard (by Endaris).
- Added FrequencyCutOff option to GetFft and Spectrum effects (by Endaris).
- Added Beatmap.AudioFilename (by Endaris).
- Added support for VS Code Insiders (by Coppertine).
- Fixed cryptic error message when GetMapsetBitmap doesn't find a file.
- Fixed Particle & Spectrum scripts error when the map is empty and start/end time aren't specified.
1.80
1.79
1.78
1.77
1.76
- The timeline can now be moved outside of audio boundaries when sprites are present.
- Added a Random method that takes floats and returns a float.
- Added start time only overloads for FlipH, FlipV and Additive.
- The project's asset path is now accessible to scripts (AssetPath).
- Fixed low framerate while dragging the timeline.
- Fixed parsing of circular sliders that are actually linear.
- Fixed CustomSampleSet parsing for very old beatmaps.