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!