Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport MPF 0.80 Updates to (dev) 0.57 #1848

Merged
merged 6 commits into from
Oct 29, 2024
Merged

Backport MPF 0.80 Updates to (dev) 0.57 #1848

merged 6 commits into from
Oct 29, 2024

Conversation

avanwinkle
Copy link
Collaborator

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.

get it!

Copy link

@avanwinkle avanwinkle merged commit 811bb24 into dev Oct 29, 2024
29 checks passed
@avanwinkle avanwinkle deleted the 080-backport-dev branch October 29, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant