• Site admin.

  • Joined on 2020-09-17
john pushed to master at john/McRogueFace 2026-01-04 20:32:20 +00:00
9ab618079a .animate helper: create and start an animation directly on a target. Preferred use pattern; closes #175
john closed issue john/McRogueFace#175 2026-01-04 20:32:20 +00:00
segfault: use of animations causes segfault on exit
john opened issue john/McRogueFace#175 2026-01-04 20:29:59 +00:00
segfault: use of animations causes
john pushed to master at john/McRogueFace 2026-01-04 17:59:38 +00:00
d878c8684d Easing functions as enum
357c2ac7d7 Animation fixes: 0-duration edge case, integer value bug resolution
cec76b63dc Timer overhaul: update tests
5d41292bf6 Timer refactor: stopwatch-like semantics, mcrfpy.timers collection closes #173
Compare 4 commits »
john closed issue john/McRogueFace#174 2026-01-04 05:01:10 +00:00
[Documentation] Color sub-property assignment doesn't propagate (expected behavior)
john opened issue john/McRogueFace#174 2026-01-04 04:58:33 +00:00
[Documentation] Color sub-property assignment doesn't propagate (expected behavior)
john commented on issue john/McRogueFace#172 2026-01-04 03:12:49 +00:00
Timer objects: remove setTimer, delTimer

superseded by #173

john closed issue john/McRogueFace#172 2026-01-04 03:12:49 +00:00
Timer objects: remove setTimer, delTimer
john closed issue john/McRogueFace#173 2026-01-04 00:21:11 +00:00
Timer System Refactor: Stopwatch-like semantics and mcrfpy.timers collection
john opened issue john/McRogueFace#173 2026-01-03 23:59:32 +00:00
Timer System Refactor: Stopwatch-like semantics and mcrfpy.timers collection
john commented on issue john/McRogueFace#172 2026-01-03 22:58:06 +00:00
Timer objects: remove setTimer, delTimer

spiritually related to #126

john commented on issue john/McRogueFace#171 2026-01-03 21:50:54 +00:00
console: wrap errors

replication issue. The actual problem was an exception in a key callback, which I defined in the console... The console does catch errors. To catch errors in callbacks, mcrogueface already…

john closed issue john/McRogueFace#171 2026-01-03 21:50:54 +00:00
console: wrap errors
john opened issue john/McRogueFace#172 2026-01-03 20:50:21 +00:00
Timer objects: remove setTimer, delTimer
john opened issue john/McRogueFace#171 2026-01-03 20:20:43 +00:00
console: wrap errors
john opened issue john/McRogueFace#170 2026-01-03 20:18:20 +00:00
console: multi-line input
john pushed to master at john/McRogueFace 2026-01-03 18:53:22 +00:00
fc95fc2844 scene transitions via Scene object
40c0eb2693 scripts - use scene object API
d7e34a3f72 Remove old scene management methods
48359b5a48 draft tutorial revisions
838da4571d update tests: new scene API
Compare 5 commits »
john closed issue john/McRogueFace#169 2026-01-01 20:31:37 +00:00
[API] Grid camera default to top-left + center_camera() method
john pushed to master at john/McRogueFace 2026-01-01 20:31:37 +00:00
f62362032e feat: Grid camera defaults to tile (0,0) at top-left + center_camera() method (#169)
05f28ef7cd Add 14-part tutorial Python files (extracted, tested)
e64c5c147f docs: Fix property extraction and add Scene documentation
b863698f6e test: Add comprehensive Scene object API test
9f481a2e4a fix: Update test files to use current API patterns
Compare 5 commits »
john closed issue john/McRogueFace#164 2025-12-29 21:24:38 +00:00
[Tiny Feature] Add mcrfpy.__version__ for version identity