pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doomlegacy-devel: Update to SVN commit 1647
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Feb 6 12:32:20 2023 +0100
Changeset: 7ab1f645948f0f46cdc04235e9f196d4bf8dd891
Modified Files:
doomlegacy-devel/Makefile
doomlegacy-devel/TODO
Log Message:
doomlegacy-devel: Update to SVN commit 1647
- commit revision 1647
In Lost Civilization Map04, the arch texture ARC1ABRN was rendered
with black holes. The wad uses it on a wall and as a masked texture,
next to each other.
The use on a wall had texture generation using the TM_picture
format.
To fix this, gave the masked texture draw the same capability to
generate an extra texture_render holding a TD_2s_ready texture.
- commit revision 1646
Fix to Bug 687.
In Pagodia.wad, Map06, the hanging vine texture had visual artifacts.
(AUR008, texture #624, lump 132961).
Due to some of the columns being totally empty, some
of the columns of the generated texture had the 0xFF termination,
in the wrong place.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7ab1f645948f0f46cdc04235e9f196d4bf8dd891
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 | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index a0bbd93672..aad22a6821 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
VERS= 1.48.12
#PKGNAME= doomlegacy-${VERS}
-SVNVERS= 1645
+SVNVERS= 1647
DISTNAME= doomlegacy-devel-0r${SVNVERS}
CATEGORIES= games
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index b8387400cc..48891feb73 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -1,8 +1,9 @@
Part 24: Middle-texture rendering
=================================
-[ ] Some middle-textures are rendered wrong in Pagodia
+[X] Some middle-textures are rendered wrong in Pagodia
=> Reported upstream in ticket #687
+ => Fixed with SVN revision 1647
Part 25: Add UMAPINFO support
Home |
Main Index |
Thread Index |
Old Index