• Site admin.

  • Joined on 2020-09-17
john pushed to master at john/McRogueFace 2026-01-14 00:42:42 +00:00
73230989ad Cookbook: draft docs
john pushed to master at john/McRogueFace 2026-01-13 04:44:49 +00:00
8628ac164b BSP: add room adjacency graph for corridor generation (closes #210)
john closed issue john/McRogueFace#210 2026-01-13 04:44:49 +00:00
[Proc Gen] BSP.adjacency - Room connectivity graph
john pushed to master at john/McRogueFace 2026-01-13 02:42:42 +00:00
5a86602789 HeightMap - kernel_transform (#198)
john pushed to master at john/McRogueFace 2026-01-13 01:56:45 +00:00
2b12d1fc70 Update to combination operations (#194) - allowing targeted, partial regions on source or target
john pushed to master at john/McRogueFace 2026-01-13 00:01:25 +00:00
e5d0eb4847 Noise, combination, and sampling: first pass at #207, #208, #194, #209
john closed issue john/McRogueFace#206 2026-01-12 13:01:20 +00:00
[Proc Gen] BSP.to_heightmap and BSPMap class
john closed issue john/McRogueFace#205 2026-01-12 13:01:18 +00:00
[Proc Gen] BSP - Query methods (find, contains)
john commented on issue john/McRogueFace#206 2026-01-12 13:01:18 +00:00
[Proc Gen] BSP.to_heightmap and BSPMap class

6caf3dcd05

john commented on issue john/McRogueFace#205 2026-01-12 13:01:16 +00:00
[Proc Gen] BSP - Query methods (find, contains)

6caf3dcd05

john closed issue john/McRogueFace#204 2026-01-12 13:01:13 +00:00
[Proc Gen] BSP - Iteration (leaves, traverse)
john commented on issue john/McRogueFace#204 2026-01-12 13:01:11 +00:00
[Proc Gen] BSP - Iteration (leaves, traverse)

6caf3dcd05

john closed issue john/McRogueFace#203 2026-01-12 13:01:09 +00:00
[Proc Gen] BSPNode - Lightweight node reference
john commented on issue john/McRogueFace#203 2026-01-12 13:01:08 +00:00
[Proc Gen] BSPNode - Lightweight node reference

6caf3dcd05

john pushed to master at john/McRogueFace 2026-01-12 13:00:21 +00:00
6caf3dcd05 BSP: add safety features and API improvements (closes #202, #203, #204, #205, #206)
8699bba9e6 BSP: add Binary Space Partitioning for procedural dungeon generation
Compare 2 commits »
john closed issue john/McRogueFace#202 2026-01-12 13:00:20 +00:00
[Proc Gen] BSP - Core class with splitting
john commented on issue john/McRogueFace#208 2026-01-12 12:54:18 +00:00
[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…

john opened issue john/McRogueFace#214 2026-01-12 03:49:01 +00:00
[Bugfix] Potential null pointer dereference in HeightMap layer operations
john opened issue john/McRogueFace#213 2026-01-12 03:49:00 +00:00
[Bugfix] Color component values outside 0-255 wrap silently without warning
john pushed to master at john/McRogueFace 2026-01-12 03:35:52 +00:00
a4b1ab7d68 Grid layers: add HeightMap-based procedural generation methods