[Scummvm-git-logs] scummvm master -> 81bc53373d566420619654d17e7b9e785bfb7b43
bluegr
noreply at scummvm.org
Thu Aug 8 16:12:34 UTC 2024
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
524e56b376 GOB: add missing detection headers to POTFILES
d9fd34b4c3 GOB: JANITORIAL: fix just typo
81bc53373d GOB: add english and italian name placeholders
Commit: 524e56b376adfae0b99ae9f081cffd92515d0776
https://github.com/scummvm/scummvm/commit/524e56b376adfae0b99ae9f081cffd92515d0776
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-08-08T19:11:58+03:00
Commit Message:
GOB: add missing detection headers to POTFILES
Changed paths:
engines/gob/POTFILES
diff --git a/engines/gob/POTFILES b/engines/gob/POTFILES
index f1fd036befc..6bfced49089 100644
--- a/engines/gob/POTFILES
+++ b/engines/gob/POTFILES
@@ -3,8 +3,10 @@ engines/gob/inter_playtoons.cpp
engines/gob/inter_v2.cpp
engines/gob/inter_v5.cpp
engines/gob/inter_v7.cpp
+engines/gob/detection/tables_adi1.h
engines/gob/detection/tables_adi5.h
engines/gob/detection/tables_adibou3.h
engines/gob/detection/tables_adiboupresente.h
engines/gob/detection/tables_adiboudchou.h
+engine/gob/detection/tables_nathanvacanes.h
engines/gob/detection/tables_pierresmagiques.h
Commit: d9fd34b4c392dc194ac04a992b65f04a3a3f9d06
https://github.com/scummvm/scummvm/commit/d9fd34b4c392dc194ac04a992b65f04a3a3f9d06
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-08-08T19:11:59+03:00
Commit Message:
GOB: JANITORIAL: fix just typo
Changed paths:
engines/gob/gob.cpp
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 43b906a2613..baad98dd3ae 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -416,7 +416,7 @@ void GobEngine::pauseGame() {
Common::Error GobEngine::initGameParts() {
_resourceSizeWorkaround = false;
- // just detect some devices some of which will be always there if the music is not disabled
+ // Just detect some devices some of which will be always there if the music is not disabled
_noMusic = MidiDriver::getMusicType(MidiDriver::detectDevice(MDT_PCSPK | MDT_MIDI | MDT_ADLIB)) == MT_NULL ? true : false;
_endiannessMethod = kEndiannessMethodSystem;
Commit: 81bc53373d566420619654d17e7b9e785bfb7b43
https://github.com/scummvm/scummvm/commit/81bc53373d566420619654d17e7b9e785bfb7b43
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-08-08T19:12:00+03:00
Commit Message:
GOB: add english and italian name placeholders
Changed paths:
engines/gob/detection/tables_adibou1.h
diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index f1faf3dbedc..6304e42057a 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -106,6 +106,8 @@
0, 0, 0
},
+// -- English: A.J.'s World of Discovery / ADI Jnr.
+
// -- DOS VGA Floppy --
{
@@ -153,4 +155,6 @@
0, 0, 0
},
+// Italian: Adibù
+
#endif // GOB_DETECTION_TABLES_ADIBOU1_H
More information about the Scummvm-git-logs
mailing list