[Scummvm-git-logs] scummvm master -> fe0193b9146af9e53c903790499560f71c422ef6

sev- sev at scummvm.org
Thu Aug 27 18:27:02 UTC 2020


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:
ac6932bd89 I18N: Added missing files to POTFILES
fe0193b914 JANITORIAL: Remove unndeded "common/translation.h" include


Commit: ac6932bd891b191309f70fc066657828c5367470
    https://github.com/scummvm/scummvm/commit/ac6932bd891b191309f70fc066657828c5367470
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-27T20:26:45+02:00

Commit Message:
I18N: Added missing files to POTFILES

Changed paths:
  A engines/cge/POTFILES
  A engines/illusions/POTFILES
  A engines/kingdom/POTFILES
  A engines/lab/POTFILES
  A engines/mutationofjb/POTFILES
  A engines/prince/POTFILES
    engines/agi/POTFILES
    engines/cine/POTFILES
    engines/dragons/POTFILES
    engines/glk/POTFILES
    engines/kyra/POTFILES
    engines/lure/POTFILES
    engines/sci/POTFILES
    engines/ultima/POTFILES
    engines/xeen/POTFILES
    engines/zvision/POTFILES
    po/POTFILES


diff --git a/engines/agi/POTFILES b/engines/agi/POTFILES
index 414bf2250d..fb6326869b 100644
--- a/engines/agi/POTFILES
+++ b/engines/agi/POTFILES
@@ -1,2 +1,3 @@
 engines/agi/detection.cpp
+engines/agi/font.cpp
 engines/agi/saveload.cpp
diff --git a/engines/cge/POTFILES b/engines/cge/POTFILES
new file mode 100644
index 0000000000..dd2e170a24
--- /dev/null
+++ b/engines/cge/POTFILES
@@ -0,0 +1 @@
+engines/cge/detection.cpp
diff --git a/engines/cine/POTFILES b/engines/cine/POTFILES
index 2a1352b955..e4c1365baa 100644
--- a/engines/cine/POTFILES
+++ b/engines/cine/POTFILES
@@ -1,2 +1,3 @@
 engines/cine/detection.cpp
+engines/cine/saveload.cpp
 engines/cine/various.cpp
diff --git a/engines/dragons/POTFILES b/engines/dragons/POTFILES
index 4985e3816d..59ef65c1fe 100644
--- a/engines/dragons/POTFILES
+++ b/engines/dragons/POTFILES
@@ -1 +1,2 @@
+engines/dragons/detection.cpp
 engines/dragons/dragons.cpp
diff --git a/engines/glk/POTFILES b/engines/glk/POTFILES
index 541bec344a..5de7ff7607 100644
--- a/engines/glk/POTFILES
+++ b/engines/glk/POTFILES
@@ -2,11 +2,13 @@ engines/glk/detection.cpp
 engines/glk/glk_api.cpp
 engines/glk/quetzal.cpp
 engines/glk/streams.cpp
+engines/glk/adrift/os_glk.cpp
 engines/glk/advsys/advsys.cpp
 engines/glk/advsys/vm.cpp
 engines/glk/alan2/alan2.cpp
-engines/glk/zcode/detection.cpp
-engines/glk/zcode/zcode.cpp
+engines/glk/comprehend/game.cpp
 engines/glk/glulx/glulx.cpp
-engines/glk/magnetic/magnetic.cpp
+engines/glk/quest/quest.cpp
 engines/glk/scott/scott.cpp
+engines/glk/zcode/detection.cpp
+engines/glk/zcode/zcode.cpp
diff --git a/engines/illusions/POTFILES b/engines/illusions/POTFILES
new file mode 100644
index 0000000000..6f91296c74
--- /dev/null
+++ b/engines/illusions/POTFILES
@@ -0,0 +1 @@
+engines/illusions/menusystem.cpp
diff --git a/engines/kingdom/POTFILES b/engines/kingdom/POTFILES
new file mode 100644
index 0000000000..667b540e81
--- /dev/null
+++ b/engines/kingdom/POTFILES
@@ -0,0 +1 @@
+engines/kingdom/kingdom.cpp
diff --git a/engines/kyra/POTFILES b/engines/kyra/POTFILES
index cf6c284535..cc084bc343 100644
--- a/engines/kyra/POTFILES
+++ b/engines/kyra/POTFILES
@@ -3,3 +3,4 @@ engines/kyra/engine/eobcommon.cpp
 engines/kyra/engine/lol.cpp
 engines/kyra/gui/saveload_eob.cpp
 engines/kyra/graphics/screen_eob_amiga.cpp
+engines/kyra/sound/sound_pc_midi.cpp
diff --git a/engines/lab/POTFILES b/engines/lab/POTFILES
new file mode 100644
index 0000000000..29ecb6c2d6
--- /dev/null
+++ b/engines/lab/POTFILES
@@ -0,0 +1 @@
+engines/lab/savegame.cpp
diff --git a/engines/lure/POTFILES b/engines/lure/POTFILES
index d4fde2ab7b..b2c9559826 100644
--- a/engines/lure/POTFILES
+++ b/engines/lure/POTFILES
@@ -1 +1,2 @@
 engines/lure/lure.cpp
