From 04f6f45fe3a20b2edc2fff2f0fbfa20ee54ad4df Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 10 Dec 2010 18:15:12 +0000 Subject: Fix typo (thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2204 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7ce747ec..ced00d3c 100644 --- a/NEWS +++ b/NEWS @@ -33,7 +33,8 @@ setting the TEXTSCREEN_FONT environment variable to "small" or "normal". * There is now a NOT-BUGS file included that lists some common - Vanilla Doom bugs/limitations that you might encounter. + Vanilla Doom bugs/limitations that you might encounter + (thanks to Sander van Dijk for feedback). Compatibility: * The -timer and -avg options now work the same as Vanilla when -- cgit v1.2.3 From 9caebe584ccb95239b2ed360d4bce3dffc5ecfea Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 10 Dec 2010 19:15:37 +0000 Subject: Add "warp" menu to the main menu of the setup tool, like Vanilla setup.exe (thanks Proteh). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2206 --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ced00d3c..467fd3e9 100644 --- a/NEWS +++ b/NEWS @@ -22,10 +22,12 @@ devices (ie. without a proper keyboard) much more practical. * There is now a key binding to change the multiplayer spy key (usually F12). - * There is now a configuration file parameter to set the OPL I/O - port, for cards that don't use port 0x388. + * The setup tool now has a "warp" button on the main menu, like * Up to 8 mouse buttons are now supported (including the mousewheel). + Vanilla setup.exe (thanks Proteh). + * There is now a configuration file parameter to set the OPL I/O + port, for cards that don't use port 0x388. * The Python scripts used for building Chocolate Doom now work with Python 3 (but also continue to work with Python 2) (thanks arin). -- cgit v1.2.3 From d82620a41d8b7655fddb6e4de8cd60be1adf79e6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 10 Dec 2010 20:53:23 +0000 Subject: Update NEWS. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2209 --- NEWS | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 467fd3e9..d9660f2f 100644 --- a/NEWS +++ b/NEWS @@ -23,17 +23,16 @@ * There is now a key binding to change the multiplayer spy key (usually F12). * The setup tool now has a "warp" button on the main menu, like + Vanilla setup.exe (thanks Proteh). * Up to 8 mouse buttons are now supported (including the mousewheel). - Vanilla setup.exe (thanks Proteh). + * A new command line parameter has been added (-solo-net) which + can be used to simulate being in a single player netgame. * There is now a configuration file parameter to set the OPL I/O port, for cards that don't use port 0x388. * The Python scripts used for building Chocolate Doom now work with Python 3 (but also continue to work with Python 2) (thanks arin). - * The font used for the textscreen library can be forced by - setting the TEXTSCREEN_FONT environment variable to "small" or - "normal". * There is now a NOT-BUGS file included that lists some common Vanilla Doom bugs/limitations that you might encounter (thanks to Sander van Dijk for feedback). @@ -73,6 +72,17 @@ * Screen borders no longer flash when running on widescreen monitors, if you choose a true-color screen mode (thanks exp(x)). + * The controller player in a netgame is the first player to join, + instead of just being someone who gets lucky. + + libtextscreen: + * The font used for the textscreen library can be forced by + setting the TEXTSCREEN_FONT environment variable to "small" or + "normal". + * Tables or scroll panes that don't contain any selectable widgets + are now themselves not selectable (thanks Proteh). + * The actions displayed at the bottom of windows are now laid out + in a more aesthetically pleasing way. 1.4.0 (2010-07-10): -- cgit v1.2.3 From c7b77349a83c70ce50acae28d1ed3606cdbb8ba9 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 10 Dec 2010 22:21:56 +0000 Subject: Remove "Error:" from the message displayed by I_Error, to match Vanilla. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2210 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d9660f2f..8ade803d 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,11 @@ * The HacX v1.2 IWAD file is now supported, and can be used standalone without the need for the Doom II IWAD (thanks atyth). + * The I_Error function doesn't display "Error:" before the error + message, matching the Vanilla behavior. "Error" has also been + removed from the title of the dialog box that appears on + Windows when this happens. This is desirable as not all such + messages are actually errors (thanks Proteh). Bugs fixed: * A workaround has been a bug in old versions of SDL_mixer -- cgit v1.2.3