svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
239 stars 49 forks source link

Make mode setting work without restart #50

Closed Harvie closed 7 years ago

Harvie commented 7 years ago

It would be pretty nice to have fullscreen mode. Idealy with some shortcut to switch it on and off during gameplay...

pinkwah commented 7 years ago

There is a fullscreen mode already.

Harvie commented 7 years ago

But when i switch to some other window (eg. alt+tab) it stays windowed even after i switch back and there's no way to switch it back to fullscreen without restarting game.

Why i need to restart game to enable fullscreen, but i don't need restart game to disable it?

pinkwah commented 7 years ago

Yeah, it's a problem that was not fixed mainly because the Menu system is a pain to work with. (Need it for the "Do you want to keep your settings?" screen)

Which version are you on and on which operating system?

Harvie commented 7 years ago

ArchLinux, doom64ex-git r245.e89de24-1 (built two days ago from git)

pinkwah commented 7 years ago

The video mode is now set immediately when exiting the menu. It's also possible to switch between windowed and fullscreen with Right Alt + Enter. It's not very nice, but it'll do until the menu code is rewritten.

Thanks for the bug report. If you have any problems feel free to reopen this issue.