Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Find a file
Eric Wasylishen e87a1b8d9d drop MAX_MAP_LEAFS limit and move 4 static buffers to use realloc().
4 buffers were: mod_novis, decompressed, checkpvs, and fatpvs.

Also fix fatbytes calculation in SV_FatPVS to match the other PVS
buffers, was (numleafs+31)>>3, changed to (numleafs+7)>>3.
I am assuming the previous was a bug/typo.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1434 af15c1b1-3010-417e-b628-4374ebc0bcbd
2017-07-26 04:27:16 +00:00
Linux Update changelog (not yet generated html/txt). 2017-07-19 05:41:06 +00:00
MacOSX oslibs, codecs, xmp.h: rename EXPORT to LIBXMP_EXPORT: 2017-07-25 14:10:12 +00:00
Misc minor stuff.. 2016-09-12 14:03:01 +00:00
Quake drop MAX_MAP_LEAFS limit and move 4 static buffers to use realloc(). 2017-07-26 04:27:16 +00:00
Windows oslibs, codecs, xmp.h: rename EXPORT to LIBXMP_EXPORT: 2017-07-25 14:10:12 +00:00
LICENSE.txt rename gnu.txt to LICENSE.txt 2014-09-21 14:02:30 +00:00
Quakespasm-Music.txt update README files to reflect further 0.85.10 changes so far. 2014-09-15 09:10:19 +00:00
Quakespasm.html documentation updates 2016-08-23 11:37:21 +00:00
Quakespasm.txt changed version to 0.92.2, added placeholders for changelog in the readme. 2016-10-14 09:47:07 +00:00