ericw-tools/qbsp
Kevin Shanahan cd188ebc99 qbsp: increase unique vertex estimate to cope with skip faces
The old assumption about unique verticies is sometimes untrue when
skip faces are included in the map.  Be more generous with the vertex
memory allocation. This is not an area of peak memory usage anyway, so
shouldn't be a big deal.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-04-18 08:21:27 +09:30
..
brush.c qbsp: add hintskip texture support 2013-04-04 13:30:47 +10:30
bspfile.c qbsp: trivial rename of local ent variables to entity 2013-03-05 15:34:52 +10:30
cmdlib.c qbsp: switch to using time() instead of ftime() 2013-02-17 11:25:47 +10:30
csg4.c qbsp: Rework CopyFacesToOutside as CopyBrushFaces 2013-03-07 14:01:47 +10:30
file.c qbsp: change LoadFile spec so we don't need to cast when calling 2013-02-17 11:03:09 +10:30
file.h qbsp: change LoadFile spec so we don't need to cast when calling 2013-02-17 11:03:09 +10:30
globals.c qbsp: support Valve's version 220 map format 2013-03-01 08:24:00 +10:30
map.c qbsp: add hintskip texture support 2013-04-04 13:30:47 +10:30
mathlib.c
merge.c qbsp: rename face->texturenum to texinfo 2013-03-05 14:34:02 +10:30
outside.c qbsp: delay creation of .pts and .por files until needed 2013-03-06 14:47:06 +10:30
parser.c qbsp: make parser state non-global 2013-02-17 15:21:48 +10:30
parser.h qbsp: make parser state non-global 2013-02-17 15:21:48 +10:30
portals.c qbsp: trivial rename of local ent variables to entity 2013-03-05 15:34:52 +10:30
qbsp.c qbsp: enable use of clip-only bmodels 2013-03-15 14:43:11 +10:30
qbsp.h qbsp: get rid of global 'validfaces' plane->face map 2013-03-07 13:13:37 +10:30
solidbsp.c qbsp: enable use of clip-only bmodels 2013-03-15 14:43:11 +10:30
surfaces.c qbsp: increase unique vertex estimate to cope with skip faces 2013-04-18 08:21:27 +09:30
tjunc.c qbsp: trivial rename of local ent variables to entity 2013-03-05 15:34:52 +10:30
util.c qbsp: get rid of global 'validfaces' plane->face map 2013-03-07 13:13:37 +10:30
wad.c qbsp: fix handling of missing textures 2013-03-14 19:53:20 +10:30
wad.h qbsp: make wadlist a null-terminated linked list of wads 2013-03-13 12:56:57 +10:30
warnerr.h qbsp: support Valve's version 220 map format 2013-03-01 08:24:00 +10:30
winding.c qbsp: misc const correctness improvements for windings 2013-02-22 21:04:38 +10:30
writebsp.c qbsp: return first face number from MakeFaceEdges and pass to ExportDrawNodes 2013-03-05 15:17:40 +10:30