-
Site admin.
-
Joined on
2020-09-17
Intended labels (apply manually due to MCP label bug): priority:tier1-active, Major Feature, Demo Target
Intended labels (apply manually due to MCP label bug): priority:tier1-active, Major Feature, system:rendering
Intended labels (apply manually due to MCP label bug): priority:tier1-active, Minor Feature, system:rendering
Implemented across multiple commits starting with c5cc022 (SDL2+OpenGL ES 2 renderer backend), through 1be2714 (Python REPL in browser), 67aa413 (FreeType text rendering), and 3ce7de6…
Implemented across multiple commits: 7621ae3 and 4c70aee added MCRF_HEADLESS compile-time option, src/platform/HeadlessTypes.h provides no-op type stubs, and GLContext_Headless.cpp…
Implemented in commit da434dc ("Rotation") - added .rotation property to all UIDrawable types (Frame, Caption, Sprite, Grid, Arc, Circle, Line). Includes rotation-aware hit testing and grid…
Fixed by commit d2ea64b ("fix: animations modifying animations during callback is now safe"). Regression test added at tests/regression/recursive_animation_callback_segfault.py.