userAdam Woolridgecancel
branchrust_reboot/main/screen_settingscancel

29 Commits over 31 Days - 0.04cph!

5 Years Ago
Cap max fps limit to 240 not 200.
5 Years Ago
Cap max fps limit to 240 not 200.
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Added fps limit slider to screen settings UI. Made TweakUISlider also now work with delayed apply changes.
5 Years Ago
Added fps limit slider to screen settings UI. Made TweakUISlider also now work with delayed apply changes.
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Fullscreen exclusive, fullscreen borderless, windowed mode support/convars/ui.
5 Years Ago
Fullscreen exclusive, fullscreen borderless, windowed mode support/convars/ui.
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
bit more
5 Years Ago
some more cleanup
5 Years Ago
Detect the resolution used from the unity launcher and update the convar/UI with it.
5 Years Ago
Use the resolution and windowed mode setting of the Unity screen selector window if started with the -show-screen-selector flag.
5 Years Ago
merge from main
5 Years Ago
Client def'd some stuff. Grab the full list of resolutions.
5 Years Ago
Dirty/clean for apply button. Toggle button interaction.
5 Years Ago
some cleanup
5 Years Ago
Refactored and removed more duplicate code from across all TweakUI components
5 Years Ago
Started removing some duplicate code across all the TweakUI components. Added spacer between screen settings and apply button. Dropdown and toggle tweak UI components now support immediate change or apply changes. Screen settings apply button now works. Non applied changes are reset.
5 Years Ago
Added a base class to option tweak classes. wip Apply changes system and button.
5 Years Ago
prefab change, adding apply button UI to screen section
5 Years Ago
merge from main
5 Years Ago
Reversed the order resolutions appear in the selector so the left/right arrows make sense
5 Years Ago
Added console cmds for viewing/setting screen resolution, fullscreen mode in-game. Added vsync, fullscreen and resolution options to a new "Screen" options panel. (wip)