ericw-tools/light
Jonathan 44c50717c3 move generic image loading routine to `img`
move light-specific "load textures from BSP" routine to light
fix a couple bugs with external wad textures (there should always be at least a 40-byte miptex in there)
light can now load external textures
move -paths to common settings
fix bug with missing texture not filling miptex name
2022-06-28 01:37:12 -04:00
..
CMakeLists.txt tests: don't include(CTest) as it generates unwanted targets 2022-05-15 12:43:35 -06:00
bounce.cc don't add bounce lights that have no color 2022-06-03 14:59:06 -04:00
entities.cc fix bugs 2022-06-14 18:38:22 -04:00
light.cc move generic image loading routine to `img` 2022-06-28 01:37:12 -04:00
litfile.cc enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
ltface.cc canonize plane stuff into an enum type, remove duplicates 2022-06-10 04:43:56 -04:00
main.cc settings: don't call exit(0) in printHelp() as it's problematic for tests 2022-05-14 18:11:14 -06:00
phong.cc clean up percent stuff 2022-03-07 14:49:50 -05:00
surflight.cc hardcode omnidirectional surface lights - seems closer to Q2's defaults 2022-06-02 22:12:31 -04:00
test.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_common.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_entities.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_light.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_ltface.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
trace.cc Allow `-subdivide 0` to turn off subdivision 2021-11-21 15:08:02 -05:00
trace_embree.cc remove old threading code entirely 2022-03-01 10:28:59 -05:00