removed tree_t parameter from functions that don't need it pass reference to tree_t instead of ptr use an enum instead of std::optional<bool> for the ternary value to store split type, since it's more explicit and obvious now what the three values do |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| brush.cc | ||
| brushbsp.cc | ||
| csg.cc | ||
| exportobj.cc | ||
| faces.cc | ||
| main.cc | ||
| map.cc | ||
| merge.cc | ||
| outside.cc | ||
| portals.cc | ||
| prtfile.cc | ||
| qbsp.cc | ||
| tjunc.cc | ||
| tree.cc | ||
| writebsp.cc | ||