Backport MPF 0.80 Updates to (dev) 0.57 #1848
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR backports some improvements from the 0.80 branch into dev for release in MPF 0.57.
BCP Machine Vars and Settings
This PR fixes a bug where the machine variables were sent to a BCP client repeatedly, due to an iteration mistake. It also improves the schema for how settings are transported over BCP to better group them by setting type.
Attract Mode Carousel
This PR changes the default Attract mode to inherit from Carousel, enabling an attract carousel without the addition of a dedicated mode. Attract mode includes custom code for triggering a game start, so users can't simply extend Attract from Carousel without losing that functionality. With this PR, the default Attract mode handles both. If no carousel is provided in the
mode_settings:
, the carousel functionality is ignored.FAST Audio Board
This PR improves the serial handling and persistence of FAST Audio board volume levels by exposing them as machine variables.
Shot Group Events
This PR extends the shot_group hit event to include the shot that was hit, for better control of events triggered by shot group hits.