diff --git a/quakespasm/Linux/sgml/Quakespasm.sgml b/quakespasm/Linux/sgml/Quakespasm.sgml index caf9815a..848ce1c2 100644 --- a/quakespasm/Linux/sgml/Quakespasm.sgml +++ b/quakespasm/Linux/sgml/Quakespasm.sgml @@ -157,9 +157,10 @@ these patched libSDL binaries may help. Changes in 0.93.2

Lightmaps are now dynamically allocated (from QSS), and BLOCK_WIDTH/HEIGHT raised from 128 to 256. - Fixed several uncheked limits that would crash the Slayer's Testaments mod. + Fixed several uncheked limits that would crash the Slayer's Testaments mod (sf.net bug #33). Raised MAXALIASTRIS from 2048 to 4096, so that the Slayer's Testaments mod works. Fixed 'pants' and 'shirt' types so that those textures load correctly on platforms where char is unsigned by default (sf.net bug #28). + Windows audio: WASAPI-enabled SDL2 dlls function properly now. Update the third-party libraries. Other fixes/cleanups.

diff --git a/quakespasm/Quakespasm.html b/quakespasm/Quakespasm.html index da8bba43..66f0a81d 100644 --- a/quakespasm/Quakespasm.html +++ b/quakespasm/Quakespasm.html @@ -232,7 +232,7 @@ Compile time options include

5. Known Bugs

Brightness issues should be fixed with GLSL gamma in 0.90.1, if your system supports OpenGL 2. For reference on older systems:
- + Some versions of Xorg and SDL have brightness issues.
Try setting "export SDL_VIDEO_X11_NODIRECTCOLOR=1", or if you have Xorg >= 7.5 and broken brightness, these patched libSDL binaries may help. @@ -253,9 +253,10 @@ these patched libSDL binaries may help.

diff --git a/quakespasm/Quakespasm.txt b/quakespasm/Quakespasm.txt index ef2d037f..38c73f0f 100644 --- a/quakespasm/Quakespasm.txt +++ b/quakespasm/Quakespasm.txt @@ -295,7 +295,7 @@ BLOCK_WIDTH/HEIGHT raised from 128 to 256. o Fixed several uncheked limits that would crash the Slayer's - Testaments mod. + Testaments mod (sf.net bug #33). o Raised MAXALIASTRIS from 2048 to 4096, so that the Slayer's Testaments mod works. @@ -304,6 +304,8 @@ correctly on platforms where char is unsigned by default (sf.net bug #28). + o Windows audio: WASAPI-enabled SDL2 dlls function properly now. + o Update the third-party libraries. Other fixes/cleanups.