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

Feature: Allow client-side "game settings" menu gamemode/difficulty changes #4062

Merged
merged 12 commits into from
Sep 8, 2023

Commits on Aug 17, 2023

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

Commits on Aug 19, 2023

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

Commits on Aug 22, 2023

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

Commits on Aug 30, 2023

  1. Address review by Camotoy - no need to tell client about new difficul…

    …ty/default game mode
    
    Remove duplicate settings in SettingsUtils - otherwise, they clash with the new translator
    Prevent client Gamemode switching when personal Gamemode is "default"
    onebeastchris committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9d1d77f View commit details
    Browse the repository at this point in the history
  2. oops, not yet needed

    onebeastchris committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    91fa5d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Address review from Konica

    Fabric method to get servers default Gamemode
    onebeastchris committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5b7415b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d854f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    f952a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6077771 View commit details
    Browse the repository at this point in the history
  3. Use new EntityUtils.toBedrockGamemode() method to translate GameModes…

    …, optimize getting the default GameMode on Fabric
    onebeastchris committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6dc92fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2d6b74 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Add Konica's suggested change

    Co-authored-by: Konicai <[email protected]>
    onebeastchris and Konicai authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    311b0ae View commit details
    Browse the repository at this point in the history