Skip to content

Releases: andrew-gresyk/HFSM2

Beta 5

03 Jun 00:41
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release
  • self-transition into a region yields State::reenter() rather than State::exit() + State::enter()
  • new method: LoggerInterfaceT<>::recordUtilityResolution()
  • Plan transition methods now mimic the ones from Root and Control's
  • renamed BareT<> to InjectionT<>

Beta 4

23 Apr 00:32
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release
  • added utility-theory-based transitions
  • fixed initial activation to match region sub-types

Beta 3

13 Apr 23:35
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release
  • added resumable variation of composite region

Beta 2

09 Apr 21:45
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release
  • optimized composite region sub-state search with BST instead of linear iteration
  • fixed several bugs in FSMs with no orthogonal regions in the hierarchy

Beta 1

26 Sep 22:39
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

Changes vs https://github.com/andrew-gresyk/HFSM:

  • better mapping from state names to state objects (at compile time)
  • added planning support