warfactoryracine/docs/02-systems
StillHammer f393b28d73 Migrate core engine interfaces to GroveEngine repository
Removed core engine infrastructure from warfactoryracine:
- Core interfaces: IEngine, IModule, IModuleSystem, IIO, ITaskScheduler, ICoordinationModule
- Configuration system: IDataTree, IDataNode, DataTreeFactory
- UI system: IUI, IUI_Enums, ImGuiUI (header + implementation)
- Resource management: Resource, ResourceRegistry, SerializationRegistry
- Serialization: ASerializable, ISerializable
- World generation: IWorldGenerationStep (replaced by IWorldGenerationPhase)

These components now live in the GroveEngine repository and are included
via CMake add_subdirectory(../GroveEngine) for reusability across projects.

warfactoryracine remains focused on game-specific logic and content.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 00:22:36 +08:00
..
CLIMATE_SIMULATION_SYSTEM.md Implement complete world generation system with geological simulation and resource distribution 2025-09-29 17:19:01 +08:00
economie-logistique.md Complete documentation cleanup and optimization 2025-09-23 16:03:53 +08:00
factory-architecture-post-player.md Major documentation restructure and cleanup 2025-09-23 13:22:09 +08:00
gameplay-industriel.md Major documentation restructure and cleanup 2025-09-23 13:22:09 +08:00
GEOLOGICAL_SIMULATION_SYSTEM.md Implement complete world generation system with geological simulation and resource distribution 2025-09-29 17:19:01 +08:00
HYBRID_SIZE_SYSTEM.md Add comprehensive IDataTree configuration system 2025-09-27 10:42:35 +08:00
map-system.md Major documentation restructure and cleanup 2025-09-23 13:22:09 +08:00
message-communication-system.md Add complete message communication system documentation 2025-10-17 11:42:39 +08:00
pathfinding-system.md Migrate core engine interfaces to GroveEngine repository 2025-10-28 00:22:36 +08:00
rendering-system.md Migrate core engine interfaces to GroveEngine repository 2025-10-28 00:22:36 +08:00
SIZE_CONSTRAINTS_GUIDE.md Add comprehensive IDataTree configuration system 2025-09-27 10:42:35 +08:00
systeme-militaire.md Major documentation restructure and cleanup 2025-09-23 13:22:09 +08:00