ericw-tools/light
Jonathan 17606fde4b Use variant instead of having all BSP types allocated at once (even though they are smol)
Move ownership of pointers to the bsp structures themselves for now.
2021-09-16 11:52:37 -04:00
..
CMakeLists.txt winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
bounce.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
entities.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
imglib.cc calloc/malloc/free -> new/new/delete (except for specific scenarios) 2021-09-14 11:39:12 -04:00
light.cc Use variant instead of having all BSP types allocated at once (even though they are smol) 2021-09-16 11:52:37 -04:00
litfile.cc calloc/malloc/free -> new/new/delete (except for specific scenarios) 2021-09-14 11:39:12 -04:00
ltface.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
main.cc Fix single line functions 2021-09-14 02:56:44 -04:00
phong.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
settings.cc Clang format pass 2021-09-14 02:32:26 -04:00
surflight.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
test.cc Clang format pass 2021-09-14 02:32:26 -04:00
test_common.cc Clang format pass 2021-09-14 02:32:26 -04:00
test_entities.cc Clang format pass 2021-09-14 02:32:26 -04:00
test_light.cc Fix single line functions 2021-09-14 02:56:44 -04:00
test_ltface.cc light: add some tests for the EntDict_Check* functions 2016-09-19 19:16:45 -06:00
trace.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
trace_embree.cc winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00