foxygit / doom Log in
commit 0103f6b6e6f64e1c3c6fb636e201f6da2136f4ac
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Jan 24 19:26:12 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Jan 24 19:26:12 2008 +0000

    Update NEWS.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1017
---
 NEWS | 35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index c5d7094b..02e3cfca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,32 @@

+     * The video mode code has been radically restructured.  The video mode is
+       now chosen by directly specifying the mode to use; the scale factor is
+       then chosen to fit the screen.  This is helpful when using widescreen
+       monitors (thanks Linguica)
+     * MSVC build project files (thanks GhostlyDeath).
+     * Unix manpage improvements; the manpage now lists the environment
+       variables that Chocolate Doom uses.  Manpages have been added for
+       chocolate-setup and chocolate-server, from the versions for the Debian
+       Chocolate Doom package (thanks Jon Dowland).
+     * INSTALL file with installation instructions for installing Chocolate
+       Doom on Unix systems.
+
+    Compatibility:
+     * Use the same spechits compatibility value as PrBoom+, for consistency
+       (thanks Lemonzest).
+
     Bugs fixed:
-     * Desync with STRAIN demos and dehacked Misc values not being
-       set properly (thanks Lemonzest)
-     * Don't grab the mouse if the mouse is disabled via -nomouse
-       or use_mouse in the configuration file (thanks MikeRS).
-     * Don't center the mouse on startup if the mouse is disabled
-       (thanks Siggi).
-     * Reset the palette when the window is restored to clear
-       any screen corruption (thanks Catoptromancy).
+     * Desync with STRAIN demos and dehacked Misc values not being set
+       properly (thanks Lemonzest)
+     * Don't grab the mouse if the mouse is disabled via -nomouse or use_mouse
+       in the configuration file (thanks MikeRS).
+     * Don't center the mouse on startup if the mouse is disabled (thanks
+       Siggi).
+     * Reset the palette when the window is restored to clear any screen
+       corruption (thanks Catoptromancy).
+     * mus2mid.c should use MEM_SEEK_SET, not SEEK_SET (thanks Russell)
+     * Fast/Respawn options were not being exchanged when starting netgames
+       (thanks GhostlyDeath).

 1.0.0 (2007-12-10):