pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1601



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Nov 12 11:57:11 2021 +0100
Changeset:	8e28bdf778c1988bc30b494630141288d0144775

Modified Files:
	doomlegacy-devel/Makefile
	doomlegacy-devel/TODO

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

*** w109_dogs
patchfile = w109_061_dogs
- commit revision 1600
The extra dogs, enabled in menu, were using the MT code
instead of the doomed code to spawn them.
Fixed the spawning by changing Spawn_Mapthing to allow
MT codes to be specified.
Fixes bug 0681.

*** w109_sprite
patchfile = w109_062_sprite
- commit revision 1601
Often the dog sprite is missing from the wad.
Some of the tests for missing sprites is only enabled during DEBUG.
Include these tests for normal compile too.

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

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

diffstat:
 doomlegacy-devel/Makefile | 2 +-
 doomlegacy-devel/TODO     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index d3ec8bc3bb..401005eb75 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.8
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1599
+SVNVERS=	1601
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index b2d73327ad..93f6f4f0ee 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -78,6 +78,8 @@ If helper dogs are configured, they are not spawned. Error message:
 
 [X] Created upstream bug report #681
 
+Fixed in SVN revision 1600.
+
 
 Part 22: MBF dogs broken B
 ==========================


Home | Main Index | Thread Index | Old Index