aether-shards/test
Matthew Mone f04905044d Implement EffectProcessor and related systems for enhanced game mechanics
Introduce the EffectProcessor class to manage game state changes through various effects, including damage, healing, and status application. Define type specifications for effects, conditions, and passive abilities in Effects.d.ts. Add a comprehensive JSON registry for passive skills and item effects, enhancing gameplay dynamics. Update the GameLoop and TurnSystem to integrate the EffectProcessor, ensuring proper handling of environmental hazards and passive effects during combat. Enhance testing coverage for the EffectProcessor and environmental interactions to validate functionality and performance.
2025-12-30 20:50:11 -08:00
..
core Implement EffectProcessor and related systems for enhanced game mechanics 2025-12-30 20:50:11 -08:00
factories Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
generation Add combat state management to GameLoop and GameStateManager. Implement updateCombatState method to manage turn queue and active unit status during combat. Integrate combat state updates in GameViewport for UI responsiveness. Enhance type definitions for combat-related structures. 2025-12-22 14:34:43 -08:00
grid Enhance procedural generation with new biome generators and texture support. Added CrystalSpiresGenerator, updated CaveGenerator and RuinGenerator with texture integration, and improved VoxelManager for better rendering. Increased timeout for texture generation tests to ensure stability in CI environments. 2025-12-18 21:19:22 -08:00
items Refactor build process to use index.js as entry point, enabling module splitting and outputting to dist directory. Introduce new game logic in index.js, including team builder and game viewport components. Add JSON class definitions for new character classes and implement item and skill tree systems. Enhance unit tests for item and explorer functionalities. 2025-12-19 08:38:22 -08:00
managers Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
models Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
systems Implement EffectProcessor and related systems for enhanced game mechanics 2025-12-30 20:50:11 -08:00
ui Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
units Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
utils Enhance procedural generation with new biome generators and texture support. Added CrystalSpiresGenerator, updated CaveGenerator and RuinGenerator with texture integration, and improved VoxelManager for better rendering. Increased timeout for texture generation tests to ensure stability in CI environments. 2025-12-18 21:19:22 -08:00