ericw-tools/include/common
Fabian e099c292b0
Use std::abs instead of abs() from C standard library (#369)
abs() from C standard library operates on integers, which is almost certainly not what was intended.
2023-08-06 11:08:06 -06:00
..
aabb.hh cleanup: set PackConstructorInitializers: Never 2023-02-20 10:23:59 -07:00
aligned_allocator.hh light: minimize includes 2023-06-26 01:19:54 -06:00
bitflags.hh cleanup: set PackConstructorInitializers: Never 2023-02-20 10:23:59 -07:00
bspfile.hh code formatting pass 2023-06-25 18:29:48 -06:00
bspfile_generic.hh bspinfo: serialize missing textures (offset -1) to json as null 2023-07-18 00:17:24 -06:00
bspfile_q1.hh build: remove some unneeded includes from bspfile.hh 2023-06-25 16:35:26 -06:00
bspfile_q2.hh build: remove some unneeded includes from bspfile.hh 2023-06-25 16:35:26 -06:00
bspinfo.hh bspinfo: factor out lightmap atlas generation from .obj writer 2023-05-20 13:05:22 -06:00
bsputils.hh lightpreview: fix bmodel rendering when vis culling is in use 2023-07-30 12:21:54 -06:00
bspxfile.hh lightpreview: support FACENORMALS bspx lump 2023-05-23 22:44:13 -06:00
cmdlib.hh light: minimize includes 2023-06-26 01:19:54 -06:00
decompile.hh
entdata.h cleanup: run ./clang-format-all.sh 2023-02-18 22:59:43 -07:00
fs.hh cleanup: set PackConstructorInitializers: Never 2023-02-20 10:23:59 -07:00
imglib.hh code formatting pass 2023-06-25 18:29:48 -06:00
iterators.hh
json.hh
log.hh common: use compile-time format string checking 2023-06-26 01:19:54 -06:00
mathlib.hh
numeric_cast.hh common: move numeric_cast to dedicated common/numeric_cast.hh 2023-06-25 17:50:17 -06:00
ostream.hh build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
parallel.hh
parser.hh cleanup: set PackConstructorInitializers: Never 2023-02-20 10:23:59 -07:00
polylib.hh Use std::abs instead of abs() from C standard library (#369) 2023-08-06 11:08:06 -06:00
prtfile.hh light: add debug visualization for octree lightgrid 2023-02-12 16:35:46 -07:00
qvec.hh common: add qmat::transpose() 2023-07-06 17:13:14 -06:00
settings.hh remove fastbounce, add emissivequality 2023-06-19 09:54:25 -04:00
threads.hh
vectorutils.hh