Skip to content

Commit

Permalink
bump version to 0.96.2, update documents for changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jun 4, 2024
1 parent c1bbf7d commit 17bad80
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 63 deletions.
18 changes: 17 additions & 1 deletion Linux/sgml/Quakespasm.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>QuakeSpasm
<toc>

<em>Page last edited: September 2023.</em>
<em>Page last edited: June 2024.</em>

<sect>About<p>

Expand Down Expand Up @@ -139,6 +139,22 @@ QuakeSpasm 0.94 has support for playing the 2021 re-release content: Copy the qu

<sect>Changes<p>

<sect1>Changes in 0.96.2<p>
<itemize>
<item> Fix stack buffer overrun Mod_PolyForUnlitSurface: fixes crash when loading lim_daviddg.bsp from Liminal Spaces Jam.
<item> Fix potential buffer overflow in progs global string functions.
<item> Fix potential buffer overflow in Mod_LoadAliasFrame()
<item> Optimize BoxOnPlaneSide()
<item> Reserve enough space in PF_makestatic() for worst case scenarios.
<item> Improve handling of huge entities in SV_FindTouchedLeafs()
<item> Apply FOV gun scaling for r_showtris
<item> Sliders with visible values in options menu.
<item> Fix build in C23 mode.
<item> Minor code cleanups. Updated third party code, e.g. SDL, music codecs, etc.
<item> Thanks to Andrei Drexler, Alexey Lysiuk, Diordany van Hemert, and Jaime Moreira for patches.
</itemize>
</p>

<sect1>Changes in 0.96.1<p>
<itemize>
<item> Fix demo recording as client-only after connection to server (was broken by signon changes in 0.96.0. Thanks to Jozsef Szalontai for issue report.)
Expand Down
Binary file modified MacOSX/English.lproj/InfoPlist.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion MacOSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.96.1</string>
<string>0.96.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Quake/quakedef.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#define FITZQUAKE_VERSION 0.85 //johnfitz
#define QUAKESPASM_VERSION 0.96
#define QUAKESPASM_VER_PATCH 1 // helper to print a string like 0.94.7
#define QUAKESPASM_VER_PATCH 2 // helper to print a string like 0.94.7
#ifndef QUAKESPASM_VER_SUFFIX
#define QUAKESPASM_VER_SUFFIX // optional version suffix string literal like "-beta1"
#endif
Expand Down
Loading

0 comments on commit 17bad80

Please sign in to comment.