pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1687.



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jun 21 10:32:12 2024 +0200
Changeset:	379a645127dc4fa866439688932b2703ff17dd3e

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

Log Message:
doomlegacy-devel: Update to SVN revision 1687.

- commit revision 1687
  Fixed one of the calls in R_PointToAngle, of SlopeDiv_64, which was
  still the much less accurate SlopeDiv.

- commit revision 1686
  Added a function to register a list of cv_ controls.
  Changed many register functions to register using list of cv_ controls.
  Moved some registers out of p_fab, to somewhere more appropriate.

- commit revision 1685
  I now have gcc12 (not a slackware install), and it has more nuisance
  warnings.
  Changes to make gcc12 quieter, but they do not fix anything in the
  program.
  Had to use a pragma just to tell gcc12 to shut up.

- commit revision 1684
  Update the savegame for MBF21 player fields.
  Update the savegame to handle Version 1.49 format savegame,
  which will be enabled when the version is 1.49.

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

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     | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 83ad742366..f1bda60fe8 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.14
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1683
+SVNVERS=	1687
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index 06d80a1926..a222727f00 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -18,4 +18,10 @@ Part 28: Viewfit setting "Fit_Height" does not work correctly
     =>�Fixed�with�SVN�revision�1667
 
 
+Part 29: Bossaction problem with enabled MBF21
+==============================================
+[ ] Ultimate Doom map E2M8 does not end after Cyberdemon was killed
+    => Reported in bug ticket  #693
+
+
 EOF


Home | Main Index | Thread Index | Old Index