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

Add custom map pool support for dedicated servers #21179

Merged
merged 3 commits into from
Nov 5, 2023

Commits on Oct 31, 2023

  1. Add Server.MapPool setting for dedicated servers.

    This takes a list of map UIDs which may be locally installed or hosted
    on the resource center. If any maps aren't found, startup will be
    delayed by up to 10 seconds while it attempts to query the resource
    center.
    pchote committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    993e395 View commit details
    Browse the repository at this point in the history
  2. Show the server map pool in the client map chooser.

    Maps that aren't installed are queried from the resource center.
    pchote committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ec61201 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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