| .. |
|
CMakeLists.txt
|
q2 and bug fixes
|
2021-09-12 08:34:01 -04:00 |
|
brush.cc
|
winding_t is now a C++ type - a hybrid stack/heap array.
|
2021-09-16 03:10:51 -04:00 |
|
brushbsp.cc
|
Clang format pass
|
2021-09-14 02:32:26 -04:00 |
|
csg4.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
exportobj.cc
|
Clang format pass
|
2021-09-14 02:32:26 -04:00 |
|
file.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
globals.cc
|
Fix single line functions
|
2021-09-14 02:56:44 -04:00 |
|
main.cc
|
Fix single line functions
|
2021-09-14 02:56:44 -04:00 |
|
map.cc
|
winding_t is now a C++ type - a hybrid stack/heap array.
|
2021-09-16 03:10:51 -04:00 |
|
merge.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
outside.cc
|
Clang format pass
|
2021-09-14 02:32:26 -04:00 |
|
parser.cc
|
Clang format pass
|
2021-09-14 02:32:26 -04:00 |
|
portals.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
qbsp.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
solidbsp.cc
|
winding_t is now a C++ type - a hybrid stack/heap array.
|
2021-09-16 03:10:51 -04:00 |
|
surfaces.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
test.cc
|
Clang format pass
|
2021-09-14 02:32:26 -04:00 |
|
test_qbsp.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
tjunc.cc
|
calloc/malloc/free -> new/new/delete (except for specific scenarios)
|
2021-09-14 11:39:12 -04:00 |
|
util.cc
|
use the C++ includes
|
2021-09-14 08:46:03 -04:00 |
|
wad.cc
|
use the C++ includes
|
2021-09-14 08:46:03 -04:00 |
|
winding.cc
|
use the C++ includes
|
2021-09-14 08:46:03 -04:00 |
|
writebsp.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 |