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

Merge current dev into 0.56.x to create 0.56.2 #1714

Merged
merged 47 commits into from
Sep 16, 2023
Merged

Merge current dev into 0.56.x to create 0.56.2 #1714

merged 47 commits into from
Sep 16, 2023

Commits on Mar 24, 2023

  1. updated README & links

    toomanybrians committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    35e94a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    a7df950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8894eff View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    07a892c View commit details
    Browse the repository at this point in the history
  2. add speedometers

    cobra18t authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8faad1d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    7c1681c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac82eb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge pull request #1695 from missionpinball/floor-division-in-dynami…

    …c-values
    
    feat: Floor division support in dynamic values
    toomanybrians authored May 18, 2023
    Configuration menu
    Copy the full SHA
    b516a97 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Add Player Vars to High Score Mode

    This updates the high_score.py file to pass through both the player_num and the category of the award.  This is pushed through a new unique event (to prevent breaking existing games). The high_score.yaml file is updated as well to show how to use these new features to create a new specific slide for the awards where player and machine variables should be shown.
    atummons committed May 19, 2023
    Configuration menu
    Copy the full SHA
    712b617 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Merge pull request #1696 from atummons/high_score_mode_player_vars

    Add Player Vars to High Score Mode
    toomanybrians authored May 21, 2023
    Configuration menu
    Copy the full SHA
    af9778a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    b28de8f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Save High Score Variables in high_scores.yaml

    This extends the high score mode to allow the user to define vars that they want to be saved along with the initials and title of the high score that is achieved.  The user can define any number of player or machine vars that should be saved along with the files.  These are written into the high_scores.yaml file as a third tuple.  The code parses the list and for those with two elements (no vars) or three elements (with vars) it will create the machine variables so that it can be used on attract mode, etc.  Then it will save to the file and update the machine vars after the game ends.
    atummons committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3cc761b View commit details
    Browse the repository at this point in the history
  2. Fix Items From SonarCloud

    atummons committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e06802b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Merge pull request #1699 from atummons/high_score_vars

    Save High Score Variables in high_scores.yaml
    toomanybrians authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    6133a14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1698 from worldpeace-germany/dev

    added documentation to have a fully working (simple) code example to …
    toomanybrians authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a969c95 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    d279bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5dae73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df001d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5cf0ea View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    9cdb7dd View commit details
    Browse the repository at this point in the history
  2. Revert "allow outline in text widgets"

    This reverts commit 9cdb7dd.
    ericselkpc committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    9203872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    465d3c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    588656e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    755fda2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1692 from cobra18t/dev

    Enable Speedometer Devices
    cobra18t authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0efcfd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94b16c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb7891c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc39edd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    a174df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1c3ff7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge pull request #1702 from cobra18t/dev

    Enable dynamic speed in show_player and post elapsed time for a sequence_shot completion
    toomanybrians authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5f06c19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1701 from ericselk2018/outline-text-4

    Allow outline in text widgets
    toomanybrians authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    92d6abc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1700 from ericselk2018/dev

    add support for using * tag to return all devices
    toomanybrians authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6ee8e4b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Fix Format of Values Saved to Data/High_score

    When saving vars to the high_score file, they were saved as variabletype . variablename, but needs to be variabletype _ variablename.  Otherwise the attract mode can't render that variable on the screen as a placeholder, it just shows the name.  OOPS!
    atummons authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    b89d00d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1704 from atummons/high_score_variable_update

    Fix Format of Values Saved to Data/High_score
    toomanybrians authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9f90c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    561a456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6f3d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    fac05a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1706 from atummons/pinproc_39

    Adds pinproc files for Python 3.9
    toomanybrians authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    860a8bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1707 from atummons/highscoretests

    Missed updates on test files with previous PR.
    toomanybrians authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    acc5cb5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1708 from avanwinkle/bugfix-settings-machine-vars…

    …-persist
    
    Bugfix settings machine vars not persisting on subsequent data writes
    toomanybrians authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    80b3a9b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    37ae79e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge pull request #1709 from avanwinkle/bugfix-settings-machine-vars…

    …-persist
    
    Fix tests from #1708 machine variable persistence
    avanwinkle authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f8251e2 View commit details
    Browse the repository at this point in the history
  2. Removes pinproc files for 3.5 and 3.6 as they are no longer supported…

    …. Adds future proofing for 3.10 and 3.11. When MFP 0.57 rolls out we can remove the files for 3.7. In November, the project is ready to go and build to add support for 3.12.
    atummons committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f03d227 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1710 from atummons/pinproc_future

    Adds Pinproc Files for 3.10 and 3.11 and Cleanup Old Files
    toomanybrians authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e5b1a3a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    c6902d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request #1711 from avanwinkle/production-bundle-mc-machine…

    …-path
    
    Support machine_path arg in MC production builds
    avanwinkle authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f1fdc97 View commit details
    Browse the repository at this point in the history