Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

LNX-69 Add bear #14

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

LNX-69 Add bear #14

wants to merge 10 commits into from

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    f0c5439 View commit details
    Browse the repository at this point in the history
  2. Implement new state machine, add bear state machine

    StateMachine from transitions is overly complicated, and hard to
    integrate into the code.
    Add simple state machine to solve this problem.
    Remove external dependency.
    alpinus4 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    626bf29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc82bf2 View commit details
    Browse the repository at this point in the history
  4. Add add_transition() method to state machine

    Now state machine iterates over transitions for current state, and picks
    first matching
    alpinus4 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    53fb25a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d65fb67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38ee080 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7311e8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a1348f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    293c3dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6405499 View commit details
    Browse the repository at this point in the history