Skip to content

Commit

Permalink
bump version to 0.96.3, update documents for changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jul 31, 2024
1 parent e648a0d commit 2ef4a17
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Linux/net.sourceforge.quakespasm.Quakespasm.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<category>Game</category>
</categories>
<releases>
<release version="0.96.2" date="2024-06-10"/>
<release version="0.96.3" date="2024-07-31"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-fantasy">intense</content_attribute>
Expand Down
12 changes: 11 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: June 2024.</em>
<em>Page last edited: July 2024.</em>

<sect>About<p>
QuakeSpasm is a modern cross-platform Quake engine based on FitzQuake.
Expand Down Expand Up @@ -137,6 +137,16 @@ QuakeSpasm 0.94 has support for playing the 2021 re-release content: Copy the qu

<sect>Changes<p>

<sect1>Changes in 0.96.3<p>
<itemize>
<item> Fix potential infinite loop when playing sounds with loop start >= end (e.g. misc/forcefield.wav from Madfox's kaptlog.zip)
<item> Fix possible overflow when resampling very big sounds (e.g. gram1.wav from the 'A day like no other' mod.)
<item> Change Sky_ClipPoly to allocate on the heap in if MAX_CLIP_VERTS limit is reached (e.g. with lim_daviddg from Liminal Spaces Jam)
<item> Minor code cleanups. Updates to third party code.
<item> Thanks to Andrei Drexler, Vincent Sonnier, Alexey Lysiuk, and Jaycie Ewald for patches.
</itemize>
</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.
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.2</string>
<string>0.96.3</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 2 // helper to print a string like 0.94.7
#define QUAKESPASM_VER_PATCH 3 // 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 2ef4a17

Please sign in to comment.