ericw-tools/common
Jonathan f6601a7c85 clean up the output table for BSPs
add a specialized stream buffer which just tracks how much would be written to it; used to get the output size of the texture lump, since that's no longer tracked
display dmodel byte size
display BSPX lumps a bit differently (no need to repeat BSPX per line)
add header to both lists, to make it more obvious what's coming up
2022-08-22 13:02:58 -04:00
..
CMakeLists.txt bsputil: move decompiler to common 2022-08-19 20:49:34 -06:00
bspfile.cc clean up the output table for BSPs 2022-08-22 13:02:58 -04:00
bspinfo.cc clang-format pass 2022-07-28 06:14:54 -04:00
bsputils.cc bsputils: add a helper struct for checking clipnode identity 2022-08-15 23:06:00 -06:00
cmdlib.cc clang-format pass 2022-07-28 06:14:54 -04:00
debugger.natvis use vector as overflow instead of secondary storage for winding 2022-06-19 19:17:52 -04:00
decompile.cc bsputil: move decompiler to common 2022-08-19 20:49:34 -06:00
entdata.cc 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.cc try relative to current working dir if can't find archive (need to search relative to .map too) 2022-07-29 04:49:54 -04:00
imglib.cc clang-format pass 2022-07-28 06:14:54 -04:00
log.cc stat printing adjustments 2022-08-21 15:01:45 -04:00
mathlib.cc winding_t: make non-copyable 2022-08-12 02:06:23 -06:00
parser.cc 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
prtfile.cc clang-format pass 2022-07-28 06:14:54 -04:00
qvec.cc BSPX structurization and cleanup 2021-10-03 12:16:13 -04:00
settings.cc allow explicit calling of percent_clock so it can be simplified a bit 2022-08-12 01:30:04 -04:00
threads.cc remove old threading code entirely 2022-03-01 10:28:59 -05:00