-
Site admin.
-
Joined on
2020-09-17
[Proc Gen] BSP.adjacency - Room connectivity graph
[Proc Gen] BSP.to_heightmap and BSPMap class
[Proc Gen] BSP - Query methods (find, contains)
[Proc Gen] BSP - Iteration (leaves, traverse)
[Proc Gen] BSPNode - Lightweight node reference
[Proc Gen] BSP - Core class with splitting
[Proc Gen] NoiseSource.sample and NoiseSample class
See #206 for comparison for HeightMap subclassing: the actual custom type has been deferred for the BSP system. We will probably do the same here. It's not hard to keep track of sampling…
[Bugfix] Potential null pointer dereference in HeightMap layer operations
[Bugfix] Color component values outside 0-255 wrap silently without warning