Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Adjust for Behaviors#89 #57

Merged
merged 3 commits into from
Jan 21, 2022
Merged

Conversation

skaldarnar
Copy link
Member

@skaldarnar skaldarnar commented Jan 13, 2022

Adjust for Terasology/Behaviors#89

A few components and systems have changed due to the switch from Pathfinding to FlexiblePathfinding.

This PR adjusts the breaking pieces of code to the best of my knowledge. Typical changes for this migration are:

  • MinionMoveComponent#target is now a Vector3i and no longer a Vector3f (fixed by rounding)
  • MinionMoveComponent#type was removed (no longer required, just remove references)

A few components and systems have changed due to the switch from Pathfinding to FlexiblePathfinding.

This PR adjusts the breaking pieces of code to the best of my knowledge. Typical changes for this migration are:

- `MinionMoveComponent#target` is now a `Vector3i` and no longer a `Vector3f` (fixed by rounding)
- `MinionMoveComponent#type` was removed (no longer required, just remove references)
@jdrueckert jdrueckert merged commit 2313a97 into develop Jan 21, 2022
@jdrueckert jdrueckert deleted the refactor/behaviors-89 branch January 21, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants