[Scummvm-git-logs] scummvm master -> 0aaee5e32514e3a1b88f180c51246f025eb53342
sev-
noreply at scummvm.org
Fri Nov 8 00:39:18 UTC 2024
This automated email contains information about 9 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
403a7eaf15 I18N: Added I18N comments for rotation modes
299ed1688d BACKENDS: SAILFISH: Removed unnexessary include
7500ef2ca6 I18N: Added missing files to POTFILES
fac0931983 DARKSEED: Remove redundant include
18a44c676a DGDS: I18N: Added missing POTFILES and removed redundant includes
5d5cfd82d1 I18N: Added more missing POTFILES entries
1d1216d8b2 MTRPOLIS: I18N: Added missing POTFILES entries and removed redundant include
89eda70a8a QDENGINE: Removed redundant include
0aaee5e325 I18N: Added more missing files to POTFILES
Commit: 403a7eaf15830e7b1395bfaa33a45cfbbf7c1dbd
https://github.com/scummvm/scummvm/commit/403a7eaf15830e7b1395bfaa33a45cfbbf7c1dbd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:13:23+01:00
Commit Message:
I18N: Added I18N comments for rotation modes
Changed paths:
common/rotationmode.cpp
diff --git a/common/rotationmode.cpp b/common/rotationmode.cpp
index 39ec66729e5..1e4f18f599e 100644
--- a/common/rotationmode.cpp
+++ b/common/rotationmode.cpp
@@ -31,9 +31,9 @@ namespace Common {
const RotationModeDescription g_rotationModes[] = {
{ _s("No rotation"), kRotationNormal },
- { _s("Clockwise"), kRotation90 },
- { _s("180 degrees"), kRotation180 },
- { _s("Counter-clockwise"), kRotation270 },
+ { _s("Clockwise"), kRotation90 }, // I18N: Rotation mode
+ { _s("180 degrees"), kRotation180 }, // I18N: Rotation mode
+ { _s("Counter-clockwise"), kRotation270 }, // I18N: Rotation mode
{ nullptr, kRotationNormal}
};
Commit: 299ed1688d06730d6f58feb2dea14be9a07bc880
https://github.com/scummvm/scummvm/commit/299ed1688d06730d6f58feb2dea14be9a07bc880
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:14:22+01:00
Commit Message:
BACKENDS: SAILFISH: Removed unnexessary include
Changed paths:
backends/platform/sdl/sailfish/sailfish.cpp
diff --git a/backends/platform/sdl/sailfish/sailfish.cpp b/backends/platform/sdl/sailfish/sailfish.cpp
index 967ba013229..4022ac38e56 100644
--- a/backends/platform/sdl/sailfish/sailfish.cpp
+++ b/backends/platform/sdl/sailfish/sailfish.cpp
@@ -23,7 +23,6 @@
#include "common/scummsys.h"
#include "common/config-manager.h"
-#include "common/translation.h"
#include "backends/platform/sdl/sailfish/sailfish.h"
#include "backends/platform/sdl/sailfish/sailfish-window.h"
Commit: 7500ef2ca679983b03ea2b7a5cd34328859043ff
https://github.com/scummvm/scummvm/commit/7500ef2ca679983b03ea2b7a5cd34328859043ff
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:19:37+01:00
Commit Message:
I18N: Added missing files to POTFILES
Changed paths:
A engines/composer/POTFILES
A engines/cruise/POTFILES
engines/bbvs/POTFILES
engines/sword2/POTFILES
po/POTFILES
diff --git a/engines/bbvs/POTFILES b/engines/bbvs/POTFILES
index 6aafc3ebfe2..9357d0bbd2f 100644
--- a/engines/bbvs/POTFILES
+++ b/engines/bbvs/POTFILES
@@ -1 +1,2 @@
engines/bbvs/bbvs.cpp
+engines/bbvs/metaengine.cpp
diff --git a/engines/composer/POTFILES b/engines/composer/POTFILES
new file mode 100644
index 00000000000..ccae69927a1
--- /dev/null
+++ b/engines/composer/POTFILES
@@ -0,0 +1 @@
+engines/composer/metaengine.cpp
diff --git a/engines/cruise/POTFILES b/engines/cruise/POTFILES
new file mode 100644
index 00000000000..cb7284678db
--- /dev/null
+++ b/engines/cruise/POTFILES
@@ -0,0 +1 @@
+engines/cruise/metaengine.cpp
diff --git a/engines/sword2/POTFILES b/engines/sword2/POTFILES
index aa170f3df97..9708531b542 100644
--- a/engines/sword2/POTFILES
+++ b/engines/sword2/POTFILES
@@ -1,3 +1,4 @@
engines/sword2/animation.cpp
+engines/sword2/detection_tables.h
engines/sword2/metaengine.cpp
engines/sword2/sword2.cpp
diff --git a/po/POTFILES b/po/POTFILES
index 679d765d6e6..5544a83adba 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -1,3 +1,5 @@
+audio/mac_plugin.cpp
+
gui/about.cpp
gui/browser.cpp
gui/chooser.cpp
@@ -40,6 +42,7 @@ common/engine_data.cpp
common/error.cpp
common/localization.cpp
common/rendermode.cpp
+common/rotationmode.cpp
common/translation.cpp
common/updates.cpp
common/util.cpp
Commit: fac09319838687122f8faa489624d6e93c8a8581
https://github.com/scummvm/scummvm/commit/fac09319838687122f8faa489624d6e93c8a8581
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:20:18+01:00
Commit Message:
DARKSEED: Remove redundant include
Changed paths:
engines/darkseed/detection.cpp
diff --git a/engines/darkseed/detection.cpp b/engines/darkseed/detection.cpp
index 947bfa20c5b..d2802a334e0 100644
--- a/engines/darkseed/detection.cpp
+++ b/engines/darkseed/detection.cpp
@@ -21,7 +21,6 @@
#include "base/plugins.h"
#include "common/file.h"
-#include "common/translation.h"
#include "darkseed/detection.h"
#include "darkseed/detection_tables.h"
Commit: 18a44c676ae0ea862c38b4e4c8a1c87543092b32
https://github.com/scummvm/scummvm/commit/18a44c676ae0ea862c38b4e4c8a1c87543092b32
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:25:29+01:00
Commit Message:
DGDS: I18N: Added missing POTFILES and removed redundant includes
Changed paths:
A engines/dgds/POTFILES
engines/dgds/scene.cpp
engines/dgds/sound/music.cpp
diff --git a/engines/dgds/POTFILES b/engines/dgds/POTFILES
new file mode 100644
index 00000000000..9594ad97e83
--- /dev/null
+++ b/engines/dgds/POTFILES
@@ -0,0 +1 @@
+engines/dgds/metaengine.cpp
diff --git a/engines/dgds/scene.cpp b/engines/dgds/scene.cpp
index 033b3388073..a4dae368ef3 100644
--- a/engines/dgds/scene.cpp
+++ b/engines/dgds/scene.cpp
@@ -25,7 +25,6 @@
#include "common/rect.h"
#include "common/system.h"
#include "common/util.h"
-#include "common/translation.h"
#include "graphics/cursorman.h"
#include "graphics/surface.h"
diff --git a/engines/dgds/sound/music.cpp b/engines/dgds/sound/music.cpp
index 2c77e4b8c8d..927aa65cbe9 100644
--- a/engines/dgds/sound/music.cpp
+++ b/engines/dgds/sound/music.cpp
@@ -22,8 +22,6 @@
#include "audio/audiostream.h"
#include "audio/decoders/raw.h"
#include "common/config-manager.h"
-#include "common/translation.h"
-#include "gui/error.h"
#include "dgds/sound/resource/sci_resource.h"
#include "dgds/sound/midiparser_sci.h"
Commit: 5d5cfd82d190b7957bb10baf09acbafd5ecb3d40
https://github.com/scummvm/scummvm/commit/5d5cfd82d190b7957bb10baf09acbafd5ecb3d40
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:29:59+01:00
Commit Message:
I18N: Added more missing POTFILES entries
Changed paths:
A engines/draci/POTFILES
engines/freescape/POTFILES
engines/gob/POTFILES
engines/hugo/POTFILES
engines/illusions/POTFILES
diff --git a/engines/draci/POTFILES b/engines/draci/POTFILES
new file mode 100644
index 00000000000..8ac28f04eca
--- /dev/null
+++ b/engines/draci/POTFILES
@@ -0,0 +1 @@
+engines/draci/metaengine.cpp
diff --git a/engines/freescape/POTFILES b/engines/freescape/POTFILES
index 3a218e8187e..e671c2bb5d8 100644
--- a/engines/freescape/POTFILES
+++ b/engines/freescape/POTFILES
@@ -1,4 +1,6 @@
engines/freescape/metaengine.cpp
engines/freescape/movement.cpp
+engines/freescape/games/castle/castle.cpp
engines/freescape/games/dark/dark.cpp
engines/freescape/games/driller/driller.cpp
+engines/freescape/games/eclipse/eclipse.cpp
diff --git a/engines/gob/POTFILES b/engines/gob/POTFILES
index c51b177a045..ce2cff551fa 100644
--- a/engines/gob/POTFILES
+++ b/engines/gob/POTFILES
@@ -3,3 +3,4 @@ engines/gob/inter_playtoons.cpp
engines/gob/inter_v2.cpp
engines/gob/inter_v5.cpp
engines/gob/inter_v7.cpp
+engines/gob/metaengine.cpp
diff --git a/engines/hugo/POTFILES b/engines/hugo/POTFILES
index b7b99ca095a..649741ade5b 100644
--- a/engines/hugo/POTFILES
+++ b/engines/hugo/POTFILES
@@ -1,2 +1,3 @@
engines/hugo/hugo.cpp
engines/hugo/file.cpp
+engines/hugo/metaengine.cpp
diff --git a/engines/illusions/POTFILES b/engines/illusions/POTFILES
index 6f91296c74d..d1025e2dd18 100644
--- a/engines/illusions/POTFILES
+++ b/engines/illusions/POTFILES
@@ -1 +1,2 @@
engines/illusions/menusystem.cpp
+engines/illusions/metaengine.cpp
Commit: 1d1216d8b2e81806ed9f87f6c3e0e8f5cd652946
https://github.com/scummvm/scummvm/commit/1d1216d8b2e81806ed9f87f6c3e0e8f5cd652946
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:31:54+01:00
Commit Message:
MTRPOLIS: I18N: Added missing POTFILES entries and removed redundant include
Changed paths:
engines/mtropolis/POTFILES
engines/mtropolis/detection_tables.h
diff --git a/engines/mtropolis/POTFILES b/engines/mtropolis/POTFILES
index 4b638b4ab15..4957f6cd4c1 100644
--- a/engines/mtropolis/POTFILES
+++ b/engines/mtropolis/POTFILES
@@ -1,4 +1,4 @@
engines/mtropolis/metaengine.cpp
-engines/mtropolis/saveload.cpp
engines/mtropolis/mtropolis.cpp
-engines/mtropolis/plugin/mti.cpp
+engines/mtropolis/saveload.cpp
+engines/mtropolis/plugin/standard.cpp
diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index 6a51c692bb3..2db0652ec1f 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -26,8 +26,6 @@
#include "mtropolis/detection.h"
-#include "common/translation.h"
-
namespace MTropolis {
static const MTropolisGameDescription gameDescriptions[] = {
Commit: 89eda70a8a4636ba927845d95e5e18054c42e583
https://github.com/scummvm/scummvm/commit/89eda70a8a4636ba927845d95e5e18054c42e583
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:33:00+01:00
Commit Message:
QDENGINE: Removed redundant include
Changed paths:
engines/qdengine/detection.cpp
diff --git a/engines/qdengine/detection.cpp b/engines/qdengine/detection.cpp
index 80ed8888482..2ac38ba67e3 100644
--- a/engines/qdengine/detection.cpp
+++ b/engines/qdengine/detection.cpp
@@ -25,7 +25,6 @@
#include "common/file.h"
#include "common/md5.h"
#include "common/str-array.h"
-#include "common/translation.h"
#include "common/util.h"
#include "engines/advancedDetector.h"
Commit: 0aaee5e32514e3a1b88f180c51246f025eb53342
https://github.com/scummvm/scummvm/commit/0aaee5e32514e3a1b88f180c51246f025eb53342
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-08T01:38:55+01:00
Commit Message:
I18N: Added more missing files to POTFILES
Changed paths:
A engines/touche/POTFILES
A engines/tucker/POTFILES
engines/sword1/POTFILES
engines/toon/POTFILES
engines/tsage/POTFILES
diff --git a/engines/sword1/POTFILES b/engines/sword1/POTFILES
index b60d55ff225..2a147fd514e 100644
--- a/engines/sword1/POTFILES
+++ b/engines/sword1/POTFILES
@@ -1,4 +1,4 @@
engines/sword1/animation.cpp
engines/sword1/control.cpp
engines/sword1/logic.cpp
-
+engines/sword1/metaengine.cpp
diff --git a/engines/toon/POTFILES b/engines/toon/POTFILES
index 5bdfa37e5f5..365ed9fabe6 100644
--- a/engines/toon/POTFILES
+++ b/engines/toon/POTFILES
@@ -1 +1,2 @@
+engines/toon/metaengine.cpp
engines/toon/toon.cpp
diff --git a/engines/touche/POTFILES b/engines/touche/POTFILES
new file mode 100644
index 00000000000..6a7fac3e894
--- /dev/null
+++ b/engines/touche/POTFILES
@@ -0,0 +1 @@
+engines/touche/metaengine.cpp
diff --git a/engines/tsage/POTFILES b/engines/tsage/POTFILES
index 8fc98009694..5ab84ad0a1b 100644
--- a/engines/tsage/POTFILES
+++ b/engines/tsage/POTFILES
@@ -1,3 +1,4 @@
engines/tsage/detection_tables.h
engines/tsage/dialogs.cpp
+engines/tsage/metaengine.cpp
engines/tsage/scenes.cpp
diff --git a/engines/tucker/POTFILES b/engines/tucker/POTFILES
new file mode 100644
index 00000000000..4c23008ee6c
--- /dev/null
+++ b/engines/tucker/POTFILES
@@ -0,0 +1 @@
+engines/tucker/metaengine.cpp
More information about the Scummvm-git-logs
mailing list