pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doomlegacy-devel: Update to SVN revision 1603



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Nov 17 13:00:02 2021 +0100
Changeset:	064f84096a63a240c090d13d4617b6dafdf36d73

Modified Files:
	doomlegacy-devel/Makefile

Log Message:
doomlegacy-devel: Update to SVN revision 1603

Thing 140, in Valiant.wad dehacked, is changing the rocket smoke to
a monster.  When the rocket-launcher is fired, a monster immediately
appears and explodes the rocket.

The line has: Thing 140 (Avanc... (DOG SLOT)).
In Eternity Engine MT_DOG = 140, but in PrBoom MT_DOG = 138, but in
Legacy MT_DOG = 143.
Legacy savegames are dependent, as will be Legacy specific wads.
This cannot be fixed by moving the MT_DOG code.

For Thing numbers in the range 138..150, have added an additional
test of the dehacked text.
Have created a table of a characteristic words that might appear for each
of the thing numbers in this range.  If one of these words is found,
the thing number is changed to our MT code.
This fixes the rocket-launcher in Valiant.wad.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=064f84096a63a240c090d13d4617b6dafdf36d73

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doomlegacy-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 7576f3a9af..3222ddb211 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.8
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1602
+SVNVERS=	1603
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 


Home | Main Index | Thread Index | Old Index