Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
803 stars 62 forks source link

[Feature] Support for more resolutions #269

Open Interrupt opened 5 years ago

Interrupt commented 5 years ago

As of PR https://github.com/Interrupt/systemshock/pull/162 being merged the game no longer has a limit on the max resolution that can be used. We should now then add support for more resolutions, either as a passed in command line parameter or even better by showing more options in the settings menu.

Maybe we need that list to be text based instead of button based to fit more options on the screen there?

HunterZ commented 5 years ago

It may also be nice if the game could render to the actual window resolution when in windowed mode, instead of to a virtual screen resolution.

Interrupt commented 5 years ago

Oh yeah, it would be cool to be able to hook into window resize events and just make the game that resolution.