Skip to content

Improve interactions between complex action sequences#793

Merged
WhiteMagic merged 11 commits into
developfrom
feature/condition-action-interaction
Jul 5, 2026
Merged

Improve interactions between complex action sequences#793
WhiteMagic merged 11 commits into
developfrom
feature/condition-action-interaction

Conversation

@WhiteMagic

Copy link
Copy Markdown
Owner

It was possible for actions relying on the finite state machine to enter into a condition where a transition was not valid for a given state. This was in most cases triggered by combining such an action with a condition action which would not forward "release events" when the condition no longer held. This is valid and the currently intended behavior. However, this can lead to dependant actions to be in an invalid state. To work around this the FSM and actions have been updated to handle such "invalid activations" gracefully.

@WhiteMagic WhiteMagic self-assigned this Jul 5, 2026
@WhiteMagic WhiteMagic added bug Issue is related to a bug. major-work Amount of work required for this task. labels Jul 5, 2026
@WhiteMagic WhiteMagic added this to the Release 15 milestone Jul 5, 2026
@WhiteMagic WhiteMagic moved this to Done in Joystick Gremlin Jul 5, 2026
@WhiteMagic WhiteMagic merged commit a8d64d6 into develop Jul 5, 2026
0 of 2 checks passed
@WhiteMagic WhiteMagic deleted the feature/condition-action-interaction branch July 5, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue is related to a bug. major-work Amount of work required for this task.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant