pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doomlegacy-devel: Update to SVN revision 1628
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Aug 15 16:24:08 2022 +0200
Changeset: 56f2678607f15ff3ea17a223821ac2e160d15b51
Modified Files:
doomlegacy-devel/Makefile
Log Message:
doomlegacy-devel: Update to SVN revision 1628
- commit revision 1628
VISPLANE_DYNAMIC_COVER
Replace arrays of [MAXVIDWIDTH] in visplane with dynamically
allocated array of [vid.width].
This reduces each visplane from 6464 bytes to 3268 bytes.
Give better locality of reference.
This will allow MAXVIDWIDTH to be increased, to allow larger screen
sizes.
- commit revision 1627
Remove extraneous texture step statements from Fuzz draw routines.
Remove extraneous height step calculations from Fog render routine.
- commit revision 1626
Misc. changes.
Standardize the usage of structs.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=56f2678607f15ff3ea17a223821ac2e160d15b51
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 da0e0add7a..6ef27dc8d6 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
VERS= 1.48.10
#PKGNAME= doomlegacy-${VERS}
-SVNVERS= 1625
+SVNVERS= 1628
DISTNAME= doomlegacy-devel-0r${SVNVERS}
CATEGORIES= games
Home |
Main Index |
Thread Index |
Old Index