ericw-tools/light
Kevin Shanahan 89abf25218 common: convert all tools to instanced bsp data
Transition all tools to access the BSP data via the bspdata struct instead
of the shared globals.  Remove the compatibility code from bspfile which
copied the global values to/from the instanced bspdata struct.

Mostly the changes just involved passing along the bspdata struct to the
various functions which needed to reference the data.  TraceLine and
MakeTNodes in light got some extra changes so that we cache the node
dplane pointer and remove the need to pass the bspdata struct to every
trace operation!

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-08-22 11:01:08 +09:30
..
entities.c common: convert all tools to instanced bsp data 2013-08-22 11:01:08 +09:30
light.c common: convert all tools to instanced bsp data 2013-08-22 11:01:08 +09:30
litfile.c light: convert WriteLitFile to use the bspdata struct 2013-08-20 15:23:04 +09:30
ltface.c common: convert all tools to instanced bsp data 2013-08-22 11:01:08 +09:30
trace.c common: convert all tools to instanced bsp data 2013-08-22 11:01:08 +09:30