aserebryakov / sdl_doom

SDL port of the linuxxdoom-1.10
10 stars 9 forks source link

Increase screen resolution #3

Open aserebryakov opened 11 years ago

aserebryakov commented 11 years ago

The current screen resolution is 320x200, that is quite low for modern PC.

It is needed to increase screen resolution.

aserebryakov commented 11 years ago

A new branch "sdl_doom_640x400" was created in order to increase screen resolution.

aserebryakov commented 11 years ago

In the commit 2e3d0f9eebd43c7488fa7de6f31341d00ef0291c the initial support of 640x400 resolution was implemented. There are several bugs present.

aserebryakov commented 11 years ago

In the commit 0132ac672103b539e4ec814283a338f663d8ba06 most of menus were placed on the center of the screen. Exception: Episode, Read this.

aserebryakov commented 11 years ago

In the revision e7b46d0697921f9da71a62e47943a376f22ca78d status bar position was fixed.