-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1 addition
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,4 @@ | ||
- [ ] Active actions should have states and allow us to set them as Success/Failure/Executing accordingly | ||
- Is this really needed? | ||
- Open issue once public and ask for use cases that couldn't be solved without it | ||
- [ ] Examples should have clear use cases we want to show off | ||
|
||
--- Sort out the traits naming drama | ||
|
||
~ActionBuilder~ | ||
ActionComponent | ||
~ActionTrait~ | ||
|
||
DatumComponent | ||
EnumDatum | ||
|
||
GoalTrait | ||
MutatorTrait | ||
Precondition | ||
|
||
// Internal mostly | ||
InserterComponent | ||
|
||
|
||
|
||
InserterComponent is really something we use to have our Datum inside of Bevy ECS, and syncing | ||
the data from those to the LocalState of our planner | ||
|
||
Should come up with a better name. | ||
|
||
|
||
|
||
|
||
|
||
Why is there three action traits, ActionBuilder, ActionComponent and ActionTrait? | ||
|
||
|
||
ActionTrait should just be impl directly on Action, need to replace some stuff | ||
|
||
First replace cost [X] | ||
|
||
We need to figure out how to get rid of as much code as we humanly could. | ||
- [ ] Examples should have clear use cases we want to show off |
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.