Skip to content

Releases: oblivioncth/BSCWorks

BSC Works 0.1.8 - Bug Fix

20 Feb 23:19
Compare
Choose a tag to compare

Fixed MP3s converted to SMF being non-functional in-game. It turns out that some previously unknown values in the SMF header dictate a version/variant of sort that must be a specific value for MP3 based SMFs and one of the values for WAV was being applied instead previously since the parameter was not understood.

The correct value is now used for all source file types.

BSC Works 0.1.7 - Minor Update

20 Feb 00:17
Compare
Choose a tag to compare
  • Added support for converting to and from SMF files that are MP3 based
  • Enabled Hi DPI Compatibility mode so that the UI is squashed on dense displays
  • Minor backend improvements

BSC Works 0.1.6 - Minor Update

13 May 08:11
Compare
Choose a tag to compare
  • Fixed an issue that could cause some SMF or WAV files to be incorrectly detected as invalid
  • Fixed a typo that caused the folder path chosen to not be resolved when creating the error message for no SMF/WAV files found during batch conversion, resulting in showing "%1" instead of the actual path
  • Fixed a typo that caused the output SMF files during batch WAV->SMF conversion to be incorrectly given the .wav extension

BSC Works 0.1.5 - Minor Update

09 May 21:28
Compare
Choose a tag to compare
  • 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

BSC Works 0.1.4 - Minor Update

01 Apr 04:51
Compare
Choose a tag to compare

Fixed several related bounds checking oversights that would cause the editor to crash when removing the item at index 0 in a list-based container component

BSC Works 0.1.3 - Minor Update

01 Oct 21:34
Compare
Choose a tag to compare
  • Fixed a bug that prevented converting WAV to SMF

BSC Works 0.1.2 - Minor Update

24 Sep 00:11
Compare
Choose a tag to compare
  • Fixed slot related bug that prevented the Sound Container copy button
    from working
  • Fixed a path bug that prevented saving
  • Top level playlist count now updates correctly when playlists are
    manipulated
  • Added a status bar at the bottom of the editor that shows the path/
    name of the currently opened file

BSC Works 0.1.1 - Minor Update

22 Sep 20:54
Compare
Choose a tag to compare
  • Added progress notifcation and abort ability to Speechmanager cache update/creation

BSC Works 0.1 - Initial Release

22 Sep 19:20
668fb25
Compare
Choose a tag to compare

Initial release for Windows Vista and up 32-bit