Skip to content

Releases: VeryGoodOpenSource/flame_behaviors

flame_steering_behaviors-v0.2.0

04 Sep 07:37
9dcdae6
Compare
Choose a tag to compare
  • chore: tighten dependencies (#64, #67, #71)

flame_behaviors-v1.2.0

28 Aug 09:28
80f2281
Compare
Choose a tag to compare
  • chore: tighten dependencies (#64)
  • feat: Flame 1.19 support (#69)

flame_behaviors-v1.1.0

11 Jan 10:16
e8a4b5e
Compare
Choose a tag to compare

Features

  • add priority and key to the constructor (#57) (cc6cb4a)

flame_steering_behaviors-v0.1.0

21 Dec 17:17
d02c7fa
Compare
Choose a tag to compare
Pre-release
  • initial release

flame_behaviors-v1.0.0

18 Oct 14:01
f214b24
Compare
Choose a tag to compare

Breaking Changes

Bug Fixes

  • make PropagatingCollisionBehavior more open (#42) (4ae0553)

flame_behaviors-v0.2.0

24 Jan 19:24
3d19363
Compare
Choose a tag to compare

Features

Breaking Changes

  • make the entity into a generic component (#34)(d09964)
  • update flame dependency to v1.6.0 (#35)(867d7a)

v0.1.1

20 Jun 20:10
5f5f8cd
Compare
Choose a tag to compare

Bug Fixes

  • PropagatingCollisionBehavior should also work for non entity components (#20) (ca5fc6c)

v0.1.0

13 Jun 21:15
64276fe
Compare
Choose a tag to compare

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

13 May 04:52
ca3cc6f
Compare
Choose a tag to compare
v0.0.1-dev.1 Pre-release
Pre-release
  • chore: initial project creation