+engines/lure/detection.cpp
diff --git a/engines/mutationofjb/POTFILES b/engines/mutationofjb/POTFILES
new file mode 100644
index 0000000000..655f0850fa
--- /dev/null
+++ b/engines/mutationofjb/POTFILES
@@ -0,0 +1 @@
+engines/mutationofjb/util.cpp
diff --git a/engines/prince/POTFILES b/engines/prince/POTFILES
new file mode 100644
index 0000000000..70397fc795
--- /dev/null
+++ b/engines/prince/POTFILES
@@ -0,0 +1 @@
+engines/prince/saveload.cpp
diff --git a/engines/sci/POTFILES b/engines/sci/POTFILES
index 4b8e6e663d..b0de5534a4 100644
--- a/engines/sci/POTFILES
+++ b/engines/sci/POTFILES
@@ -5,6 +5,7 @@ engines/sci/engine/kgraphics.cpp
 engines/sci/engine/kgraphics32.cpp
 engines/sci/engine/savegame.cpp
 engines/sci/graphics/controls32.cpp
+engines/sci/graphics/video32.cpp
 engines/sci/resource.cpp
 engines/sci/sci.cpp
 engines/sci/sound/music.cpp
diff --git a/engines/ultima/POTFILES b/engines/ultima/POTFILES
index 7997ff72be..6f0f4f719a 100644
--- a/engines/ultima/POTFILES
+++ b/engines/ultima/POTFILES
@@ -1,6 +1,9 @@
+engines/ultima/shared/early/ultima_early.cpp
 engines/ultima/shared/engine/ultima.cpp
 engines/ultima/shared/engine/data_archive.cpp
 engines/ultima/ultima4/meta_engine.cpp
+engines/ultima/nuvie/nuvie.cpp
+engines/ultima/nuvie/meta_engine.cpp
 engines/ultima/nuvie/save/save_game.cpp
 engines/ultima/ultima8/meta_engine.cpp
 engines/ultima/ultima8/ultima8.cpp
diff --git a/engines/xeen/POTFILES b/engines/xeen/POTFILES
index 27314a435e..e23e418b80 100644
--- a/engines/xeen/POTFILES
+++ b/engines/xeen/POTFILES
@@ -1 +1,2 @@
 engines/xeen/detection.cpp
+engines/xeen/saves.cpp
diff --git a/engines/zvision/POTFILES b/engines/zvision/POTFILES
index ea349df378..a7a6637e37 100644
--- a/engines/zvision/POTFILES
+++ b/engines/zvision/POTFILES
@@ -1,2 +1,3 @@
 engines/zvision/detection_tables.h
+engines/zvision/detection.cpp
 engines/zvision/file/save_manager.cpp
diff --git a/po/POTFILES b/po/POTFILES
index bce85d277f..df451cca3a 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -28,6 +28,7 @@ gui/widget.cpp
 
 base/main.cpp
 
+common/achievements.cpp
 common/error.cpp
 common/rendermode.cpp
 common/updates.cpp
@@ -36,6 +37,8 @@ engines/advancedDetector.cpp
 engines/dialogs.cpp
 engines/engine.cpp
 engines/game.cpp
+engines/metaengine.cpp
+engines/savestate.cpp
 
 audio/adlib.cpp
 audio/fmopl.cpp
@@ -73,6 +76,7 @@ backends/networking/sdl_net/handlers/downloadfilehandler.cpp
 backends/networking/sdl_net/handlers/filesajaxpagehandler.cpp
 backends/networking/sdl_net/handlers/filespagehandler.cpp
 backends/networking/sdl_net/handlers/indexpagehandler.cpp
+backends/networking/sdl_net/handlers/listajaxhandler.cpp
 backends/networking/sdl_net/handlers/uploadfilehandler.cpp
 backends/networking/sdl_net/handlerutils.cpp
 backends/networking/sdl_net/localwebserver.cpp
@@ -85,6 +89,8 @@ backends/platform/iphone/osys_events.cpp
 backends/platform/maemo/maemo.cpp
 backends/platform/sdl/macosx/appmenu_osx.mm
 backends/platform/sdl/ps3/ps3.cpp
+backends/platform/sdl/psp2/psp2.cpp
+backends/platform/sdl/switch/switch.cpp
 backends/platform/symbian/src/SymbianActions.cpp
 backends/platform/wii/options.cpp
 backends/presence/discord/discord.cpp


Commit: fe0193b9146af9e53c903790499560f71c422ef6
    https://github.com/scummvm/scummvm/commit/fe0193b9146af9e53c903790499560f71c422ef6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-27T20:26:45+02:00

Commit Message:
JANITORIAL: Remove unndeded "common/translation.h" include

