ericw-tools/include/common
Kevin Shanahan 50b78f3d61 qbsp, common: support both DP and RMQ variants of the BSP2 format
Turns out there are two types of "BSP2" format - one that I think was
created by MH and implemented in the RMQ project (this is the one I
implemented previously) and one by LordHavoc which exteneded the
coordinate limits beyond 32k, implemented in Darkplaces.  The
Darkplaces version of BSP2 will get the name BSP2 and the RMQ version,
which is more limited, will get the name BSP2rmq.

qbsp will only create the BSP29 or BSP2 formats, but will cope with a
BSP2rmq format file for an -onlyents compile.  The rest of the tools
can use any of the three formats.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-09-28 11:48:37 +09:30
..
bspfile.h qbsp, common: support both DP and RMQ variants of the BSP2 format 2013-09-28 11:48:37 +09:30
cmdlib.h common: add printf attribute to Error() declaration in cmdlib.h 2013-04-23 14:39:44 +09:30
lbmlib.h Import initial sources 2006-08-28 23:58:10 +09:30
log.h common: fix missing stdarg include in log.h 2013-04-24 09:02:20 +09:30
mathlib.h common: constify vec3_origin 2013-08-20 13:30:05 +09:30
polylib.h Import initial sources 2006-08-28 23:58:10 +09:30
scriplib.h Import initial sources 2006-08-28 23:58:10 +09:30
threads.h common: add the ability to pass an arg to spawned threads 2013-08-20 19:27:40 +09:30
trilib.h Import initial sources 2006-08-28 23:58:10 +09:30
wadlib.h Import initial sources 2006-08-28 23:58:10 +09:30