ericw-tools/qbsp
Eric Wasylishen f0c8d92993 qbsp: add -missing_textures_as_zero_size flag to allow writing 0x0 textures when a texture is missing
this allows us to write the texture name, but it's non-standard.

light: warn when a surface light template doesn't match any faces in the bsp
2023-12-21 00:05:40 -07:00
..
CMakeLists.txt build: copy + install mingw dll's libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll 2023-09-16 14:28:06 -06:00
brush.cc Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp 2023-12-07 14:13:36 -05:00
brushbsp.cc use fold expr instead of for statements in vec3 2023-11-04 19:01:08 -04:00
csg.cc remove implicit conversion for qplane3 2023-11-19 19:41:58 -05:00
exportobj.cc build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
faces.cc style: use std::min/std::max/std::clamp and remove using 2023-08-07 15:42:29 -06:00
main.cc common: change FError to throw an exception 2023-06-03 22:24:20 -06:00
map.cc Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp 2023-12-07 14:13:36 -05:00
merge.cc qbsp: don't merge faces across sky boundaries 2023-05-27 23:42:33 -06:00
outside.cc bunch of double -> float 2023-12-07 14:11:46 -05:00
portals.cc remove implicit conversion for qplane3 2023-11-19 19:41:58 -05:00
prtfile.cc build: only use <fmt/core.h>, other headers have a heavy compilation time impact 2023-07-02 17:08:14 -06:00
qbsp.cc qbsp: add -missing_textures_as_zero_size flag to allow writing 0x0 textures when a texture is missing 2023-12-21 00:05:40 -07:00
tjunc.cc qbsp: avoid tjunc interaction between func_detail_wall and worldspawn 2023-02-22 23:12:40 -07:00
tree.cc cleanup: run ./clang-format-all.sh 2023-02-18 22:59:43 -07:00
writebsp.cc qbsp: fix memory/.bsp file corruption if map contains a texture name longer than 31 characters 2023-09-24 19:42:42 -06:00