Releases: Memorix101/SharpQuake
Releases · Memorix101/SharpQuake
1.3.4b
1.3.4a
Added cross-platform music playback support
1.3.4
Added music playback
1.3.3
Several fixes
1.3.2
Replaced Windows.Forms with SDL2
1.3.1
Update
1.2
This version of SharpQuake is a bugfix release.
Fixed bugs
- Audio initialization bug: sometimes programm starts without sound and (with developer=1) there is a 3 messages in console:
UnlockBuffer: No free buffers!
UnlockBuffer: No free buffers!
UnlockBuffer: No free buffers! - Wrong index returned by String.IndexOf () in ProgsEdict.cs in Linux (reported by Miguel G L):
For example, in linux "String.IndexOf()" method returns an index "offset = 6633" in the case of Windows "offset = 6632". The correct value is 6632
Enjoy!