• Site admin.

  • Joined on 2020-09-17
john closed issue john/McRogueFace#231 2026-01-29 04:22:25 +00:00
Middle Click produces no event
john commented on issue john/McRogueFace#232 2026-01-29 04:21:05 +00:00
Scrollwheel registers as MouseButton.LEFT

Fixed in the current session. Changes made:

john commented on issue john/McRogueFace#231 2026-01-29 04:21:02 +00:00
Middle Click produces no event

Fixed in the current session. Changes made:

john opened issue john/McRogueFace#232 2026-01-29 02:44:55 +00:00
Scrollwheel registers as MouseButton.LEFT
john opened issue john/McRogueFace#231 2026-01-29 02:42:33 +00:00
Middle Click produces no event
john pushed to master at john/McRogueFace 2026-01-29 00:20:12 +00:00
5a1948699e Update documentation for API changes #229, #230, #184
john commented on issue john/McRogueFace#230 2026-01-28 23:58:39 +00:00
on_enter and on_exit have unnecessary parameters

Cookbook examples updated with new callback signatures in commit 55f6ea9.

john pushed to master at john/McRogueFace 2026-01-28 23:58:32 +00:00
55f6ea9502 Add cookbook examples with updated callback signatures for #229, #230
john closed issue john/McRogueFace#230 2026-01-28 23:51:03 +00:00
on_enter and on_exit have unnecessary parameters
john closed issue john/McRogueFace#228 2026-01-28 23:51:03 +00:00
[Bugfix] UIGrid: RenderTexture hard-coded to 1080p causes issues at higher resolutions
john pushed to master at john/McRogueFace 2026-01-28 23:51:03 +00:00
2daebc84b5 Simplify on_enter/on_exit callbacks to position-only signature
e14f3cb9fc Animation callbacks now pass (target, property, value) instead of (None, None)
214037892e Fix UIGrid RenderTexture sizing - use game resolution instead of hard-coded 1080p
Compare 3 commits »
john closed issue john/McRogueFace#229 2026-01-28 23:51:03 +00:00
Animation callback doesn't provide data
john opened issue john/McRogueFace#230 2026-01-28 04:21:22 +00:00
on_enter and on_exit have unnecessary parameters
john opened issue john/McRogueFace#229 2026-01-28 04:20:18 +00:00
Animation callback doesn't provide data
john pushed to master at john/McRogueFace 2026-01-28 03:38:52 +00:00
d12bfd224c cell, scene callbacks support for derived classes + enum args
john pushed to master at john/McRogueFace 2026-01-28 01:42:56 +00:00
c7cf3f0e5b standardize mouse callback signature on derived classes
86bfebefcb Fix: Derivable drawable types participate in garbage collector cycle detection
16b5508233 Fix borrowed reference return in some callbacks
Compare 3 commits »
john pushed to master at john/McRogueFace 2026-01-26 05:41:34 +00:00
da434dcc64 Rotation
486087b9cb Shaders
Compare 2 commits »
john commented on issue john/McRogueFace#106 2026-01-25 11:35:23 +00:00
Shader support

Architecture Design - Finalized

john commented on issue john/McRogueFace#106 2026-01-25 03:19:48 +00:00
Shader support

POC Complete - Design Decisions for Uniform Binding

john pushed to master at john/McRogueFace 2026-01-25 01:29:01 +00:00
41d551e6e1 Shader POC: Add shader_enabled property to UIFrame (#106)