Skip to content

1.2

Compare
Choose a tag to compare
@Memorix101 Memorix101 released this 05 Nov 18:11
· 152 commits to master since this release

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!