John McCardle john
  • Site admin.

  • Joined on 2020-09-17
213 contributions in the last 12 months
NovDecJanFebMarAprMayJunJulAugSepOctMonWedFri
Less
More
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
john pushed to at john/McRogueFace 2025-07-22 03:47:21 +00:00
b5eab85e70 Convert UIGrid perspective from index to weak_ptr<UIEntity>
john pushed to master at john/McRogueFace 2025-07-18 04:41:03 +00:00
bd6407db29 hotfix: bad documentation links... ...because of trailing slash?!
john pushed to at john/McRogueFace 2025-07-18 03:49:03 +00:00
bd6407db29 hotfix: bad documentation links... ...because of trailing slash?!
john closed issue john/McRogueFace#121 2025-07-16 01:42:02 +00:00
Timer Object System
john closed issue john/McRogueFace#110 2025-07-16 01:42:02 +00:00
font_size cannot be set in Caption.__init__
john pushed to master at john/McRogueFace 2025-07-16 01:42:02 +00:00
f4343e1e82 Squashed commit of the following: [alpha_presentable]