ericw-tools/common
Eric Wasylishen a02a4ec316 imglib: fix wad3 loading (thanks to erysdren for the fix)
add a basic half-life test case (box map)
2023-07-18 17:57:51 -06:00
..
CMakeLists.txt Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp 2023-07-06 08:25:11 -04:00
bspfile.cc code formatting pass 2023-06-25 18:29:48 -06:00
bspfile_generic.cc bspinfo: serialize missing textures (offset -1) to json as null 2023-07-18 00:17:24 -06:00
bspfile_q1.cc common: move numeric_cast to dedicated common/numeric_cast.hh 2023-06-25 17:50:17 -06:00
bspfile_q2.cc common: move numeric_cast to dedicated common/numeric_cast.hh 2023-06-25 17:50:17 -06:00
bspinfo.cc bspinfo: serialize missing textures (offset -1) to json as null 2023-07-18 00:17:24 -06:00
bsputils.cc common: use compile-time format string checking 2023-06-26 01:19:54 -06:00
bspxfile.cc lightpreview: support FACENORMALS bspx lump 2023-05-23 22:44:13 -06:00
cmdlib.cc
debugger.natvis
decompile.cc build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
entdata.cc build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
fs.cc
imglib.cc imglib: fix wad3 loading (thanks to erysdren for the fix) 2023-07-18 17:57:51 -06:00
log.cc common: use compile-time format string checking 2023-06-26 01:19:54 -06:00
mathlib.cc style: remove GLM_ prefix (no longer using glm) 2023-05-07 21:44:29 -06:00
parser.cc
prtfile.cc build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
qvec.cc
settings.cc common: add support for writing .rst documentation from settings 2023-04-16 14:55:43 -06:00
threads.cc