pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN commit 1639



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Nov 18 11:31:58 2022 +0100
Changeset:	a1170d463e09cf0c4549a48a11b52d31e65513e1

Modified Files:
	doomlegacy-devel/Makefile

Log Message:
doomlegacy-devel: Update to SVN commit 1639

- commit revision 1639
  Fix zip seek error in cyberarena3.zip.
  When opening an archive, and have a zip file open, must
  close the zip file, or its position will be different
  than what is recorded in position_z.

- commit revision 1638
  Mitigate a segfault in cyberarena3.zip, that was not reproducible.
  Protect against NULL line ptr in some light functions.

  Optimize some transparent texture handling.

- commit revision 1637
  Add const to some parameters of the maputl functions, like in PrBoom.
  Some of the maptutl functions, were expanded out from the PrBoom versions
  using variables and XOR, to the point that they are inefficient.
  Eliminated some indirect inversions, XOR, and variables, to be more efficient.
  Trying to share a common return was not saving code size.  In this case,
  an IF done immediately is more efficient than a couple XOR, and an IF
  done later.
  Made the code smaller by 16 bytes.
  Added a remalloc failure test.

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

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 90782a02c2..b95d8d1da3 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.10
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1636
+SVNVERS=	1639
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 


Home | Main Index | Thread Index | Old Index