Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BuildTheEarth/BuildTeamTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BuildTheEarth/BuildTeamTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: improveNavigator
Choose a head ref
  • 4 commits
  • 20 files changed
  • 1 contributor

Commits on Jul 13, 2025

  1. Configuration menu
    Copy the full SHA
    15da238 View commit details
    Browse the repository at this point in the history
  2. build: 👷📝 update canvas & add myself as a contributor + update readme

    The canvas lib update was required to fix a menu bug, where sometimes the listener wasn't working.
    In the plugin.yml PlotSystem-Terra was added as a soft-depend, so our detection can reliabel work. Added myself as an author. Updated the Readme to reflect the current state.
    Zoriot committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    9c63c46 View commit details
    Browse the repository at this point in the history
  3. fix(network): 🐛 change from nominatim to photon api for osm data

    It's only a short-term solution. Long term we should use smt local because of speed & rate limits.
    Nominatim just blocked my server :c.
    Zoriot committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    6c85810 View commit details
    Browse the repository at this point in the history
  4. feat(navigation): ♻️ refactor config access and add player transfer h…

    …andling
    
    - Improved the CountrySelectorMenu for better usability and performance
    - Enhanced click handlers for countries:
      - Connected build teams allow direct player transfer to server
      - Optimized IP and port extraction using indexOf and substring
      - Added appropriate messages for missing connections or IPs
    - Improved area number formatting with dot notation for thousands separators
    - Added debug logging to track clicks and menu actions
    - Adjusted menu masking for consistent layout
    
    These changes improve navigation flow, visual clarity, and system stability
    while providing a better player experience when exploring different regions.
    Zoriot committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    0f4b106 View commit details
    Browse the repository at this point in the history
Loading