From 1ef81eb5f7c336972fe56f15285f389cafdc96f5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 14 Dec 2010 20:55:30 +0000 Subject: Check that an address is provided to the -query command line option (thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2221 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8ade803d..768ad7fd 100644 --- a/NEWS +++ b/NEWS @@ -79,6 +79,8 @@ exp(x)). * The controller player in a netgame is the first player to join, instead of just being someone who gets lucky. + * Check that an address is provided to the -query command line + option (thanks Sander van Dijk). libtextscreen: * The font used for the textscreen library can be forced by -- cgit v1.2.3 From 463bcf013ce355398974953508d232ac88a6b2d6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 18 Dec 2010 23:55:07 +0000 Subject: Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but also checks that extra options were provided on the command line (thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2223 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 768ad7fd..7a43dab0 100644 --- a/NEWS +++ b/NEWS @@ -79,8 +79,8 @@ exp(x)). * The controller player in a netgame is the first player to join, instead of just being someone who gets lucky. - * Check that an address is provided to the -query command line - option (thanks Sander van Dijk). + * Command line arguments that take an option now check that an + option is provided (thanks Sander van Dijk). libtextscreen: * The font used for the textscreen library can be forced by -- cgit v1.2.3 From 58b73530462fad1ab872ef5c60afbfcaaa08eff1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 19 Dec 2010 20:15:09 +0000 Subject: Change setup tool skill level names to match Doom's "new game" menu exactly (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2224 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7a43dab0..806eca31 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,8 @@ instead of just being someone who gets lucky. * Command line arguments that take an option now check that an option is provided (thanks Sander van Dijk). + * Skill level names in the setup tool are now written the same as + they are on the in-game "new game" menu (thanks AlexXav). libtextscreen: * The font used for the textscreen library can be forced by -- cgit v1.2.3 From c67b4c15dc32f9824951f37c9b1fa665b7d1307f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 25 Dec 2010 20:55:30 +0000 Subject: Remove the 32 character limit on the lengths of filenames specified to -record (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2225 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 806eca31..0b198e02 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,8 @@ option is provided (thanks Sander van Dijk). * Skill level names in the setup tool are now written the same as they are on the in-game "new game" menu (thanks AlexXav). + * There is no longer a limit on the lengths of filenames provided + to the -record command line parameter (thanks AlexXav). libtextscreen: * The font used for the textscreen library can be forced by -- cgit v1.2.3 From a8839cecaa12fc3d9afb2bad0863b7b97901bc4c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 25 Dec 2010 21:51:24 +0000 Subject: Pass through all command line arguments specified to the setup tool to the game, to match Vanilla behavior (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2227 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0b198e02..c3289f3c 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ 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). + * The setup tool now passes through all command line arguments + when launching the game (thanks AlexXav). Bugs fixed: * A workaround has been a bug in old versions of SDL_mixer -- cgit v1.2.3 From fc09dbdf6703e62146a74a164be475ba965d00ab Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 28 Dec 2010 16:43:41 +0000 Subject: Make demo loop handling of DEMO4 case depend on the executable version being emulated: the Vanilla versions did not have any conditional behavior based on gamemode/gamemission. This has the side effect of causing the game to exit with an error when playing with Final Doom, but this is Vanilla behavior. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2230 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c3289f3c..0dbdb06f 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,10 @@ messages are actually errors (thanks Proteh). * The setup tool now passes through all command line arguments when launching the game (thanks AlexXav). + * Demo loop behavior (ie. whether to play DEMO4) now depends on + the version being emulated. When playing Final Doom the game + will exit unexpectedly as it tries to play the fourth demo - + this is Vanilla behaviour (thanks AlexXav). Bugs fixed: * A workaround has been a bug in old versions of SDL_mixer -- cgit v1.2.3 From 4fc7b22ad09759474706012251161caef3970420 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 2 Jan 2011 02:49:20 +0000 Subject: Restore window title when changing video driver in setup tool (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2233 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0dbdb06f..d8221ead 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,8 @@ they are on the in-game "new game" menu (thanks AlexXav). * There is no longer a limit on the lengths of filenames provided to the -record command line parameter (thanks AlexXav). + * Window title is not lost in setup tool when changing video + driver (thanks AlexXav). libtextscreen: * The font used for the textscreen library can be forced by -- cgit v1.2.3 From b18d59086a504e54bba901037bd80908ed9a5acd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 2 Jan 2011 18:14:59 +0000 Subject: Update NEWS and ChangeLog, bump version number. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2235 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d8221ead..723c68e9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.5.0 (2010-??-??): +1.5.0 (2011-01-02): Big changes in this version: * The DOSbox OPL emulator (DBOPL) has been imported to replace -- cgit v1.2.3 From 5130b54658ab03f3fc18727615b529d6e241566c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 12 Jan 2011 23:22:20 +0000 Subject: Fix menu navigation when using joystick / joypad (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2237 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 723c68e9..c5a4cfaa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +1.6.0 (2011-??-??): + + Bugs fixed: + * Menu navigation when using joystick/joypad (thanks AlexXav). + 1.5.0 (2011-01-02): Big changes in this version: -- cgit v1.2.3 From ec169fd1c28b2ba3b6b6fc7e7123e9d27516dd5f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 13 Jan 2011 20:34:55 +0000 Subject: In configuration files, use the scan code for right shift, not left shift, to match Vanilla (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2238 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c5a4cfaa..56f71593 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ Bugs fixed: * Menu navigation when using joystick/joypad (thanks AlexXav). + * For configuration file value for shift keys, use scan code for + right shift, not left shift (thanks AlexXav). 1.5.0 (2011-01-02): -- cgit v1.2.3 From afb3bd1405e8c9543be4c1db529c9c8f84c6bd69 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 23 Jan 2011 21:42:09 +0000 Subject: Fix default joystick buttons in setup tool to match Vanilla (thanks twipley). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2239 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 56f71593..88ddd060 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ * Menu navigation when using joystick/joypad (thanks AlexXav). * For configuration file value for shift keys, use scan code for right shift, not left shift (thanks AlexXav). + * Default joystick buttons for the setup tool now match Vanilla + (thanks twipley). 1.5.0 (2011-01-02): -- cgit v1.2.3 From a366f68b2959282b22ab6f08569a253f0540745c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 5 Feb 2011 16:50:28 +0000 Subject: Fix bug with libtextscreen where it was not possible to type a '+' (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2249 --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 88ddd060..7e89584c 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,17 @@ 1.6.0 (2011-??-??): Bugs fixed: - * Menu navigation when using joystick/joypad (thanks AlexXav). + * Menu navigation when using joystick/joypad (thanks Alexandre + Xavier). * For configuration file value for shift keys, use scan code for right shift, not left shift (thanks AlexXav). * Default joystick buttons for the setup tool now match Vanilla (thanks twipley). + libtextscreen: + * It is now possible to type a '+' in input boxes (thanks + Alexandre Xavier). + 1.5.0 (2011-01-02): Big changes in this version: -- cgit v1.2.3