ericw-tools/light
Jonathan 74253fd189 Fixed Unix/Clang compilation
Adjusted makefile to work with both clang and msvc on win32
Removed "WIN32", use the standard _WIN32 instead
Fixed bad VectorCopy's
Use qvec4b instead of special color_rgba type
qvec now follows built-in type procedures for handling operators; this means that (qvec3i + qvec3f) will now properly produce a float, as one would expect, instead of adding the float to the integers without casting to the common type.
2021-10-23 07:35:41 -04:00
..
CMakeLists.txt More qmat/qvec where appropriate 2021-10-19 21:15:00 -04:00
bounce.cc Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00
entities.cc vec3_t gonedy 2021-10-21 20:21:28 -04:00
imglib.cc Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00
light.cc Compress texinfo a bit 2021-10-22 03:50:15 -04:00
litfile.cc A lot of type-y stuff here: 2021-09-25 23:58:02 -04:00
ltface.cc Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00
main.cc Fix single line functions 2021-09-14 02:56:44 -04:00
phong.cc replace VectorCompare, CrossProduct, DotProduct 2021-10-21 23:25:19 -04:00
settings.cc BSPX structurization and cleanup 2021-10-03 12:16:13 -04:00
surflight.cc vec3_t gonedy 2021-10-21 20:21:28 -04:00
test.cc Clang format pass 2021-09-14 02:32:26 -04:00
test_common.cc test_common.cc: fix build 2021-10-05 23:43:49 -06:00
test_entities.cc Clang format pass 2021-09-14 02:32:26 -04:00
test_light.cc Removed a lot of unused functions 2021-10-10 14:04:09 -04:00
test_ltface.cc light: add some tests for the EntDict_Check* functions 2016-09-19 19:16:45 -06:00
trace.cc Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00
trace_embree.cc Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00