• Site admin.

  • Joined on 2020-09-17
john pushed to at john/McRogueFace 2025-10-30 19:57:17 +00:00
6aa4625b76 fix: correct module docstring newline escaping
john closed issue john/McRogueFace#97 2025-10-30 19:46:03 +00:00
Create automated API documentation extraction tool
john commented on issue john/McRogueFace#97 2025-10-30 19:45:56 +00:00
Create automated API documentation extraction tool

Implementation Complete

The automated API documentation extraction tool is now fully operational.

What Was Delivered

Enhanced Documentation Extraction:

  • `tools/generate_dynamic_d…
john closed issue john/McRogueFace#92 2025-10-30 19:45:55 +00:00
Create inline C++ documentation system
john commented on issue john/McRogueFace#92 2025-10-30 19:45:31 +00:00
Create inline C++ documentation system

Implementation Complete

The inline C++ documentation macro system is now fully implemented and operational.

What Was Delivered

Core Infrastructure:

  • Created src/McRFPy_Doc.h
john pushed to at john/McRogueFace 2025-10-30 16:37:04 +00:00
4c61bee512 docs: update CLAUDE.md with MCRF_* macro documentation system
john pushed to master at john/McRogueFace 2025-10-26 00:58:19 +00:00
e41f83a5b3 docs: Complete wiki migration and issue labeling system
5205b5d7cd docs: Add Gitea-first workflow guidelines to project documentation
3c20a6be50 docs: Streamline ROADMAP.md and defer to Gitea issue tracking
e9e9cd2f81 feat: Add comprehensive profiling system with F3 overlay
Compare 4 commits »
john pushed to at john/McRogueFace 2025-10-26 00:54:55 +00:00
e41f83a5b3 docs: Complete wiki migration and issue labeling system
john pushed to at john/McRogueFace 2025-10-25 04:56:21 +00:00
5205b5d7cd docs: Add Gitea-first workflow guidelines to project documentation
john pushed to at john/McRogueFace 2025-10-25 04:46:17 +00:00
3c20a6be50 docs: Streamline ROADMAP.md and defer to Gitea issue tracking
john pushed to master at john/McRogueFace 2025-10-23 18:44:26 +00:00
8153fd2503 Merge branch 'rogueliketutorial25' - TCOD Tutorial Implementation
8b7ea544dd docs: Add complete API reference documentation
3a9f76d850 feat: Add development tooling scripts
10610db86e feat: Add tutorial Python implementations
a76ebcd05a feat: Add tutorial parts 0-6 with documentation
Compare 12 commits »
john pushed to at john/McRogueFace 2025-10-23 17:19:50 +00:00
8153fd2503 Merge branch 'rogueliketutorial25' - TCOD Tutorial Implementation
john commented on issue john/McRogueFace#73 2025-08-07 12:19:50 +00:00
grid entities - implement index method

2025-08-06 - .remove(i) is described here as taking an integer index, but it's being refactored to take an object to remove from the collection instead. This matches the behavior of List.remove

john pushed to rogueliketutorial25 at john/McRogueFace 2025-07-30 03:09:10 +00:00
1149111f2d Scary better enemies for part 6 with Djikstra, and runs smoother without all the line checks
002c3d3382 Animated Turn based movement (Tutorial part 6)
Compare 2 commits »
john pushed to at john/McRogueFace 2025-07-30 02:27:37 +00:00
002c3d3382 Animated Turn based movement (Tutorial part 6)
john pushed to rogueliketutorial25 at john/McRogueFace 2025-07-30 01:24:39 +00:00
0938a53c4a Tutorial part 4 and 5
994e8d186e feat: Add Part 5 tutorial - Entity Interactions
7aef412343 feat: Thread-safe FOV system with improved API
b5eab85e70 Convert UIGrid perspective from index to weak_ptr<UIEntity>
Compare 4 commits »
john created branch rogueliketutorial25 in john/McRogueFace 2025-07-30 01:24:39 +00:00
john pushed to at john/McRogueFace 2025-07-30 01:15:50 +00:00
0938a53c4a Tutorial part 4 and 5
john pushed to at john/McRogueFace 2025-07-23 04:21:58 +00:00
994e8d186e feat: Add Part 5 tutorial - Entity Interactions
john pushed to at john/McRogueFace 2025-07-23 03:00:34 +00:00
7aef412343 feat: Thread-safe FOV system with improved API