• Site admin.

  • Joined on 2020-09-17
john closed issue john/McRogueFace#165 2026-01-22 02:34:19 +00:00
[Documentation] Update mcrogueface.github.io website
john commented on issue john/McRogueFace#165 2026-01-22 02:34:19 +00:00
[Documentation] Update mcrogueface.github.io website

The content will never really be "done", not until McRogueFace is released and frozen. But an overhaul has made it much more organized.

john pushed to master at john/McRogueFace 2026-01-22 02:34:17 +00:00
a4217b49d7 README.md updates: closes #168
john closed issue john/McRogueFace#168 2026-01-22 02:34:17 +00:00
[Documentation] README polish for public release
john pushed to master at john/McRogueFace 2026-01-21 02:59:18 +00:00
0207595db0 imgui console: use JetBrains (redistributable font); use font size, not pixel scaling
john closed issue john/McRogueFace#215 2026-01-20 05:10:23 +00:00
Cleanup: mcrfpy.libtcod
john pushed to master at john/McRogueFace 2026-01-20 05:10:23 +00:00
4ead2f25fe Fix #215: Replace mcrfpy.libtcod with mcrfpy.bresenham()
john commented on issue john/McRogueFace#215 2026-01-20 05:01:25 +00:00
Cleanup: mcrfpy.libtcod

Implementation Plan

john commented on issue john/McRogueFace#215 2026-01-20 04:43:13 +00:00
Cleanup: mcrfpy.libtcod

Line Enhancement Analysis

john pushed to master at john/McRogueFace 2026-01-20 04:38:05 +00:00
257e52327b Fix #219: Add threading support with mcrfpy.lock() context manager
john closed issue john/McRogueFace#219 2026-01-20 04:38:05 +00:00
Primary Concurrency Model: Threading Support with mcrfpy.lock()
john pushed to master at john/McRogueFace 2026-01-20 03:23:59 +00:00
14a6520593 Fix #221: Add grid_pos and grid_size properties for Grid children
john closed issue john/McRogueFace#221 2026-01-20 03:23:59 +00:00
Grid children: support .grid_pos property
john pushed to master at john/McRogueFace 2026-01-20 03:03:14 +00:00
6c5992f1c1 Fix #222: on_click callbacks now receive enum types instead of strings
ff8e220ee0 Sync heightmap API with libtcod/libtcod #175 convolution feature branch
Compare 2 commits »
john closed issue john/McRogueFace#222 2026-01-20 03:03:13 +00:00
on_click receiving string args instead of enums
john pushed to master at john/McRogueFace 2026-01-19 19:10:13 +00:00
39a12028a0 using custom libtcod-headless 2.2.2 feature branch: fixes to convolution, gradient method
john opened issue john/McRogueFace#222 2026-01-19 14:22:36 +00:00
on_click receiving string args instead of enums
john opened issue john/McRogueFace#221 2026-01-19 03:39:20 +00:00
Grid children: support .grid_pos property
john pushed to master at john/McRogueFace 2026-01-18 04:38:34 +00:00
09fa4f4665 emove register_keyboard(callable) from scene - all callbacks are standard attributes now. on_resize now returns a vector
9a241c99d7 Version bump: 0.2.1-prerelease-7drl2026 (baa7ee3) -> 0.2.2-prerelease-7drl2026
Compare 2 commits »
john closed issue john/McRogueFace#213 2026-01-17 00:22:22 +00:00
[Bugfix] Color component values outside 0-255 wrap silently without warning