• Joined on 2025-07-30
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 16:28:53 +00:00
57ea21073a feat: Add .gitattributes and .gitignore for Unreal project asset management
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 15:22:51 +00:00
15d6e88780 feat: Implement BPC_PlatformServiceAbstraction for unified platform detection and SDK routing
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 15:10:33 +00:00
dc9c1a6b98 Add DA_RenderPipelineProfile and Platform Render Profiles documentation
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 14:16:43 +00:00
14441c000c Add haptics example documentation for Project Void controller feedback
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 13:29:40 +00:00
7c2e8df6b1 docs: update README and UE5_Modular_Game_Framework.md to reflect changes in Blueprint systems and C++ class counts; add details for Planar Capture System
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 13:23:27 +00:00
5c08c929b5 refactor: rename ASS_PlanarCaptureManager to USS_PlanarCaptureManager for consistency; update documentation across multiple files
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 13:10:36 +00:00
321287253b refactor: remove unnecessary Super::Tick call in USS_PlanarCaptureManager::Tick method
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 13:02:10 +00:00
9fd679fd5b refactor: update show flag settings in BPC_PlanarCapture for UE5.7 compatibility; enhance SS_PlanarCaptureManager with FTickableGameObject interface
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 12:52:21 +00:00
d16c661022 refactor: rename ASS_PlanarCaptureManager to USS_PlanarCaptureManager for consistency
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-22 12:36:17 +00:00
0a2d08b2ad Add Planar Capture System implementation checklist and developer reference
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 19:43:14 +00:00
6b6c702dd7 docs: Add initial README.md with comprehensive overview of UE5 Modular Game Framework and its features
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 19:33:31 +00:00
318d0d4317 docs: Add comprehensive summary and documentation for "Project Void" game prototype, detailing all assets and systems
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 19:28:06 +00:00
040db37720 Add UI Overrides and Weapons Index documentation for Project Void
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 18:32:39 +00:00
c515920eea refactor: remove clean slate refactor checklist and update documentation structure
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 18:32:00 +00:00
5b7d652505 docs: Remove outdated audit request and blueprint summary documentation
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 18:29:15 +00:00
bcbfcdf167 docs: Update C++ integration guide and blueprint specifications for various systems, adding detailed setup instructions and clarifying implementation statuses
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 17:56:35 +00:00
0852386168 docs: Add detailed item examples for Keycard, MedKit, and Pistol, including step-by-step setup instructions
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 17:45:52 +00:00
44aca98885 docs: Update item pickup setup instructions and add game examples for Blueprint walkthroughs
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 17:08:50 +00:00
7e876e4f0c docs: Update BP_ItemPickup setup instructions and correct C++ references
admin pushed to main at admin/UE5-Modular-Game-Framework 2026-05-21 15:41:52 +00:00
ccd1872e59 Update documentation for player, inventory, and weapon systems