Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • airshipper airshipper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VelorenVeloren
  • airshipperairshipper
  • Merge requests
  • !21

Added new settings pane with WGPU_BACKEND, RUST_LOG and server selection...

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ben Wallis requested to merge xvar/settings-pane into master Aug 28, 2021
  • Overview 13
  • Commits 3
  • Pipelines 3
  • Changes 15
  • Added new settings pane with the following items:
    • Graphics Mode: Sets WGPU_BACKEND environment variable to allow setting WGPU backend used by voxygen,
    • Log Level: Sets RUST_LOG to allow setting the voxygen log level.
    • Server: Moved this from the main screen into the settings dialog - allows setting the download location for the game files. This probably wants rolling into a more comprehensive implementation of multiple profiles since it doesn't allow for switching the server without re-downloading the game files each time as only the default profile is used.
    • Open Logs: Opens the voxygen logs directory using the system default application
  • Added a settings button to toggle the new settings pane
  • Updated iced to latest master which upgrades wgpu to 0.10.1.
  • Changed all colours in style.rs to use named constants to improve readability
  • Refactored internal use of verbosity command-line argument to use LogLevel instead

image

Closes https://github.com/veloren/Airshipper/issues/136 and https://github.com/veloren/Airshipper/issues/155

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: xvar/settings-pane