ericw-tools/qbsp
Kevin Shanahan b852a4cbd4 qbsp: mark MarkLeakTrail with attribute 'noinline'
Stop RecursiveFillOutside from blowing up the stack by making sure it
doesn't pull in MarkLeakTrail when GCC optimiser starts inlining stuff.

Might be an idea to make a non-recursive version of FillOutside at some
point, since it can go *very* deep on complex maps.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-02-11 18:44:23 +10:30
..
brush.c qbsp: pass entity into Brush_LoadEntity() 2013-02-10 16:56:56 +10:30
bspfile.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
cmdlib.c [PATCH] qbsp: Add -wadpath option 2007-08-19 05:32:46 +09:30
csg4.c qbsp: pass entity into CSGFaces() 2013-02-10 17:01:32 +10:30
file.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
file.h [PATCH 1/9] qbsp: Replace File class with basic stdio functions 2006-09-10 17:38:30 +09:30
globals.c qbsp: get rid of pCurEnt 2013-02-10 17:58:52 +10:30
map.c qbsp: use local pointer instead of pCurEnt in LoadMapFile() 2013-02-10 17:53:21 +10:30
mathlib.c [PATCH] qbsp: Set up sphere around face for fast intersect checks 2007-09-23 20:46:22 +09:30
merge.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
outside.c qbsp: mark MarkLeakTrail with attribute 'noinline' 2013-02-11 18:44:23 +10:30
parser.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
parser.h [PATCH] qbsp: Enable map file parser to return comment tokens 2006-09-16 22:24:09 +09:30
portals.c qbsp: pass entity down into PortalizeWorld() 2013-02-10 17:05:45 +10:30
qbsp.c qbsp: use local pointer instead of pCurEnt global in CreateSingleHull() 2013-02-10 17:57:49 +10:30
qbsp.h qbsp: get rid of pCurEnt 2013-02-10 17:58:52 +10:30
solidbsp.c qbsp: pass entity into SolidBSP() 2013-02-10 17:14:06 +10:30
surfaces.c qbsp: pass entity down through MakeFaceEdges() 2013-02-10 17:28:09 +10:30
tjunc.c qbsp: pass entity into TJunc, capitalise function name 2013-02-10 17:09:05 +10:30
util.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
wad.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
wad.h [PATCH] qbsp: Complete removal of wadlist_t 2006-10-02 14:26:27 +09:30
warnerr.h [PATCH] qbsp: Add support for QuArK map files 2006-09-17 21:36:01 +09:30
winding.c Create separate Error() function so it can be marked "noreturn" 2012-01-07 16:48:02 +10:30
writebsp.c qbsp: pass entity into Export{Draw,Clip}Nodes 2013-02-10 17:49:27 +10:30