Skip to content

BSC Works 0.1.5 - Minor Update

Compare
Choose a tag to compare
@oblivioncth oblivioncth released this 09 May 21:28
· 9 commits to master since this release
  • Added warning notification for user if BSC version is different than 14
  • Fixed a typo in the SoundContainer interpretation step that caused the read value for "Is Looped" to errantly be used for "Using Speed Volume Trigger" while opening a file (also used this swapped/wrong value when saving!)
  • Increased the decimal precision of all QDoubleSpinBoxs to prevent rounding of all but extremely precise floating point values, in which case the change to the rounded value would result in an all but imperceptible change to sounds in-game
  • Fixed a bug caused by QString's validity checking that caused some BSC EffectContainer data to be set to null after opening a file depending on its contents
  • Fixed several errant cases of enabling the "Save" button, which indicates unsaved changes to the file have occurred, when no such changes were actually made
  • Added additional checks for mFileOpen in order to prevent crashes due to null references when updating certain widget states after closing a file, or before opening a file