• Site admin.

  • Joined on 2020-09-17
john closed issue john/McRogueFace#201 2026-01-12 03:35:52 +00:00
[Proc Gen] ColorLayer - apply_threshold, apply_gradient, apply_ranges
john closed issue john/McRogueFace#200 2026-01-12 03:35:52 +00:00
[Proc Gen] TileLayer - apply_threshold and apply_ranges for tile indices
john pushed to master at john/McRogueFace 2026-01-12 03:35:52 +00:00
a4b1ab7d68 Grid layers: add HeightMap-based procedural generation methods
john pushed to master at john/McRogueFace 2026-01-12 03:22:04 +00:00
b7c5262abf HeightMap: improve dig_hill/dig_bezier API clarity
john pushed to master at john/McRogueFace 2026-01-12 03:00:16 +00:00
f2711e553f HeightMap: add terrain generation methods (closes #195)
john closed issue john/McRogueFace#195 2026-01-12 03:00:16 +00:00
[Proc Gen] HeightMap - Terrain generation methods
john opened issue john/McRogueFace#212 2026-01-12 02:57:17 +00:00
respect GRID_MAX when creating Grids and GridLayers
john pushed to master at john/McRogueFace 2026-01-12 02:49:47 +00:00
d92d5f0274 HeightMap: add threshold operations that return new HeightMaps (closes #197)
john closed issue john/McRogueFace#197 2026-01-12 02:49:47 +00:00
[Proc Gen] HeightMap - Threshold operations
john pushed to master at john/McRogueFace 2026-01-12 02:43:52 +00:00
b98b2be012 HeightMap: improve API consistency and add subscript support
john closed issue john/McRogueFace#191 2026-01-12 01:48:19 +00:00
PyWeakref_GetObject is deprecated, removal in Python 3.15
john pushed to master at john/McRogueFace 2026-01-12 01:48:19 +00:00
c2877c8053 Replace deprecated PyWeakref_GetObject with PyWeakref_GetRef (closes #191)
a81430991c libtcod as SYSTEM include, to ignore deprecations
Compare 2 commits »
john closed issue john/McRogueFace#196 2026-01-12 01:42:56 +00:00
[Proc Gen] HeightMap - Query methods
john pushed to master at john/McRogueFace 2026-01-12 01:42:56 +00:00
bf8557798a Grid: add apply_threshold and apply_ranges for HeightMap (closes #199)
8d6d564d6b HeightMap: add query methods (closes #196)
Compare 2 commits »
john closed issue john/McRogueFace#199 2026-01-12 01:42:56 +00:00
[Proc Gen] Grid - apply_threshold and apply_ranges for walkable/transparent
john pushed to master at john/McRogueFace 2026-01-12 01:28:38 +00:00
87444c2fd0 HeightMap: add GRID_MAX limit and input validation
c095be4b73 HeightMap: core class with scalar operations (closes #193)
b32f5af28c UIGridPathfinding: clear and separate A-star and Djikstra path systems
Compare 3 commits »
john closed issue john/McRogueFace#193 2026-01-12 01:28:38 +00:00
[Proc Gen] HeightMap - Core class with scalar operations
john commented on issue john/McRogueFace#192 2026-01-12 00:13:58 +00:00
[Leader Issue] 7DRL 2026 ProcGen Systems

Sub-Issue Breakdown

john opened issue john/McRogueFace#210 2026-01-12 00:11:38 +00:00
[Proc Gen] BSP.find_path - Room connectivity graph
john opened issue john/McRogueFace#209 2026-01-12 00:11:35 +00:00
[Proc Gen] HeightMap - Direct source sampling (add_noise, add_bsp)