summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Howard2006-12-22 15:22:40 +0000
committerSimon Howard2006-12-22 15:22:40 +0000
commit4df4383d18115a25c13c4d132de01428330b5a5d (patch)
treedf733516400040744860c30079e0475dd865e347 /NEWS
parenteaa92320c8b89b41bfc3c296f1a23ec74fe2abc0 (diff)
downloadchocolate-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74a4f2f8..f89e1f57 100644
--- a/NEWS
+++ b/NEWS
@@ -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