Tags: InvadingOctopus/octopuskit
Tags
Merge branch 'develop' of https://github.com/InvadingOctopus/octopuskit… … into develop
Rename removeComponents to removeAllComponents To explicitly clarify that all components will be removed.
Check component flags in turn cycle Check OKTurnBasedComponent.disallowBeginTurn, disallowUpdateTurn and disallowEndTurn
Update documentation - Overhaul the description and usage examples for core objects
Overhaul ECS core - Fix infinite recursion bug where RelayComponent.target and GKEntity.node called each other if RelayComponent was initialized with sceneComponentType - Fix and improve GKEntity.componentOrRelay(ofType:) - Ensure a direct component is always returned before a RelayComponent - Add @inlinable where applicable - Improve OctopusComponent.checkEntityForRequiredComponents() - Improve core ECS types - Add and improve tests - Add LOGECSVERBOSE conditional compilation flag - Add logs - Improve documentation and comments
PreviousNext