• Site admin.

  • Joined on 2020-09-17
john pushed to master at john/McRogueFace 2026-02-07 16:43:24 +00:00
john pushed to master at john/McRogueFace 2026-02-07 16:39:52 +00:00
a3bd54077d Version bump: 0.2.4-prerelease-7drl2026 (de7778b) -> 0.2.5-prerelease-7drl2026
john pushed to master at john/McRogueFace 2026-02-07 16:34:41 +00:00
de7778b147 LDtk import support
john pushed to master at john/McRogueFace 2026-02-07 02:44:11 +00:00
322beeaf78 add __ne__ support to enum types for input
b093e087e1 Tiled XML/JSON import support
71cd2b9b41 3D / voxel unit tests
Compare 3 commits »
john pushed to master at john/McRogueFace 2026-02-06 17:01:14 +00:00
e12e80e511 add run banner to canvas in playground
de5616f3a4 voxel, animation, and pathfinding combined demo
992ea781cb Voxel functionality extension
3e6b6a5847 voxel example
7ebca63db3 emscripten build fixes
Compare 17 commits »
john pushed to threedee at john/McRogueFace 2026-02-06 04:03:08 +00:00
e12e80e511 add run banner to canvas in playground
de5616f3a4 voxel, animation, and pathfinding combined demo
Compare 2 commits »
john opened issue john/McRogueFace#245 2026-02-06 02:56:07 +00:00
[Minor Feature] screen_to_world() only intersects Y=0 plane
john opened issue john/McRogueFace#244 2026-02-06 02:55:59 +00:00
[Bugfix] Entity3D.viewport returns None instead of parent Viewport3D
john opened issue john/McRogueFace#243 2026-02-06 02:55:54 +00:00
[Minor Feature] EntityCollection3D missing pop(), find(), extend() methods
john opened issue john/McRogueFace#242 2026-02-06 02:55:50 +00:00
[Bugfix] Entity3D.animate() raises NotImplementedError
john pushed to threedee at john/McRogueFace 2026-02-05 17:52:24 +00:00
992ea781cb Voxel functionality extension
3e6b6a5847 voxel example
7ebca63db3 emscripten build fixes
f2ccdff499 Frustum culling
7e8efe82ec 3D target demo
Compare 8 commits »
john pushed to threedee at john/McRogueFace 2026-02-04 22:48:51 +00:00
8636e766f8 fix: don't use SFML GL context management in SDL builds
f4c9db8436 3D entities
63008bdefd pathfinding on heightmap
e572269eac Terrain mesh, vertex color from heightmaps
9c29567349 Viewport scene explorer + object cache integration
Compare 7 commits »
john created branch threedee in john/McRogueFace 2026-02-04 22:48:50 +00:00
john pushed to master at john/McRogueFace 2026-02-04 15:46:02 +00:00
d2ea64bc32 fix: animations modifying animations during callback is now safe
john opened issue john/McRogueFace#241 2026-02-04 12:53:06 +00:00
[Bugfix] Fix segfault when animation callbacks start new animations
john pushed to master at john/McRogueFace 2026-02-04 04:51:54 +00:00
d8fec5fea0 DiscreteMap class - mask for operations or uint8 tile data
001cc6efd6 grid layer API modernization
b66b934d8f new build for emscripten details
045b625655 opacity + animation fixes
Compare 4 commits »
john opened issue john/McRogueFace#240 2026-02-02 20:51:26 +00:00
Playground: Developer troubleshooting documentation for WASM deployments
john opened issue john/McRogueFace#239 2026-02-02 20:51:20 +00:00
Playground: Automated WASM testing infrastructure with headless browser
john opened issue john/McRogueFace#238 2026-02-02 20:51:12 +00:00
Playground: Emscripten debugging infrastructure (DWARF, source maps, debug dumps)
john opened issue john/McRogueFace#237 2026-02-02 16:22:48 +00:00
Multi-tile entities using composite sprites