pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1667



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 26 13:33:17 2024 +0100
Changeset:	d8a334a7f42f5a404d7c175a494da6a5e28d5b22

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

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

- commit revision 1667
  Bug 0692.
  The viewfit control was not drawing flats at the exact same scale as
  everything else, when using viewfit = FIT_HEIGHT.
  The aspectf_x value was different in this case.
  Had been noticed that aspectf_x had the same value as projection_y,
  when the aspect ratio was correct.
  Changed the ytable calc to use projection_y, and this fixed the problem.
  This was the only use of aspectf_x.
  Note: testing using 1280x800 is misleading, as while that looks like an
  extreme wide screen, it is also the exact same ratio as the original
  320x200.
  Because of that, it happens to hide defects in calculating the scaling.
  It is one of the screen choices that has no difference in all the
  viewfit settings.

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

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     | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index cba952a31f..0fc80370d3 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.14
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1666
+SVNVERS=	1667
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index 4d732ddb77..06d80a1926 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -10,11 +10,12 @@ Part 27: Some bossactions are not Vanilla-compatible
     Proposed patch may break existing WAD files.
 
 
-Part 28: Some bossactions are not Vanilla-compatible
-====================================================
-[X] Flats are rendered wrong for some viewfit settings
-    => Reported upstream in bug ticket #692
+Part 28: Viewfit setting "Fit_Height" does not work correctly
+=============================================================
+[X] Flats are rendered wrong
     Setting "Fit_Width" and "Stretch" are not affected.
+    => Reported upstream in bug ticket #692
+    =>�Fixed�with�SVN�revision�1667
 
 
 EOF


Home | Main Index | Thread Index | Old Index