yquake2remaster/src/backends
Yamagi Burmeister 4d299e26d7 Don't write stdout.txt and stderr.txt when portable.
To be able to test if the game is running portable all checks of the
portable cvar must be done after Cvar_Init(). Instead of redirecting
stdout and stderr as early as possible, delay the redirection right
after Cvar_Init(). After this change the printf() in WinMain() aren't
printed into stdout.txt, but I guess that it isn't a big problem. All
interessting stuff like the search pathes is still there.

Rename fs_portable to portable. It's no longer filesystem specific.
2017-03-13 16:24:26 +01:00
..
generic Remove last remnant of multitexturing. 2016-12-18 09:48:06 +01:00
sdl Ensure that all keys are marked up when playing cinematics 2016-11-08 17:37:24 +01:00
unix Don't write stdout.txt and stderr.txt when portable. 2017-03-13 16:24:26 +01:00
windows Don't write stdout.txt and stderr.txt when portable. 2017-03-13 16:24:26 +01:00