ericw-tools/light
Jonathan da9546e260 change settings semantics to be simpler and more clear:
- no more "isLocked" - use getSource directly (locked is a confusing name)
- no more split parse/setValue functions. there's only one entry point each now, and all they do is pass along the source passed to it from its parser.
- no separate setters, use setValue(value, source)
- add a "game target" source, which is low priority and indicates to the user that the value would have been default but was changed to a better value for the game target
2022-07-14 09:03:59 -04:00
..
CMakeLists.txt tests: unify tests under one target 2022-07-10 16:36:15 -06:00
bounce.cc Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp 2022-07-11 01:41:10 -04:00
entities.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -04:00
light.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -04:00
litfile.cc more pointers to vectors 2022-06-23 16:05:11 -04:00
ltface.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -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 fix for Q2 phong values not applying properly 2022-07-06 19:33:07 -04:00
surflight.cc light: rename options -> light_options 2022-07-10 17:28:28 -06:00
trace.cc Merge branch 'type-cleanup' into brushbsp 2022-06-30 05:23:05 -04:00
trace_embree.cc light: rename options -> light_options 2022-07-10 17:28:28 -06:00