Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Tags: ericwa/Quakespasm

Tags

0.91.0

Toggle 0.91.0's commit message

0.85.10-r980

Toggle 0.85.10-r980's commit message

0.90.1

Toggle 0.90.1's commit message
gl_model.c: Mod_LoadTextures: avoid crash on broken maps such as jam2…

…_tronyn.bsp or kellbase1.bsp, where we try to read texture pixel data past the end of the texture lump (crashing because the textue lump is the last thing in the .bsp file buffer).

This would only hapen on OS X or Linux (perhaps just luck or windows is more leniant about reading ~40 bytes past the end of a malloc). Note this will only handle cases where the lump size is recorded as being too small, we will still crash if the bsp file itself is truncated since there are generally no checks against the whole .bsp file buffer size.

FYI, the corruption in jam2_tronyn.bsp was caused by a bug in tyrutils which is fixed now: http://disenchant.net/git/?p=tyrutils&a=commit&h=5111c5485c96918b937843715f9b8f51f263e40e
Not sure about kellbase1.bsp (quoth).

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1228 af15c1b1-3010-417e-b628-4374ebc0bcbd

0.90.0

Toggle 0.90.0's commit message
minor tidy-ups

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1128 af15c1b1-3010-417e-b628-4374ebc0bcbd

0.85.9

Toggle 0.85.9's commit message
support for demo recording after connection to server. (thanks to

Baker for a patch)

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@847 af15c1b1-3010-417e-b628-4374ebc0bcbd