Game Development Community

GetResolutionList

by Howard Dortch · in Torque Game Engine · 07/08/2006 (8:18 am) · 0 replies

In Platformvideo.cc about line 614 I find this line of code:

if (mResolutionList[i].w > 1152 || mResolutionList[i].h > 864)

Is there any reason the window mode is restricted to this 1152 x 864 ?
Users with 1280 x 1024 want full window mode.

And while we are on the subject why can't a window be opened at the resolution of the display?
People with 1024 x 768 can only get 800 x 600 resolution. That an openGL thing?