systemshock icon indicating copy to clipboard operation
systemshock copied to clipboard

[Feature] Support for more resolutions

Open Interrupt opened this issue 7 years ago • 2 comments

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?

Interrupt avatar Nov 08 '18 17:11 Interrupt

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.

HunterZ avatar Mar 16 '19 05:03 HunterZ

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

Interrupt avatar Mar 20 '19 17:03 Interrupt