• Site admin.

  • Joined on 2020-09-17
john commented on issue john/McRogueFace#129 2025-11-26 04:58:48 +00:00
Circle drawing primitives for range visualization

closed by 311dc02f1d

john closed issue john/McRogueFace#128 2025-11-26 04:58:41 +00:00
Line and Arc drawing primitives for path visualization
john commented on issue john/McRogueFace#128 2025-11-26 04:58:41 +00:00
Line and Arc drawing primitives for path visualization

closed by 311dc02f1d

john closed issue john/McRogueFace#132 2025-11-26 04:58:12 +00:00
Add UIDrawable children collection to Grid
john commented on issue john/McRogueFace#132 2025-11-26 04:58:12 +00:00
Add UIDrawable children collection to Grid

closed by 4d6808e34d

john pushed to master at john/McRogueFace 2025-11-26 04:55:43 +00:00
e5e796bad9 refactor: comprehensive test suite overhaul and demo system
4d6808e34d feat: Add UIDrawable children collection to Grid
311dc02f1d feat: Add UILine, UICircle, and UIArc drawing primitives
Compare 3 commits »
john pushed to at john/McRogueFace 2025-11-26 04:37:05 +00:00
e5e796bad9 refactor: comprehensive test suite overhaul and demo system
john commented on issue john/McRogueFace#132 2025-11-26 02:52:57 +00:00
Add UIDrawable children collection to Grid

Implementation Complete

Commit 4d6808e implements Grid.children collection with all requested features:

Features Implemented

  • children member (`std::shared_ptr<std::vector<std::sh…
john pushed to at john/McRogueFace 2025-11-26 02:52:37 +00:00
4d6808e34d feat: Add UIDrawable children collection to Grid
john pushed to at john/McRogueFace 2025-11-26 02:42:33 +00:00
311dc02f1d feat: Add UILine, UICircle, and UIArc drawing primitives
john pushed to master at john/McRogueFace 2025-11-04 20:55:34 +00:00
acef21593b workaround for gitea label API bugs
354107fc50 version bump for forgejo-mcp binary
Compare 2 commits »
john pushed to at john/McRogueFace 2025-11-03 15:59:56 +00:00
acef21593b workaround for gitea label API bugs
john commented on issue john/McRogueFace#122 2025-11-01 07:39:16 +00:00
Parent-Child UI System

When implementing parent references, consider the Grid children feature (#132) which will need parent-aware behavior.

Grid children will use grid-world pixel coordinates but should be able to…

john opened issue john/McRogueFace#132 2025-11-01 07:38:50 +00:00
Add UIDrawable children collection to Grid
john commented on issue john/McRogueFace#131 2025-10-31 14:00:18 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

ISSUE RESOLVED

All labels have been successfully applied using the single-ID workaround:

Issue #128 (Line/Arc Drawing):

  • Major Feature (ID 1)
  • priority:tier2-foundation (ID…
john commented on issue john/McRogueFace#131 2025-10-31 13:59:17 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

COMPLETE SINGLE-ID MAPPING VERIFIED

After systematic testing, here are the RELIABLE single-ID mappings:

john commented on issue john/McRogueFace#131 2025-10-31 13:49:59 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

INCONSISTENCY FOUND!

Previous test: [4] alone → "Demo Target" This test: [4, 5, 6] → (see result above)

If the MCP tool is consistent, we should see "Demo Target" as one of…

john commented on issue john/McRogueFace#131 2025-10-31 13:49:42 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Test Results:

[4] → Result: (first result above)

  • If array index: Should be "Major Feature" (position 4 in list)
  • Earlier test showed: "Alpha Release Requirement"

[16] → Result:…

john commented on issue john/McRogueFace#131 2025-10-31 13:49:30 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

Test: ID [0] If array index: Should be "Alpha Release Requirement" (index 0) If actual ID: Could be anything (ID 0 might not exist) Result: (see above)

john commented on issue john/McRogueFace#131 2025-10-31 13:49:10 +00:00
Document correct Gitea MCP label IDs for programmatic issue creation

CRITICAL BUG IDENTIFIED!

The MCP tool is using array indices from list_repo_labels output, NOT the actual Gitea label IDs!

Evidence:

When I tested `replace_issue_labels([11, 12,…