ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.6k stars 598 forks source link

[GoldSrc Beta] 4:3 resolutions are visible in Widscreen filter #643

Closed Gr1mRe4pEr closed 11 years ago

Gr1mRe4pEr commented 11 years ago

Got another one for you.

The two resolutions 720x480 and 720x576 are in the widescreen filter list and should be in the normal list. Easily repeatable with 48/1.1.2.7/Stdio 5969. These resolutions have an incorrect aspect on a widescreen monitor.

On a side note, is it possible to correct the aspect ratio of normal resolutions on widescreen monitors (black bars each side) without the -nofbo or "low graphics" options? Stretching is usually controlled by the monitors own size settings.

Great work with the updates so far.

alfred-valve commented 11 years ago

720/480 = 1.5 , 1.3333 is 4:3 , so that resolution isn't normal. Same with 720/576, that is 1.25 . I guess the issue is what does normal vs. widescreen mean, given that I wanted to allow all the options your setup will support I went for filtering that meant normal is always only 4:3 and everything else is in the widescreen bucket.

alfred-valve commented 11 years ago

62 is tracking the black bars on widescreen res's request.

Gr1mRe4pEr commented 11 years ago

Well, I guess that makes sense keeping it out of the Normal section then, thanks for the info. Also #62 would resolve the problem anyway, as the black bars would be there and the aspect would be correct.