ericw-tools/common
Eric Wasylishen 629f86625e log.cc: use fmt::group_digits to avoid locale manipulation
this is to get thousands separators, e.g. 10000 prints as 10,000

the `auto old = std::locale::global(std::locale("en_US.UTF-8"));` line was throwing
on Win8.1
2022-11-13 18:58:08 -07:00
..
CMakeLists.txt
bspfile.cc light/qbsp: add _surflight_rescale key 2022-11-12 17:07:02 -07:00
bspfile_generic.cc
bspfile_q1.cc
bspfile_q2.cc
bspinfo.cc light: wip -world_units_per_luxel and DECOUPLED_LM BSPX lump 2022-11-03 02:39:15 -06:00
bsputils.cc light/qbsp: add _surflight_rescale key 2022-11-12 17:07:02 -07:00
bspxfile.cc light: wip -world_units_per_luxel and DECOUPLED_LM BSPX lump 2022-11-03 02:39:15 -06:00
cmdlib.cc all: cleanup unused includes (Clion - detect not directly used) 2022-10-31 21:37:34 -06:00
debugger.natvis
decompile.cc all: cleanup unused includes (Clion - detect not directly used) 2022-10-31 21:37:34 -06:00
entdata.cc all: cleanup unused includes (Clion - detect not directly used) 2022-10-31 21:37:34 -06:00
fs.cc all: cleanup unused includes (Clion - detect not directly used) 2022-10-31 21:37:34 -06:00
imglib.cc all: cleanup unused includes (Clion - detect not directly used) 2022-10-31 21:37:34 -06:00
log.cc log.cc: use fmt::group_digits to avoid locale manipulation 2022-11-13 18:58:08 -07:00
mathlib.cc
parser.cc common: parser: fix compile time of parser_source_location 2022-10-31 23:06:20 -06:00
prtfile.cc
qvec.cc qvec: add 3x3 matrix inverse, row major factory method 2022-11-02 00:32:06 -06:00
settings.cc default -lowpriority to true 2022-11-06 17:06:35 -07:00
threads.cc