• Site admin.

  • Joined on 2020-09-17
john commented on issue john/McRogueFace#180 2026-01-06 20:29:45 +00:00
Timers without a user-stored reference don't fire

Implementation Complete

john pushed to master at john/McRogueFace 2026-01-06 19:05:12 +00:00
2c20455003 support for Scene object as parent, from Python: closes #183
john commented on issue john/McRogueFace#183 2026-01-06 18:14:42 +00:00
.parent quirks

Additional Enhancement: Direct .parent = scene Assignment

john commented on issue john/McRogueFace#183 2026-01-06 16:11:24 +00:00
.parent quirks

Implementation Complete

john closed issue john/McRogueFace#183 2026-01-06 15:55:46 +00:00
.parent quirks
john commented on issue john/McRogueFace#183 2026-01-06 15:55:40 +00:00
.parent quirks

Scene Parent Tracking Implemented

john pushed to master at john/McRogueFace 2026-01-06 15:22:04 +00:00
7e47050d6f bugfixes for .parent property - partial #183 solution
john commented on issue john/McRogueFace#183 2026-01-06 14:54:40 +00:00
.parent quirks

Fixed

john commented on issue john/McRogueFace#176 2026-01-06 11:01:27 +00:00
Entities have grid_pos initializer argument, but pos property

Implementation Complete

john closed issue john/McRogueFace#179 2026-01-06 09:41:55 +00:00
Grid attributes: Vectors instead of Tuples
john pushed to master at john/McRogueFace 2026-01-06 09:41:55 +00:00
a4c2c04343 bugfix: segfault in Grid.at() due to internal types not exported to module
f9b6cdef1c Python API improvements: Vectors, bounds, window singleton, hidden types
c6233fa47f Expand TileLayer and ColorLayer __init__ documentation; closes #190
Compare 3 commits »
john closed issue john/McRogueFace#185 2026-01-06 09:41:55 +00:00
.get_bounds() is annoying
john closed issue john/McRogueFace#189 2026-01-06 09:41:55 +00:00
Hide classes from the module which can't be instantiated
john closed issue john/McRogueFace#190 2026-01-06 09:41:55 +00:00
mcrfpy.TileLayer / mcrfpy.GridLayer have no __init__ docs
john closed issue john/McRogueFace#181 2026-01-06 09:41:55 +00:00
Grid attributes: grid_x and grid_y should be grid_w and grid_h
john closed issue john/McRogueFace#188 2026-01-06 09:41:55 +00:00
.bounds and .global_bounds should be a pair of vectors, not 4 values
john closed issue john/McRogueFace#182 2026-01-06 09:41:55 +00:00
Caption.resize does nothing; bounds are available but size is not
john closed issue john/McRogueFace#184 2026-01-06 09:41:55 +00:00
mcrfpy.Window.get() is annoying
john closed issue john/McRogueFace#177 2026-01-06 09:41:55 +00:00
GridPoint shows its coordinate in repr, but doesn't expose it as a property.
john commented on issue john/McRogueFace#187 2026-01-06 03:20:13 +00:00
No method to add layer to grid after initialization

WONTFIX - grid.add_layer(layer) and grid.remove_layer(layer) exist; the layer.grid method would be very convenient and consistent, but I'm not going to take on the engineering work for…