summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/VidDlg.cpp
AgeCommit message (Collapse)Author
2024-03-12Legal notices updatedAki
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc.
2024-03-08Fixed a problem where switching into fullscreen mode would not set chosen ↵Aki
resolution
2024-03-06You can now select resolution without accepting full screen mode firstAki
2024-03-02You can now toggle Full Screen in Video settingsAki
Full screen setting is preserved after game is restarted. Switching in and out of full screen repetitively causes some mode inconsistencies, but this should be enough for now. You can still force window mode with -win CLI option.
2024-03-01Removed useless MachineInfo queriesAki
One questionable leftover is the Windows version check
2022-04-13Removed unused includes of DataLoaderAki
2022-04-10Requested texture size is now managed by Video and Video SettingsAki
2022-04-01Moved Stars45 to StarsExAki