ericw-tools/qbsp
Kevin Shanahan 66feee616f qbsp: maintain proper precendence ordering of brushes
Need to be a little more careful to order brushes correctly when adding
detail to the worldspawn. CSGFaces assumes that the brushes are ordered
such that earlier brushes have chunks carved out of them by any later
brushes that intersect them.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-02-22 10:43:05 +10:30
..
brush.c qbsp: maintain proper precendence ordering of brushes 2013-02-22 10:43:05 +10:30
bspfile.c qbsp: change LoadFile spec so we don't need to cast when calling 2013-02-17 11:03:09 +10:30
cmdlib.c qbsp: switch to using time() instead of ftime() 2013-02-17 11:25:47 +10:30
csg4.c qbsp: maintain proper precendence ordering of brushes 2013-02-22 10:43:05 +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: remove hullnum global and pass to CreateSingleHull() 2013-02-18 11:01:11 +10:30
map.c qbsp: don't write detail entity key/values to bsp 2013-02-21 11:32:15 +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 qbsp: move global plane and miptex data into mapdata struct 2013-02-17 17:04:03 +10:30
outside.c qbsp: pass hullnum down into FillOutSide() 2013-02-18 10:27:13 +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: pass hullnum into PortalizeWorld() 2013-02-18 10:32:55 +10:30
qbsp.c qbsp: trivial change to detail brush stat output 2013-02-21 14:17:31 +10:30
qbsp.h qbsp: add contents flag field for brushes and flag detail brushes 2013-02-21 14:15:25 +10:30
solidbsp.c qbsp: move global plane and miptex data into mapdata struct 2013-02-17 17:04:03 +10:30
surfaces.c qbsp: move global plane and miptex data into mapdata struct 2013-02-17 17:04:03 +10:30
tjunc.c qbsp: pass entity into TJunc, capitalise function name 2013-02-10 17:09:05 +10:30
util.c qbsp: only set planenum for face allocations of one element 2013-02-21 15:10:33 +10:30
wad.c qbsp: move global plane and miptex data into mapdata struct 2013-02-17 17:04:03 +10:30
wad.h qbsp: don't modify the wadstring argument in WADList_Init() 2013-02-11 18:56:44 +10:30
warnerr.h qbsp: load map brushes/faces into memory in order 2013-02-15 18:15:39 +10: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 hullnum into ExportClipNodes() 2013-02-18 10:33:28 +10:30