pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1705



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 10 11:53:30 2025 +0100
Changeset:	4e9cc0816734460c872e25134113e71766aa2d5d

Modified Files:
	doomlegacy-devel/Makefile
	doomlegacy-devel/TODO
	doomlegacy-devel/distinfo
Added Files:
	doomlegacy-devel/patches/patch-src_p__saveg.c

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

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

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                         | 17 +++++++++++++++--
 doomlegacy-devel/distinfo                     |  7 ++++---
 doomlegacy-devel/patches/patch-src_p__saveg.c | 19 +++++++++++++++++++
 4 files changed, 39 insertions(+), 6 deletions(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 37aea3e83f..cbacd227d7 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-VERS=		1.48.14
+VERS=		1.48.16
 #PKGNAME=	doomlegacy-${VERS}
 SVNVERS=	1705
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index a222727f00..78394b7c03 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -20,8 +20,21 @@ Part 28: Viewfit setting "Fit_Height" does not work correctly
 
 Part 29: Bossaction problem with enabled MBF21
 ==============================================
-[ ] Ultimate Doom map E2M8 does not end after Cyberdemon was killed
-    => Reported in bug ticket  #693
+[X] Ultimate Doom map E2M8 does not end after Cyberdemon was killed
+    => Reported in bug ticket #693
+    =>�Fixed�with�release 1.48.16
+
+
+Features and bug fixes up to Part 29 were released with version 1.48.16
+(SVN revision 1704).
+
+
+Part 30: Savegame sync problem with format 1.49
+===============================================
+[ ] Game can be saved with new format 1.49, but not loaded again
+    Error message: "Legacy save game sync error"
+    => Added pkgsrc patch
+    => Reported in bug ticket #696
 
 
 EOF
diff --git a/doomlegacy-devel/distinfo b/doomlegacy-devel/distinfo
index f2e8583597..97a358ee64 100644
--- a/doomlegacy-devel/distinfo
+++ b/doomlegacy-devel/distinfo
@@ -1,7 +1,8 @@
 $NetBSD$
 
-BLAKE2s (doomlegacy_1.48.14_common.zip) = 52260d049f503c89ca872e6934435fe8c52baf82bc07c78caf8e157f38099f7d
-SHA512 (doomlegacy_1.48.14_common.zip) = 69e7c4a004a507ec87c39d31595e11c5a764e470ee59cd231a61dfaad70b77ac8c8c4789cfb333bfa0343aed210d5986136a6fa5cb88bc066af50d8c8fac1ce6
-Size (doomlegacy_1.48.14_common.zip) = 1056545 bytes
+BLAKE2s (doomlegacy_1.48.16_common.zip) = 45f00f88cdda87766a45b3545d2d04a5cc6307c912a76d4c4e4d40c02feb7501
+SHA512 (doomlegacy_1.48.16_common.zip) = 250d3ffec9124220e96bea6136704bfa77cfe714d2dc16249af08e48e099942c6470ff9799b3b9d40fa284912763c45e2a17c26177da248654773b03b04f69d9
+Size (doomlegacy_1.48.16_common.zip) = 1066414 bytes
 SHA1 (patch-src_am__map.c) = 14b3c8b70c63778ad043827ab2f0b6f4fe07bcde
+SHA1 (patch-src_p__saveg.c) = aec699a94699637cc3ff7e3782c90a3203232c9b
 SHA1 (patch-src_z__zone.c) = 13f4ff4a4af836f62779544b72e83b9eb109f7a5
diff --git a/doomlegacy-devel/patches/patch-src_p__saveg.c b/doomlegacy-devel/patches/patch-src_p__saveg.c
new file mode 100644
index 0000000000..80212ff910
--- /dev/null
+++ b/doomlegacy-devel/patches/patch-src_p__saveg.c
@@ -0,0 +1,19 @@
+$NetBSD$
+
+SAVEGAME FILE CORRUPTED
+"Legacy save game sync error"
+<https://sourceforge.net/p/doomlegacy/bugs/696/>
+
+--- src/p_saveg.c.orig	2024-12-22 00:28:16.000000000 +0000
++++ src/p_saveg.c
+@@ -714,6 +714,10 @@ void P_ArchivePlayers(void)
+         }
+         WRITEU16(save_p, flags);
+ 
++        // [MB] 2024-12-26: Added for 1.49 savegame format
++        WRITEBYTE(save_p, ply->GB_flags);
++        WRITEU16(save_p, ply->GF_flags);
++
+         if (EN_inventory)
+         {
+             WRITEBYTE(save_p, ply->inventorySlotNum);


Home | Main Index | Thread Index | Old Index