ericw-tools/include/qbsp
Jonathan 8f50108b5e slight optimization for winding_t: use memcpy directly. the copy constructor can't automatically optimize it into a memcpy because of the iterator wrapper.
use side_t where appropriate
add a shared lock to map.planes, and hide the original vector to prevent non-locked read/writes
move MakeSkipTexinfo to the beginning of the operation - make a global skip texinfo as the first texinfo. it will get culled out later if need be.
re-enable ChooseMidPlaneFromList; seems to work, but maybe there's a test that is failing that is the reason it was if'd out?
enable parallelization of PartitionBrushes since map.planes is lockable now
2022-06-05 22:52:02 -04:00
..
brush.hh slight optimization for winding_t: use memcpy directly. the copy constructor can't automatically optimize it into a memcpy because of the iterator wrapper. 2022-06-05 22:52:02 -04:00
csg4.hh slight optimization for winding_t: use memcpy directly. the copy constructor can't automatically optimize it into a memcpy because of the iterator wrapper. 2022-06-05 22:52:02 -04:00
map.hh slight optimization for winding_t: use memcpy directly. the copy constructor can't automatically optimize it into a memcpy because of the iterator wrapper. 2022-06-05 22:52:02 -04:00
merge.hh merge non-brush bsp specific changes from brushbsp branch 2022-05-11 01:58:53 -06:00
outside.hh merge non-brush bsp specific changes from brushbsp branch 2022-05-11 01:58:53 -06:00
portals.hh merge non-brush bsp specific changes from brushbsp branch 2022-05-11 01:58:53 -06:00
qbsp.hh slight optimization for winding_t: use memcpy directly. the copy constructor can't automatically optimize it into a memcpy because of the iterator wrapper. 2022-06-05 22:52:02 -04:00
solidbsp.hh qbsp: fix base1.map leak with epsilon hacks 2022-05-22 00:38:08 -06:00
surfaces.hh merge non-brush bsp specific changes from brushbsp branch 2022-05-11 01:58:53 -06:00
wad.hh qbsp: move wadlist to map struct 2022-05-14 15:55:18 -06:00
winding.hh slight bit of cleaning 2022-05-11 09:46:39 -04:00
writebsp.hh some more cleanup 2021-10-02 05:56:45 -04:00