yquake2remaster/src
Yamagi Burmeister 6b13d77c36 Change the current working directory before writing save games.
We can't rely on the game.dll being unicode conformant. Work around
that by changing the current working directory before calling into
the game.dll, pass a non unicode string to it and chang back after
we return.
2018-02-05 18:00:28 +01:00
..
backends Change the current working directory before writing save games. 2018-02-05 18:00:28 +01:00
client Introduce a wrapper Q_fopen() and replace fopen() with it. 2018-02-05 07:43:26 +01:00
common Change the current working directory before writing save games. 2018-02-05 18:00:28 +01:00
game Introduce a wrapper Q_fopen() and replace fopen() with it. 2018-02-05 07:43:26 +01:00
server Change the current working directory before writing save games. 2018-02-05 18:00:28 +01:00
win-wrapper Convert the quake2.exe wrapper to a Windows GUI application. 2018-02-04 11:35:10 +01:00