ericw-tools/qbsp
Tyrann 4464491807 [PATCH] qbsp: Use double-precision floating point
Set the vec_t type to "double" using the DOUBLEVEC_T preproccessor define. Fix
up hard-coded usages of float in various places throughout the code. Note that
texinfo_t is an on-disk structure, so that needs to stay as float and we work
around incompatibilities with the vector functions using a temporary vec3_t.

Signed-off-by: Tyrann <tyrann@disenchant.net>
2006-09-16 16:36:16 +09:30
..
brush.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30
bspfile.c [PATCH] qbsp: Fix cast of data pointer for LoadFile callers 2006-09-16 16:20:56 +09:30
cmdlib.c [PATCH 03/15] qbsp: cmdlib.c statics 2006-09-10 22:45:56 +09:30
csg4.c [PATCH 04/15] qbsp: csg4.c statics 2006-09-10 22:45:57 +09:30
file.c [PATCH 9/9] qbsp: Compile as C code 2006-09-10 17:38:34 +09:30
file.h [PATCH 1/9] qbsp: Replace File class with basic stdio functions 2006-09-10 17:38:30 +09:30
globals.c [PATCH 1/9] qbsp: Replace File class with basic stdio functions 2006-09-10 17:38:30 +09:30
map.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30
mathlib.c [PATCH] Make qbsp build 2006-09-10 17:35:05 +09:30
merge.c [PATCH 06/15] qbsp: merge.c statics 2006-09-10 22:45:58 +09:30
outside.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30
parser.c [PATCH 08/15] qbsp: parser.c statics 2006-09-10 22:45:59 +09:30
parser.h [PATCH 08/15] qbsp: parser.c statics 2006-09-10 22:45:59 +09:30
portals.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30
qbsp.c [PATCH] qbsp: remove unused filename variable 2006-09-16 16:31:02 +09:30
qbsp.h [PATCH 14/15] qbsp: util.c statics 2006-09-10 22:46:02 +09:30
solidbsp.c [PATCH] qbsp: Remove unnecessary cast of malloc return value 2006-09-16 16:31:06 +09:30
surfaces.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30
tjunc.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30
util.c [PATCH 14/15] qbsp: util.c statics 2006-09-10 22:46:02 +09:30
wad.c [PATCH] qbsp: Remove unnecessary casts from AllocMem calls 2006-09-10 20:29:00 +09:30
wad.h [PATCH 2/9] qbsp: Replace WAD class 2006-09-10 17:38:30 +09:30
warnerr.h [PATCH 3/3] qbsp: run indent over the source files 2006-09-05 20:57:33 +09:30
winding.c [PATCH] qbsp: Remove unnecessary casts from AllocMem calls 2006-09-10 20:29:00 +09:30
writebsp.c [PATCH] qbsp: Use double-precision floating point 2006-09-16 16:36:16 +09:30