ericw-tools/common
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
bspfile.cc Remove unused thingies 2021-10-17 06:24:02 -04:00
bsputils.cc replace VectorCompare, CrossProduct, DotProduct 2021-10-21 23:25:19 -04:00
cmdlib.cc Fixed Unix/Clang compilation 2021-10-23 07:35:41 -04:00
entdata.cc Calculate tangents and bitangents (need to clean this up) 2021-10-05 01:07:13 -04:00
log.cc Run clang-format pass 2021-10-05 15:54:06 -04:00
mathlib.cc replace VectorCompare, CrossProduct, DotProduct 2021-10-21 23:25:19 -04:00
parser.cc Run clang-format pass 2021-10-05 15:54:06 -04:00
qvec.cc BSPX structurization and cleanup 2021-10-03 12:16:13 -04:00
threads.cc Run clang-format pass 2021-10-05 15:54:06 -04:00