Skip to content

Releases: andrew-gresyk/HFSM2

2.6.0

01 Feb 19:41
156af7c
Compare
Choose a tag to compare

No longer clear composite region's plan on exiting it to allow continuation of plan execution on resuming the region

2.5.2

10 Jan 07:58
22e3d1f
Compare
Choose a tag to compare
  • fixed a conflict between hfsm2::forward() and std::forward() when using std::variant

2.5.1

25 May 18:06
faa9a2b
Compare
Choose a tag to compare

Maintenance release

2.5.0

01 Jan 19:10
534a17a
Compare
Choose a tag to compare

Added reverse reaction order via hfsm2::Config::BottomUpReactions

2.4.0

26 Dec 14:39
c7ccd25
Compare
Choose a tag to compare
  • Added destroy<>()
  • switched msbuild workflow to the premake solution

2.3.3

20 Dec 23:31
d993031
Compare
Choose a tag to compare

internal maintenance update

2.3.2

25 Oct 16:21
92735e2
Compare
Choose a tag to compare
  • removed superfluous #include

2.3.1

22 Sep 20:13
d4a0666
Compare
Choose a tag to compare
  • fixed FullControlT<>::updatePlan()
  • renamed Status to TaskStatus

2.3.0

06 Jun 15:25
3d7f44a
Compare
Choose a tag to compare
  • reworked serialization

2.2.3

06 Feb 22:53
eba7650
Compare
Choose a tag to compare

fixed transition payload interface