• Site admin.

  • Joined on 2020-09-17
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…

john opened issue john/McRogueFace#190 2026-01-06 02:50:14 +00:00
mcrfpy.TileLayer / mcrfpy.GridLayer have no __init__ docs
john opened issue john/McRogueFace#189 2026-01-06 02:49:11 +00:00
Hide classes from the module which can't be instantiated
john opened issue john/McRogueFace#188 2026-01-06 02:33:40 +00:00
.bounds and .global_bounds should be a pair of vectors, not 4 values
john opened issue john/McRogueFace#187 2026-01-06 02:31:27 +00:00
No method to add layer to grid after initialization
john opened issue john/McRogueFace#186 2026-01-06 02:27:02 +00:00
mcrfpy.Window, mcrfpy.Keyboard ... mcrfpy.Mouse?
john opened issue john/McRogueFace#185 2026-01-06 02:23:24 +00:00
.get_bounds() is annoying
john opened issue john/McRogueFace#184 2026-01-06 02:22:27 +00:00
mcrfpy.Window.get() is annoying
john opened issue john/McRogueFace#183 2026-01-06 02:20:14 +00:00
.parent quirks
john opened issue john/McRogueFace#182 2026-01-06 02:15:28 +00:00
Caption.resize does nothing; bounds are available but size is not
john closed issue john/McRogueFace#178 2026-01-05 18:13:47 +00:00
positions should always be iterables, not separate X and Y values.
john commented on issue john/McRogueFace#178 2026-01-05 18:13:47 +00:00
positions should always be iterables, not separate X and Y values.

commit: d2e4791

john pushed to master at john/McRogueFace 2026-01-05 17:49:38 +00:00
84d73e6aef Update old format scene/timer examples
john opened issue john/McRogueFace#181 2026-01-05 16:30:27 +00:00
Grid attributes: grid_x and grid_y should be grid_w and grid_h
john pushed to master at john/McRogueFace 2026-01-05 15:31:48 +00:00
02c512402e bugfix: segfault due to use of uninitialized Vector class reference
d2e4791f5a Positions are always mcrfpy.Vector, Vector/tuple/iterables expected as inputs, and for position-only inputs we permit x,y args to prevent requiring double-parens
016ca693b5 ImGui cleanup order: prevent error on exit by performing ImGui::SFML::Shutdown() before window close
Compare 3 commits »
john opened issue john/McRogueFace#180 2026-01-05 02:30:14 +00:00
Timers without a user-stored reference don't fire
john opened issue john/McRogueFace#179 2026-01-05 02:05:21 +00:00
Vectors instead of Tuples
john opened issue john/McRogueFace#178 2026-01-05 01:30:27 +00:00
[Leader Issue] positions should always be iterables, not separate X and Y values.
john opened issue john/McRogueFace#177 2026-01-04 22:04:19 +00:00
GridPoint shows its coordinate in repr, but doesn't expose it as a property.
john opened issue john/McRogueFace#176 2026-01-04 22:02:39 +00:00
Entities have grid_pos initializer argument, but pos property