[Scummvm-git-logs] scummvm master -> aed9bb5f925a910ea48177f8e2e8ccb108e7509c
sev-
noreply at scummvm.org
Mon Nov 14 00:38:40 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
425d27e6c1 MADS: Fix copyright header
aed9bb5f92 NEWS: Mention MADS engine improvements
Commit: 425d27e6c1f37a0c0c3a3a373e98b7980663e203
https://github.com/scummvm/scummvm/commit/425d27e6c1f37a0c0c3a3a373e98b7980663e203
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-11-14T01:35:05+01:00
Commit Message:
MADS: Fix copyright header
Changed paths:
engines/mads/mps_installer.cpp
diff --git a/engines/mads/mps_installer.cpp b/engines/mads/mps_installer.cpp
index 121324a6a91..d2ccc9a6bc5 100644
--- a/engines/mads/mps_installer.cpp
+++ b/engines/mads/mps_installer.cpp
@@ -1,6 +1,6 @@
-/* ScummVM Tools
+/* cummVM - Graphic Adventure Engine
*
- * ScummVM Tools is the legal property of its developers, whose names
+ * ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
@@ -112,7 +112,7 @@ Common::SeekableReadStream *MpsInstaller::createReadStreamForMember(const Common
return nullptr;
}
-
+
uint32 off = desc._offsetInVolume;
uint vol = desc._volumeNumber;
uint32 rem = desc._compressedSize;
@@ -133,7 +133,7 @@ Common::SeekableReadStream *MpsInstaller::createReadStreamForMember(const Common
delete[] compressedBuf;
return nullptr;
}
-
+
rem -= actual;
outptr += actual;
if (actual == 0)
@@ -161,7 +161,7 @@ Common::SeekableReadStream *MpsInstaller::createReadStreamForMember(const Common
}
delete[] compressedBuf;
compressedBuf = nullptr;
-
+
break;
}
Commit: aed9bb5f925a910ea48177f8e2e8ccb108e7509c
https://github.com/scummvm/scummvm/commit/aed9bb5f925a910ea48177f8e2e8ccb108e7509c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-11-14T01:38:01+01:00
Commit Message:
NEWS: Mention MADS engine improvements
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 29a17543319..3398e6ca001 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -28,6 +28,9 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for the Korean version of Legend of Kyrandia 1.
- Added support for the Hebrew version of Legend of Kyrandia 3.
+ MADS:
+ - Added support for original floppy installer file layout for Rex Nebular.
+
Queen:
- Added option for using a better font in Hebrew version.
More information about the Scummvm-git-logs
mailing list