[Scummvm-git-logs] scummvm master -> b9d163508dad23368d3443d387997ba5eabb3059
bluegr
noreply at scummvm.org
Wed Oct 9 10:21:55 UTC 2024
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:
95d32ca488 GOB: remove detection headers from POTFILES
b9d163508d GOB: add englishfever to Games using this Engine list
Commit: 95d32ca48896e937209d9cae2357a55bc117b0d6
https://github.com/scummvm/scummvm/commit/95d32ca48896e937209d9cae2357a55bc117b0d6
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-10-09T13:21:51+03:00
Commit Message:
GOB: remove detection headers from POTFILES
Since we replaced the common/translation code with the MetaEngine code we no longer have to use _s() in the detection tables.
Changed paths:
engines/gob/POTFILES
diff --git a/engines/gob/POTFILES b/engines/gob/POTFILES
index b7dbd5479e3..c51b177a045 100644
--- a/engines/gob/POTFILES
+++ b/engines/gob/POTFILES
@@ -3,10 +3,3 @@ 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
-engines/gob/detection/tables_nathanvacances.h
-engines/gob/detection/tables_pierresmagiques.h
Commit: b9d163508dad23368d3443d387997ba5eabb3059
https://github.com/scummvm/scummvm/commit/b9d163508dad23368d3443d387997ba5eabb3059
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-10-09T13:21:51+03:00
Commit Message:
GOB: add englishfever to Games using this Engine list
Changed paths:
engines/gob/gob.h
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 8c5c792e5e8..405d23fa561 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -58,6 +58,7 @@
* - Adiboud'chou sur la banquise
* - Adiboud'chou a la campagne
* - Adiboud'chou dans la jungle et la savane
+ * - English Fever
* - Gobliiins
* - Gobliins 2
* - Goblins 3
More information about the Scummvm-git-logs
mailing list