ericw-tools/include/common
Eric Wasylishen 1726f95484 use <fmt/core.h> instead of <fmt/format.h>
Should lighten compile times.

The only loss here is we'll no longer inherit e.g. "float" format specifiers for qvec3f.
2022-09-29 19:49:48 -06:00
..
aabb.hh add in-place versions of union and expand to help with inlining 2022-08-08 22:43:10 -04:00
bitflags.hh clip_back/clip_front to match ChopWindingInPlace 2022-08-08 21:08:27 -04:00
bspfile.hh cleanup: rename surfflags_t::is_skip to is_nodraw 2022-09-18 15:47:14 -06:00
bspfile_generic.hh use <fmt/core.h> instead of <fmt/format.h> 2022-09-29 19:49:48 -06:00
bspfile_q1.hh fix typo 2022-08-10 22:27:40 -04:00
bspfile_q2.hh use kmq2 flag instead of 33 | 66, which no engine supports 2022-09-10 07:49:06 -04:00
bspinfo.hh fix linux build 2022-08-01 12:47:20 -06:00
bsputils.hh bsputils: add a helper struct for checking clipnode identity 2022-08-15 23:06:00 -06:00
bspxfile.hh clang-format pass 2022-07-28 06:14:54 -04:00
cmdlib.hh clean up the output table for BSPs 2022-08-22 13:02:58 -04:00
decompile.hh bsputil: move decompiler to common 2022-08-19 20:49:34 -06:00
entdata.h move map_source_location to parser as parser_source_location since the locations actually come from there rather than from the map; now the parser keeps track of the location, so it's a bit easier to follow 2022-08-05 23:17:15 -04:00
fs.hh use <fmt/core.h> instead of <fmt/format.h> 2022-09-29 19:49:48 -06:00
imglib.hh clang-format pass 2022-07-28 06:14:54 -04:00
json.hh add an entry point for specifically loading meta-only file formats, like .wal; used for discerning replacements from their source material (since replacements are often larger than the default, we need the scale info) 2022-06-29 12:59:33 -04:00
log.hh use <fmt/core.h> instead of <fmt/format.h> 2022-09-29 19:49:48 -06:00
mathlib.hh finish tjunc algorithm - can now retopologize by splitting fans up 2022-07-12 17:43:25 -04:00
parallel.hh fix linux build 2022-08-01 12:47:20 -06:00
parser.hh move map_source_location to parser as parser_source_location since the locations actually come from there rather than from the map; now the parser keeps track of the location, so it's a bit easier to follow 2022-08-05 23:17:15 -04:00
polylib.hh qbsp: don't use brush sides to texture a portal if they're not coplanar 2022-09-08 21:20:49 -06:00
prtfile.hh split winding_base_t into two types, so that we can switch out the backing storage 2022-08-02 06:09:20 -04:00
qvec.hh use <fmt/core.h> instead of <fmt/format.h> 2022-09-29 19:49:48 -06:00
settings.hh add -nocolor for TB, etc 2022-08-31 12:58:04 -04:00
threads.hh remove old threading code entirely 2022-03-01 10:28:59 -05:00
vectorutils.hh use std::set instead of vector for original_brushes since we need them implicitly sorted and no dupes 2022-08-01 13:19:50 -04:00