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

Simplify entity mapping for prediction/replication #20

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

cBournhonesque
Copy link
Owner

  • Entity mapping for prediction/replication was done in the replication stage; this introduced unnecessary coupling between replication and prediction/interpolation
  • the current approach to deal with entity hierarchies was complicated (creating a graph of dependencies) and could not handle hierarchies. The new approach is much simpler: simply handle spawns for all entities in a group before anything else.

@cBournhonesque cBournhonesque merged commit e1f3b5b into main Dec 21, 2023
4 checks passed
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