pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1608



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Dec 13 18:34:54 2021 +0100
Changeset:	c100a5e32d907effc8d05466cf86e36ff3e96a2d

Modified Files:
	doomlegacy-devel/Makefile

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

*** w109_dehack_dog2
patchfile = w109_065_dehack_dog2
- commit revision 1604
Fix error in Thing valid range test.
Fix deh_thing_id values, which are +1 of MT_xxx values.

*** w109_draw_1s
patchfile = w109_066_draw_1s
- commit revision 1605
Some masked textures are used on 1s walls, in lost_civilization.
These were fixed in 1602, but if a blackened textures is encountered
first the software draw will get stuck with it when it should use the
masked texture.
This fixes the Generate texture post detect to indicate 1s or 2s draw
ability directly.

*** w109_dehack_dog3
patchfile = w109_067_dehack_dog3
- commit revision 1606
The previous dehack_dog patches only worked because they moved the
dehack thing numbers.  The code to adjust thing numbers was non-functional.
This patch creates a more comprehensive dehacked thing number
adjustment.

Created a command line parameter to force the adjustment of DEH thing
numbers.  It currently has four possible values.
-dehthing legacy
-dehthing boom
-dehthing prboom
-dehthing ee

*** w109_odd_width
patchfile = w109_068_odd_width
- commit revision 1607
Some textures in LostCiv have an odd texture, with a width that is not
a power of two.  Such odd textures cannot have their column number
masked.
Added modulo operations to tile such odd width textures.

*** w109_version 1.48.10
patchfile = w109_069_ver14810
Update to version 1.48.10, with docs.

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

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 3222ddb211..cc1bfc0df1 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.8
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1603
+SVNVERS=	1608
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 


Home | Main Index | Thread Index | Old Index