• Site admin.

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