storybrew
storybrew copied to clipboard
A storyboard editor for osu!
Probably a niche case, but this was happening to me and it took me a while to figure out what was going on, so I figured I might as well...
this change makes visual studio not attempt to reload the csproj with each change from within storybrew, nothing else is affected
Beatmaps may have a "Colours" section without any custom combo colors. While parsing such a file, the combo colors are cleared, but none are added, which later produces a division...
Certain referenced assemblies seem to have storybrew look for the file from the app's root folder instead of the project folder. Example given with MathNet.Numeric (after importing System.Numeric manually in...
Adds ability to convert Empty Enum values to just text values on the Config UI. Examples below:  Before  After Example Code: ```csharp public enum EmptyEnum{} [Configurable(DisplayName = "...
- [ ] Depends on https://github.com/Damnae/brewlib/pull/1 This updates all csprojs to the .NET SDK style, updates the target framework to 4.7.2 and updates all dependencies. That should make the project...
Something my audio device got disconnected and I had to restart the app to get the right audio device. It would be nice if you could fix it. And is...
1. Click on storybrew window to focus it 2. Click somewhere else to unfocus storybrew window (desktop, taskbar, another window) 3. Observe the mouse is moved back into storybrew window...
Added script name on command overlap and compatibility error messages for better clarity Before:  After: 
While using Storybrew's latest version (1.92.9014.28033), and previous version before this one, on Windows 11 24H2 26100.4351, I've encountered an error when I try to save a project.  Here's...