diff options
author | Simon Howard | 2006-12-22 15:22:40 +0000 |
---|---|---|
committer | Simon Howard | 2006-12-22 15:22:40 +0000 |
commit | 4df4383d18115a25c13c4d132de01428330b5a5d (patch) | |
tree | df733516400040744860c30079e0475dd865e347 /NEWS | |
parent | eaa92320c8b89b41bfc3c296f1a23ec74fe2abc0 (diff) | |
download | chocolate-doom-4df4383d18115a25c13c4d132de01428330b5a5d.tar.gz chocolate-doom-4df4383d18115a25c13c4d132de01428330b5a5d.tar.bz2 chocolate-doom-4df4383d18115a25c13c4d132de01428330b5a5d.zip |
Add definitions for PATH and directory separators.
Allow multiple directories to be specified in DOOMWADDIR, in the same
way as PATH.
Make -iwad search through all search paths for the specified IWAD.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 799
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ * Autoadjusting the screen mode can now be disabled. * On Windows, the registry is queried to detect installed versions of Doom and automatically locate IWAD files. + * DOOMWADDIR can be used like PATH to specify multiple locations in + which to search for IWAD files. Also, '-iwad' is now enhanced, + so that eg. '-iwad doom.wad' will now search all IWAD search + paths for 'doom.wad'. Portability improvements: * Chocolate Doom now compiles and runs cleanly on MacOS X. Huge |