aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-10I18N: Update translation (Galician)scootergrisen
Currently translated at 93.3% (933 of 1000 strings)
2018-10-10AGI: Fix ScummVM Quit if Return To Launcher from AGI Quit Dialog.D G Turner
This is bug Trac #10735.
2018-10-09CGE2: Allow Triggering of Carpet Workaround from Debug Console.D G Turner
This allows the recovery of saved games with the dead-end condition from bug Trac #6842.
2018-10-09CGE2: Add Script Workaround for Clothes Horse Carpet Bug.D G Turner
This now allows the Carpet to be placed and removed from the Clothes Horse repeatedly, thus avoiding the dead-end when you do not beat the Carpet with the Racket on first attempt. This is bug Trac #6842.
2018-10-08SCI: Add Detection Entry for Hoyles Classic Games for Laptops.D G Turner
This is basically Hoyle 5, but may be missing the main menu so might require separate entries for each game i.e. cfg files. This is from bug Trac #10676.
2018-10-08I18N: Update translation (Danish)scootergrisen
Currently translated at 93.3% (933 of 1000 strings)
2018-10-08I18N: Regenerate translations data fileThierry Crozat
2018-10-08SCI: Fix LB2CD Yvette/Tut murderless messagesluicebox
Fixes wrong message in cd versions, bug #10724
2018-10-08SCI: Fix LB2 Yvette/Tut premature murder messagesluicebox
Fixes wrong message in floppy versions, bug #10723
2018-10-08DS: Fix Compilation.D G Turner
2018-10-07I18N: Update translation (Danish)scootergrisen
Currently translated at 93.3% (933 of 1000 strings)
2018-10-07DS: Fix Out Of Bounds Array Access Errors.D G Turner
This is from bug Trac #10653.
2018-10-07PSP: Fix Minor Memory Access Error and Leaks in Backend Code.D G Turner
This is as per bug Trac #10654.
2018-10-07I18N: Rename danish translations fileThierry Crozat
2018-10-07MOHAWK: Show the closed gate on the 3rd channelwood levelBastien Bouclet
The original game scripts are missing a delay. Fixes #10727.
2018-10-07DEVTOOLS: Fix Performance Issue Warning in create_project.D G Turner
This is the last fix for bug Trac #10655.
2018-10-07DEVTOOLS: Fix Compiler Warnings in create_cryo tool.D G Turner
Have compared output dat files from the tool before and after this change and they are identical.
2018-10-07DEVTOOLS: Fix Compiler Warnings in create_access Tool.D G Turner
These were various shadowed variable and unsigned vs. signed comparison warnings.
2018-10-07DEVTOOLS: Fix Compiler Warning in extract_mort tool.D G Turner
2018-10-07DEVTOOLS: Fix Possible Resource Leak in create_hugo tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-10-06DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-10-06DEVTOOLS: Fix Missing Free in SCUMM fontdata tool.D G Turner
This is part of the fix for bug Trac #10655.
2018-10-06IOS: Correct Compilation Breakage From Last Commit.D G Turner
2018-10-06IOS: Fix Closing Standard Output & Error Log File.D G Turner
This is as per bug Trac #10656.
2018-10-06SCI: Add Detection Entry for Space Quest 3 Variant.D G Turner
2018-10-05SCI: Add Detection Entry for Codename ICEMAN Variant.D G Turner
This is from bug Trac #10678.
2018-10-05MOHAWK: Add Detection Entries For Two LB Game Variants.D G Turner
These are from bug Trac #6745 "MOHAWK: Two unknown Living Book game variants..."
2018-10-05ANDROID: Implement clipboard supportCameron Cawley
2018-10-04MOHAWK: Add Detection Entry for Spanish Variant of Arthurs Birthday.D G Turner
This is from Bug Trac #10705.
2018-10-03COMPOSER: Add Detection Entry For Darby French Mac Variant.D G Turner
This is from Trac #10399.
2018-10-02SCUMM: MONKEY2: Skip extra code on FMTOWNS, fixes bug #2223Ben Castricum
2018-10-02SCI: Script patch for LB2 act 4 init, bug #10716sluicebox
Fixes a lockup in the original game
2018-10-02GOB: Add Detection Entry for PCGames Ween Demo.D G Turner
This is from Trac #10725, and the demo appears to be multilingual at least in terms of English and German, so adding two entries.
2018-10-01I18N: Regenerate translations data fileThierry Crozat
2018-09-29SCI: Script patch for LB2 armor inset, bug #10709sluicebox
Fixes missing messages in floppy version
2018-09-28GUI: Fix mass add not showing some variants if one is already knownBastien Bouclet
2018-09-26FULLPIPE: Fix For Memory Leak When Exiting Through Game Menu.D G Turner
This fixes bug #10398 ("FULLPIPE: memory leak when exiting via in-game menu (not gmm)").
2018-09-26STARTREK: Add Detection Entry for English Demo.D G Turner
This can be found at: https://archive.org/details/StarTrek25thAnniversaryDemo
2018-09-25STARTREK: Add Detection Entry For German Version of Judgement Rites.D G Turner
2018-09-25CREDITS: Fix Anchors For Website to Match Current Usage.D G Turner
2018-09-24I18N: Update translation (Dutch)Ben Castricum
Currently translated at 100.0% (1000 of 1000 strings)
2018-09-24LASTEXPRESS: Fix GCC Enum Comparison Mismatch Warning.D G Turner
This was previously comparing the Object Model to the Object Enum. This has been corrected, but should have no functional change as the underlying enum value of 1 is identical for both symbols.
2018-09-24LASTEXPRESS: Fix GCC WarningsD G Turner
These were for missing parentheses to clarify logical expressions.
2018-09-24I18N: Regenerate translations data fileThierry Crozat
2018-09-24LASTEXPRESS: more fixes in NPC logicEvgeny Grechnikov
2018-09-21SCI: Script patch for LB2 desk lamp, bug #10706sluicebox
Fixes a broken message in floppy version
2018-09-18I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (1000 of 1000 strings)
2018-09-16WINTERMUTE: Flush ConfMan to disk on every change (#1314)lolbot-iichan
* WINTERMUTE: Flush ConfMan to disk
2018-09-16SCI: Script patch for LB2 crate room bug #10701sluicebox
Fixes a lockup in the original game
2018-09-15GOB: Correct build breakage for DS/PSP2 from previous commit.D G Turner