Releases: VeryGoodOpenSource/flame_behaviors
Releases · VeryGoodOpenSource/flame_behaviors
flame_steering_behaviors-v0.2.0
flame_behaviors-v1.2.0
- chore: tighten dependencies (#64)
- feat: Flame 1.19 support (#69)
flame_behaviors-v1.1.0
Features
- add
priority
and key
to the constructor (#57) (cc6cb4a)
flame_steering_behaviors-v0.1.0
flame_behaviors-v1.0.0
Breaking Changes
Bug Fixes
- make
PropagatingCollisionBehavior
more open (#42) (4ae0553)
flame_behaviors-v0.2.0
Features
Breaking Changes
- make the entity into a generic component (#34)(d09964)
- update flame dependency to v1.6.0 (#35)(867d7a)
v0.1.1
Bug Fixes
PropagatingCollisionBehavior
should also work for non entity components (#20) (ca5fc6c)
v0.1.0
Bug Fixes
- entity behavior cache is never cleared (#10) (6751ae8)
- missing arguments on entity (#8) (e161daf)
Features
- add
hasBehavior
method (#11) (fb36bc6)
- add touch based behaviors (#7) (f7f3d35)
- initial
flame_behaviors
implementation (#2) (766ebe6)
- make the internal find behavior logic more clear on when it can find something (#12) (e778b00)
- proxy
debugMode
down to individual behaviors (#9) (eaab29f)
v0.0.1-dev.1
- chore: initial project creation