Skip to content

Releases: andrew-gresyk/HFSM2

2.7.1

27 May 17:36
1004a81
Compare
Choose a tag to compare

fixed large (256+ states) FSMs

2.7.0

16 Apr 22:43
68e06f0
Compare
Choose a tag to compare
  • fixed hierarchical plans
  • removed #pragma packs
  • LoggerInterface::recordTaskStatus() and ::recordPlanStatus() take StateID region instead of RegionID
  • State::exitGuard() called in reverse order throughout the hierarchy

2.6.1

19 Mar 10:35
Compare
Choose a tag to compare

Bumping version number for vcpkg release

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