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

Uniformize Movements / Move actions #5

Open
jotak opened this issue Apr 8, 2013 · 1 comment
Open

Uniformize Movements / Move actions #5

jotak opened this issue Apr 8, 2013 · 1 comment
Assignees

Comments

@jotak
Copy link
Owner

jotak commented Apr 8, 2013

Currently move actions (GoTo, ErraticMove) just create Movement object and bind it to AI.
However we need to :

  • stop a movement when the action is stopped
  • starting a new movement (like for a new task) should cancel any previous move

Probably the Action should implement itself the Movement

@ghost ghost assigned jotak Apr 8, 2013
jotak added a commit that referenced this issue Apr 8, 2013
Still need to work on Action Vs. Movement (see issue #5)
@jotak
Copy link
Owner Author

jotak commented Apr 15, 2013

  • "GoTo" is now ok (neither a movement, not an action)
  • Still need to transform "ErraticMove" into an action
  • Interface "Movement" won't be used for now (maybe later for kind of "physical" movements)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant