[Scummvm-cvs-logs] scummvm master -> 3f9b95ac3effd9fac3ca002cc00d7da8958379ef
sev-
sev at scummvm.org
Sat Jul 30 01:31:43 CEST 2016
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f3e77b242d KYRA: Bump kyra.dat version for updated Italian EOB1 changes
e508b14182 KYRA: Regenerate kyra.dat
9bb4d87dbd NEWS: Sort engines in 1.9.0 alphabetically
3f9b95ac3e NEWS: Mention EOB1 Italian translation update
Commit: f3e77b242d7b98bd7a70161f0b7ab4d693f73e52
https://github.com/scummvm/scummvm/commit/f3e77b242d7b98bd7a70161f0b7ab4d693f73e52
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-30T02:31:31+03:00
Commit Message:
KYRA: Bump kyra.dat version for updated Italian EOB1 changes
Changed paths:
devtools/create_kyradat/create_kyradat.cpp
engines/kyra/staticres.cpp
diff --git a/devtools/create_kyradat/create_kyradat.cpp b/devtools/create_kyradat/create_kyradat.cpp
index 294eadf..b2461a7 100644
--- a/devtools/create_kyradat/create_kyradat.cpp
+++ b/devtools/create_kyradat/create_kyradat.cpp
@@ -45,7 +45,7 @@
enum {
- kKyraDatVersion = 88
+ kKyraDatVersion = 89
};
const ExtractFilename extractFilenames[] = {
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index e99321d..65f3198 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -39,7 +39,7 @@
namespace Kyra {
-#define RESFILE_VERSION 88
+#define RESFILE_VERSION 89
namespace {
bool checkKyraDat(Common::SeekableReadStream *file) {
Commit: e508b14182f6839e3c33b4dbd228ec48008d14bd
https://github.com/scummvm/scummvm/commit/e508b14182f6839e3c33b4dbd228ec48008d14bd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-30T02:31:47+03:00
Commit Message:
KYRA: Regenerate kyra.dat
Changed paths:
dists/engine-data/kyra.dat
diff --git a/dists/engine-data/kyra.dat b/dists/engine-data/kyra.dat
index d49d107..4dcfb0c 100644
Binary files a/dists/engine-data/kyra.dat and b/dists/engine-data/kyra.dat differ
Commit: 9bb4d87dbd4a3de11cec13fe8b0433762a7ccc0f
https://github.com/scummvm/scummvm/commit/9bb4d87dbd4a3de11cec13fe8b0433762a7ccc0f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-30T02:31:47+03:00
Commit Message:
NEWS: Sort engines in 1.9.0 alphabetically
Changed paths:
NEWS
diff --git a/NEWS b/NEWS
index 60f4de0..940928c 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,12 @@ For a more comprehensive changelog of the latest experimental code, see:
Gob:
- Fixed graphical issues in Gobliiins (EGA version).
+ Mohawk:
+ - Fixed visual glitches in the Spanish version of Myst.
+ - Changed the cancel button in the options dialog of Riven not to save the settings.
+ - Riven savegames created by ScummVM are now loadable in the original game.
+ - Fixed missing mouse cursor in Myst after loading a savegame while the intro is playing.
+
SCI:
- Fixed a missing dialog line in QfG3 which awards the player with 3 additional
points. This is a bug in the original game interpreter. Due to this bug,
@@ -45,12 +51,6 @@ For a more comprehensive changelog of the latest experimental code, see:
in Green Tentacle's room turned on.
- Improved timing and pathfinding in Maniac Mansion (C64 and Apple II versions)
- Mohawk:
- - Fixed visual glitches in the Spanish version of Myst.
- - Changed the cancel button in the options dialog of Riven not to save the settings.
- - Riven savegames created by ScummVM are now loadable in the original game.
- - Fixed missing mouse cursor in Myst after loading a savegame while the intro is playing.
-
WAGE:
- Closed memory leak.
@@ -1931,4 +1931,3 @@ For a more comprehensive changelog of the latest experimental code, see:
0.0.1 (2001-10-08)
- Initial version.
-
Commit: 3f9b95ac3effd9fac3ca002cc00d7da8958379ef
https://github.com/scummvm/scummvm/commit/3f9b95ac3effd9fac3ca002cc00d7da8958379ef
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-07-30T02:31:48+03:00
Commit Message:
NEWS: Mention EOB1 Italian translation update
Changed paths:
NEWS
diff --git a/NEWS b/NEWS
index 940928c..fc2c10a 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ For a more comprehensive changelog of the latest experimental code, see:
Gob:
- Fixed graphical issues in Gobliiins (EGA version).
+ Kyra:
+ - Updated Italian EOB1 translation.
+
Mohawk:
- Fixed visual glitches in the Spanish version of Myst.
- Changed the cancel button in the options dialog of Riven not to save the settings.
More information about the Scummvm-git-logs
mailing list