Skip to content

SharpENDEC v1.1

Compare
Choose a tag to compare
@BunnyTub BunnyTub released this 15 Oct 10:17
· 29 commits to master since this release
b1677bb

The first stable build of SharpENDEC is now available! (now fixed)

Changes

New

  • You can now define 2 separate sounds for severity. Severe and above use "attn.wav". Anything below uses "attn-minor.wav". (This behavior may be changed in the future. If "attn-minor.wav" does not exist, it will fallback to "attn.wav" instead.)

Major

  • Dropped 32-bit support in favor of 64-bit.
  • Improved CPU usage dramatically.
  • Combined libraries inside of the executable for better class access.

Minor

  • Removed unused classes that were taking up space.
  • Modified repeated strings to use their respective variables.
  • Modified message processing to fix scenarios where sentences didn't end correctly.
  • Removed leftover debugging code that was taking up space.
  • Changed language handling for future additions.
  • Adjusted some timeouts to prevent disconnections on a slow network.