ericw-tools/qbsp
Kevin Shanahan 92ff448966 qbsp: parse texture rotation and shift as floats
Some editors will work with floating point rotations, so let them keep the
precise texture alignment written to the .map file.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-02-27 11:14:28 +10:30
..
brush.c qbsp: rename FreeBrushsetBrushes -> FreeBrushes 2013-02-22 13:57:34 +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: propogate contents flags into faces during csg stage 2013-02-22 11:08:12 +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: implement the clustermap for PRT2 files 2013-02-24 12:35:44 +10:30
map.c qbsp: parse texture rotation and shift as floats 2013-02-27 11:14:28 +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: make num_visportals local to portals.c 2013-02-23 20:49:14 +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: keep portals on top node of detail cluster 2013-02-25 12:21:49 +10:30
qbsp.c qbsp: make num_visportals local to portals.c 2013-02-23 20:49:14 +10:30
qbsp.h qbsp: assign vis cluster numbers to leafs 2013-02-24 09:26:37 +10:30
solidbsp.c qbsp: always set the detail_separator flag on bsp nodes 2013-02-23 20:46:57 +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: implement the clustermap for PRT2 files 2013-02-24 12:35:44 +10:30
winding.c qbsp: misc const correctness improvements for windings 2013-02-22 21:04:38 +10:30
writebsp.c qbsp: pass hullnum into ExportClipNodes() 2013-02-18 10:33:28 +10:30