-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: post update, check if entity exists
- Loading branch information
Showing
3 changed files
with
287 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# Changelog | ||
|
||
## TODO | ||
- interrupts (recursive cleanup) | ||
- single post_update system for a tree | ||
- all cleanups etc in a single system | ||
|
||
## main | ||
- private action inners | ||
|
||
## `0.1.32` - 17/10/2023 | ||
- trees | ||
- props | ||
- actions | ||
|
||
## `0.1.31` - 18/09/2023 | ||
- initial release | ||
# Changelog | ||
|
||
## TODO | ||
- recursive queries | ||
- all timers, cleanups etc in single pre and post systems per tree | ||
- interrupts (recursive cleanup) | ||
- requires apply_deferred before post tree | ||
- expose first & final sets, single parent set? | ||
- investigate closer bevy integration | ||
- new ui format: bsn | ||
- bevy entity relations: aery | ||
|
||
## main | ||
- private action inners | ||
|
||
## `0.1.32` - 17/10/2023 | ||
- trees | ||
- props | ||
- actions | ||
|
||
## `0.1.31` - 18/09/2023 | ||
- initial release | ||
- agent/choice architecture |
Oops, something went wrong.