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

consolidate behavior actors into single service instance #88

Closed
ssube opened this issue May 29, 2021 · 0 comments
Closed

consolidate behavior actors into single service instance #88

ssube opened this issue May 29, 2021 · 0 comments
Assignees
Labels
scope/actor player input and AI system status/fixed issues that have been fixed and confirmed type/feature
Milestone

Comments

@ssube
Copy link
Owner

ssube commented May 29, 2021

The number of BehaviorActorService instances, and associated state-room/state-output listeners, increases with every actor in the world. Consolidate these into a single service serving all behavior actors, keeping a state stack (Map<Actor, Array<Command>>) for each to inform future/repeat behaviors.

@ssube ssube added status/new issues that have not been addressed yet type/feature scope/actor player input and AI system labels May 29, 2021
@ssube ssube added this to the v1.4 milestone May 29, 2021
@ssube ssube self-assigned this May 29, 2021
@ssube ssube added status/progress issues that are in progress and removed status/new issues that have not been addressed yet labels May 30, 2021
@ssube ssube added status/fixed issues that have been fixed and confirmed and removed status/progress issues that are in progress labels May 30, 2021
@ssube ssube closed this as completed in a759b6e May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/actor player input and AI system status/fixed issues that have been fixed and confirmed type/feature
Projects
None yet
Development

No branches or pull requests

1 participant