[Scummvm-git-logs] scummvm master -> 1c000f3c0c479b545770078964df0834c4a62c0e

trembyle noreply at scummvm.org
Tue Mar 29 17:54:05 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1c000f3c0c AGS: Add detection for earlier La Croix Pan


Commit: 1c000f3c0c479b545770078964df0834c4a62c0e
    https://github.com/scummvm/scummvm/commit/1c000f3c0c479b545770078964df0834c4a62c0e
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-03-29T17:52:58Z

Commit Message:
AGS: Add detection for earlier La Croix Pan

Found on Computer DVD 15-16 2007 from Computer Press, Brno, Czechia.

`La Croix Pan Manual.txt` says it is Version 1.00.

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 098da86b9e1..6369860ab45 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4992,6 +4992,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("labyrinth", "labyrnth.exe", "0710e2ec71042617f565c01824f0cf3c", 7686481),  //v3.0 final
 	GAME_ENTRY("lacarbonara", "La Carbonara.ags", "086024ea12068a5787d9562b266d2159", 2412912),  //v0.4 Win/Linux
 	GAME_ENTRY_LANG("lacicuta", "Cicuta1.exe", "1290e191d4f24893ce83ba0af5debd9e", 8665956, Common::ES_ESP),
+	GAME_ENTRY("lacroixpan", "La Croix Pan.exe", "c91bf675d6839c42924cf3c9a390ded3", 12411833), //v1.00
 	GAME_ENTRY("lacroixpan", "La Croix Pan.exe", "d9018b1792f6d959d7add4dc3f7cdb46", 12102643),
 	GAME_ENTRY_LANG("lagrancastanya", "PROJECT1.exe", "c87aa6377abc18c1a1b2968ae6db08eb", 39298012, Common::CA_ESP),
 	GAME_ENTRY_LANG("lallaveyfabianshones", "LLAVE.exe", "a8d73d686b2eb77caab8c05e3e1f1d57", 3374527, Common::ES_ESP),




More information about the Scummvm-git-logs mailing list