Changed paths:
    base/plugins.cpp
    engines/cge2/events.cpp
    engines/cryomni3d/cryomni3d.cpp
    engines/cryomni3d/detection.cpp
    engines/glk/alan3/alan3.cpp
    engines/glk/comprehend/comprehend.cpp
    engines/glk/tads/tads.cpp
    engines/tsage/ringworld2/ringworld2_dialogs.cpp
    engines/ultima/detection.cpp


diff --git a/base/plugins.cpp b/base/plugins.cpp
index b02d79267f..9e1445b059 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -22,7 +22,6 @@
 
 #include "base/plugins.h"
 
-#include "common/translation.h"
 #include "common/func.h"
 #include "common/debug.h"
 #include "common/config-manager.h"
diff --git a/engines/cge2/events.cpp b/engines/cge2/events.cpp
index 9737a7e1f0..bd01965f4a 100644
--- a/engines/cge2/events.cpp
+++ b/engines/cge2/events.cpp
@@ -28,7 +28,6 @@
 #include "gui/saveload.h"
 #include "common/config-manager.h"
 #include "common/events.h"
-#include "common/translation.h"
 #include "cge2/events.h"
 #include "cge2/text.h"
 #include "cge2/cge2_main.h"
diff --git a/engines/cryomni3d/cryomni3d.cpp b/engines/cryomni3d/cryomni3d.cpp
index fdfe2200bc..7438934246 100644
--- a/engines/cryomni3d/cryomni3d.cpp
+++ b/engines/cryomni3d/cryomni3d.cpp
@@ -24,7 +24,6 @@
 #include "common/error.h"
 #include "common/system.h"
 #include "common/textconsole.h"
-#include "common/translation.h"
 #include "common/debug-channels.h"
 
 #include "common/events.h"
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp
index 6a5346b9e1..e0e746bb7c 100644
--- a/engines/cryomni3d/detection.cpp
+++ b/engines/cryomni3d/detection.cpp
@@ -28,7 +28,6 @@
 #include "common/savefile.h"
 #include "common/system.h"
 #include "common/textconsole.h"
-#include "common/translation.h"
 
 #include "cryomni3d/cryomni3d.h"
 
diff --git a/engines/glk/alan3/alan3.cpp b/engines/glk/alan3/alan3.cpp
index 7185e02d5d..d2bce655dc 100644
--- a/engines/glk/alan3/alan3.cpp
+++ b/engines/glk/alan3/alan3.cpp
@@ -29,7 +29,6 @@
 #include "glk/alan3/save.h"
 #include "glk/alan3/syserr.h"
 #include "common/system.h"
-#include "common/translation.h"
 #include "common/error.h"
 #include "common/scummsys.h"
 #include "common/serializer.h"
diff --git a/engines/glk/comprehend/comprehend.cpp b/engines/glk/comprehend/comprehend.cpp
index 422da185b6..27731f66ca 100644
--- a/engines/glk/comprehend/comprehend.cpp
+++ b/engines/glk/comprehend/comprehend.cpp
@@ -32,7 +32,6 @@
 #include "glk/comprehend/pics.h"
 #include "glk/quetzal.h"
 #include "common/config-manager.h"
-#include "common/translation.h"
 #include "engines/util.h"
 
 namespace Glk {
diff --git a/engines/glk/tads/tads.cpp b/engines/glk/tads/tads.cpp
index d541d2ccb7..4efdf6a3e3 100644
--- a/engines/glk/tads/tads.cpp
+++ b/engines/glk/tads/tads.cpp
@@ -23,7 +23,6 @@
 #include "glk/tads/tads.h"
 #include "glk/tads/os_glk.h"
 #include "common/config-manager.h"
-#include "common/translation.h"
 
 namespace Glk {
 namespace TADS {
diff --git a/engines/tsage/ringworld2/ringworld2_dialogs.cpp b/engines/tsage/ringworld2/ringworld2_dialogs.cpp
index e5226c7e62..44e90d9e4b 100644
--- a/engines/tsage/ringworld2/ringworld2_dialogs.cpp
+++ b/engines/tsage/ringworld2/ringworld2_dialogs.cpp
@@ -20,8 +20,6 @@
  *
  */
 
-#include "common/translation.h"
-
 #include "tsage/tsage.h"
 #include "tsage/core.h"
 #include "tsage/dialogs.h"
diff --git a/engines/ultima/detection.cpp b/engines/ultima/detection.cpp
index 0b85faf031..e231100e07 100644
--- a/engines/ultima/detection.cpp
+++ b/engines/ultima/detection.cpp
@@ -27,7 +27,6 @@
 #include "common/savefile.h"
 #include "common/str-array.h"
 #include "common/memstream.h"
-#include "common/translation.h"
 #include "ultima/shared/early/ultima_early.h"
 #include "ultima/ultima4/ultima4.h"
 #include "ultima/ultima4/meta_engine.h"




More information about the Scummvm-git-logs mailing list