aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-06-17WINTERMUTE: Add another variant of White Chamber to detection tablelolbot-iichan
Official downloads page for the White Chamber (http://www.studiotrophis.com/site/downloads) contains 2 links: 1. Download from IndieDB (thewhitechamber1.7SETUP.exe, 376180149 bytes) (built 2008.06.29, installed game is detectable by ScummVM) 2. Direct Download (thewhitechamber1.7SETUP - Definitive Edition.exe, 376180083 bytes) (built 2008.06.26, installed game is unknown to ScummVM) Both version are called "v1.7 - Definitive Edition". speech.dcp is different: "german/COMPUT050.ogg" was renamed to "german/COMPUT050.ogg" data.dcp & language.dcp content is the same for those versions, except for timestamps (Wed, 25 Jun 2008 21:01:32 GMT vs Sun, 29 Jun 2008 19:36:33 GMT) Several questions: 1. Is it alright to list those builds as Common::UNK_LANG ? Should we change this to 9 records for exact langs: Common::EN_ANY, Common::FR_FRA, Common::IT_ITA, Common::DE_DEU, Common::CZ_CZE, Common::RU_RUS, Common::GR_GRE, Common::PT_POR, Common::PL_POL? 2. Should we provide a fix for "german/COMPUT050.ogg" lookup in version that was built 2008.06.26 or this must be kept as is?
2019-06-16GLK: ADVSYS: Fix Coverity warningsPaul Gilbert
2019-06-16GLK: ADVSYS: Move AdvSys out of release build exclusionPaul Gilbert
2019-06-16GLK: ADVSYS: Fix restoring games in-gamePaul Gilbert
2019-06-16GLK: Change language Id in savegames to more portable language codePaul Gilbert
2019-06-16GLK: Change savegame interpreter Ids from index to 4 byte codePaul Gilbert
2019-06-16GLK: ADVSYS: Fix inputs with indirect objectsPaul Gilbert
2019-06-16GLK: ADVSYS: Fix actions using OP_SENDPaul Gilbert
2019-06-16GLK: ADVSYS: Fixes for get actionPaul Gilbert
2019-06-16GLK: ADVSYS: Do a look action after loading a savegame from launcherPaul Gilbert
2019-06-16GLK: ADVSYS: Fix savegame area setupPaul Gilbert
2019-06-16GLK: ADVSYS: Save/load fixesPaul Gilbert
2019-06-16GLK: Further changeover of sub-engines to use new savegame codePaul Gilbert
2019-06-16GLK: In progress transition to all sub-engines using Quetzal save filesPaul Gilbert
2019-06-16GLK: FROTZ: Move creation of Quetzal ANNO chunk into base Quetzal writerPaul Gilbert
2019-06-16SCI: Fix regression in message workaroundssluicebox
Reverts an unintended change to the message recursion loop introduced in 56ea963cea3cdf04c44d3d6f545df664f4a27e8d that breaks the message stack
2019-06-15GLK: FROTZ: Change Quetzal restoring to use new base Quetzal readerPaul Gilbert
2019-06-15GLK: FROTZ: Change Quetzal saving to use new base Quetzal writerPaul Gilbert
2019-06-15GLK: Adding Quetzal classes to the base Glk namespacePaul Gilbert
2019-06-15GLK: Added missing files to POTFILESPaul Gilbert
2019-06-15GLK: ADVSYS: Fix variable range checksPaul Gilbert
2019-06-15GLK: Fix debug channels setupPaul Gilbert
2019-06-15GLK: ADVSYS: Added code for loading savegames from launcherPaul Gilbert
2019-06-16SCI: Fix SQ4 Monolith Burger door message, bug #10976sluicebox
2019-06-15GLK: ADVSYS: Input line processing fixesPaul Gilbert
2019-06-14GLK: ADVSYS: Fix parsing input wordsPaul Gilbert
2019-06-14GLK: ADVSYS: Tweak debug line, added input line prompt characterPaul Gilbert
2019-06-14GLK: ADVSYS: Script interpreter fixesPaul Gilbert
2019-06-14SCI: Fix FPFP reappearing items, bug #10975sluicebox
Fixes two similar bugs where inventory items reappear after being used due to incorrect or missing flag checks
2019-06-13GLK: ADVSYS: Fix data reads from gamefilePaul Gilbert
2019-06-13GLK: ADVSYS: Initialization fixesPaul Gilbert
2019-06-13GLK: ADVSYS: Added readLine methodPaul Gilbert
2019-06-13SCI: Add FPFP message workaroundssluicebox
2019-06-12GLK: ADVSYS: Added singleAction methodPaul Gilbert
2019-06-12GLK: ADVSYS: Remainder of parseInput methodPaul Gilbert
2019-06-12GLK: ADVSYS: Noun/adjectives setup and getNoun methodPaul Gilbert
2019-06-12GLK: ADVSYS: In progress implementing input line parserPaul Gilbert
2019-06-12GLK: ADVSYS: Added input line split up and tokenizingPaul Gilbert
2019-06-12GLK: ADVSYS: Remaining opcode implementationsPaul Gilbert
2019-06-13SCI: Fix SQ4 Sock's Sequel police crash, bug #10974sluicebox
2019-06-12BLADERUNNER: Suppress fall through warningsThanasis Antoniou
When BLADERUNNER_ORIGINAL_BUGS is 1
2019-06-12BLADERUNNER: Remove debug comments for Police OfficersThanasis Antoniou
Code will be revisited at a later point based on public testing feedback
2019-06-10GLK: ADVSYS: Created dedicated function pointer class, cleanup method opcodesPaul Gilbert
2019-06-10GLK: ADVSYS: More opcodesPaul Gilbert
2019-06-10GLK: ADVSYS: Subroutine call & return opcodesPaul Gilbert
2019-06-10GLK: ADVSYS: String printingPaul Gilbert
2019-06-10GLK: ADVSYS: Adding opcodes and message decodingPaul Gilbert
2019-06-11STARTREK: Rename the different showText() functions for disambiguationFilippos Karapetis
Hopefully, this will fix the AmigaOS and DS builds
2019-06-11STARTREK: Load more messages from RDF filesFilippos Karapetis
The whole Demon chapter has been converted to the new logic. The offsets for the extra room messages have been hardcoded, for now, inside loadOtherRoomMessages(), until we figure out how they are referenced.
2019-06-11STARTREK: Adapt many usages of Common::SharedPtr() to regular pointersFilippos Karapetis