Skip to content

Releases: Memorix101/SharpQuake

1.3.4b

24 May 10:44
Compare
Choose a tag to compare

Fixed issue #4

1.3.4a

02 May 22:11
Compare
Choose a tag to compare
Added cross-platform music playback support

1.3.4

01 May 18:28
Compare
Choose a tag to compare
Added music playback

1.3.3

28 Apr 01:04
Compare
Choose a tag to compare
Several fixes

1.3.2

26 Apr 23:39
Compare
Choose a tag to compare
Replaced Windows.Forms with SDL2

1.3.1

26 Apr 00:44
Compare
Choose a tag to compare
Update

1.2

05 Nov 18:11
Compare
Choose a tag to compare
1.2

This version of SharpQuake is a bugfix release.
Fixed bugs

  1. 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!
  2. 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!