Skip to content

Releases: Memorix101/SharpQuake

1.3.4b

Choose a tag to compare

@Memorix101 Memorix101 released this 24 May 10:44

Fixed issue #4

1.3.4a

Choose a tag to compare

@Memorix101 Memorix101 released this 02 May 22:11
Added cross-platform music playback support

1.3.4

Choose a tag to compare

@Memorix101 Memorix101 released this 01 May 18:28
Added music playback

1.3.3

Choose a tag to compare

@Memorix101 Memorix101 released this 28 Apr 01:04
Several fixes

1.3.2

Choose a tag to compare

@Memorix101 Memorix101 released this 26 Apr 23:39
Replaced Windows.Forms with SDL2

1.3.1

Choose a tag to compare

@Memorix101 Memorix101 released this 26 Apr 00:44
Update

1.2

1.2

Choose a tag to compare

@Memorix101 Memorix101 released this 05 Nov 18:11

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!