-
Site admin.
-
Joined on
2020-09-17
[Bugfix] DijkstraMap.path_from() returns the path reversed; step_from() returns a non-adjacent cell (teleport)
[Refactoring] Adopt or retire the 19 orphan scripts under tests/demo/screens/
[Bugfix] Stale last_clicked_cell can be dispatched for a GridView with no grid data
[Bugfix] Shared-data grid path is unwired: Grid(grid=...) never sets owning_view, and _GridData.view is always None
[Refactor] Dead derived_type()==UIGRID gate remains in UICollection::repr — grids counted as "other"
[Bugfix] Grid children get grid-world pixel coords in click_at, Frame children get frame-local — inconsistent
[Bugfix] Shader uniform binding reads a GridView wrapper as a _GridData wrapper (type confusion)
[Bugfix] GridData::views leaks expired weak_ptrs — ~UIGridView never unregisters
[Bugfix] Frame(cache_subtree=True) silently freezes its subtree's content: render_dirty is a write-once latch, so markContentDirty never propagates