ericw-tools/include/common
Jonathan 9af74ce083 store linenum on mapbrush_t; add new location type, but not using it yet, for later so we can track more complex locations (external/-add maps, etc)
add extra sanity checking to polylib
adjust some warnings to be clearer and not indicate that the world will break
add sanity check to update_bounds, and don't add empty windings to the bounds
2022-08-04 12:05:04 -04:00
..
aabb.hh store linenum on mapbrush_t; add new location type, but not using it yet, for later so we can track more complex locations (external/-add maps, etc) 2022-08-04 12:05:04 -04:00
bitflags.hh enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
bspfile.hh clang-format pass 2022-07-28 06:14:54 -04:00
bspfile_generic.hh clang-format pass 2022-07-28 06:14:54 -04:00
bspfile_q1.hh clang-format pass 2022-07-28 06:14:54 -04:00
bspfile_q2.hh clang-format pass 2022-07-28 06:14:54 -04:00
bspinfo.hh fix linux build 2022-08-01 12:47:20 -06:00
bsputils.hh clang-format pass 2022-07-28 06:14:54 -04:00
bspxfile.hh clang-format pass 2022-07-28 06:14:54 -04:00
cmdlib.hh clang-format pass 2022-07-28 06:14:54 -04:00
entdata.h allow radlights to specify an entity dictionary instead (if the input is a .ent, it is an entity dict) which is more flexible 2022-06-22 17:03:00 -04:00
fs.hh clang pass 2022-08-02 21:57:33 -04: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 fix linux build 2022-08-01 12:47:20 -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 add texturedef support 2022-06-14 10:50:35 -04:00
polylib.hh store linenum on mapbrush_t; add new location type, but not using it yet, for later so we can track more complex locations (external/-add maps, etc) 2022-08-04 12:05:04 -04: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 <= gating for brightness for surface and bounce lighting, since these can often be very small values (provides a moderate speed increase as well, counter-balancing the next change) 2022-07-29 22:26:07 -04:00
settings.hh clang-format pass 2022-07-28 06:14:54 -04:00
threads.hh
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