-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advanced Resolution Mode controls (#335)
* Advanced Resolution Settings first working version with most features implemented. rendering code happens on this side and is interacted with through CVars controlled by a UI element in SoH. * tidying up * Update CMakeLists.txt * Corrected filenames and namespace * Enforce clamp on resolution values to prevent the renderer from crashing * Apply suggestions from code review * Update AdvancedResolution.cpp with suggestions from code review * Update Gui.cpp * Consolidate AdvancedResolution into Gui Please give me or Kenix feedback on this decision. * Apply suggestions from code review * Consistent capitalisation on CVars * Grouped one more CVar with the others CVar "gAdvancedResolutionMode" now grouped as "gAdvancedResolution.Enabled" * Fixing a mistake in the last commit. Missed one!
- Loading branch information
1 parent
0a57812
commit 3f3f29f
Showing
2 changed files
with
87 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters