DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Add 1920x1080 resolution supoort #439

Open jopadan opened 2 weeks ago

jopadan commented 2 weeks ago

Pull Request Type

Description

Add 1920x1080 resolution support affecting #205

Checklist

Additional Comments

JeodC commented 2 weeks ago

Adding widescreen resolutions into the game settings should come with handling the aspect ratio as well. It's a bit more than just adding resolutions to the list--which, if you do, you risk that list overflowing and rendering oddly.

For now you should be using the commandline arguments -width 1920 -height 1080 -aspect 1.78