aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-21I18N: Regenerate translations data fileThierry Crozat
2016-02-21I18N: Update hungarian translation (patch #1632)Thierry Crozat
2016-02-21I18N: Update dutch translation (patch #1633)Thierry Crozat
2016-02-21SCI: Add script patch for Laura Bow 1 easter eggMartin Kiewitz
Fixes view-loop for PC version
2016-02-21SCI: Fix redrawAll updating visiblePlanesWillem Jan Palenstijn
It was comparing ScreenItem*'s directly, instead of objects.
2016-02-21SCI: Skip NULL entries in FindByObjectWillem Jan Palenstijn
Lists can contain gaps if they're searched before Pack() is called.
2016-02-21SCI: Clear visible planes in GfxFrameout::clear() tooWillem Jan Palenstijn
This caused planes and visibleplanes to go out of sync when loading.
2016-02-20CREATE_PROJECT: Disable fluidsynth library by default for Visual StudioPaul Gilbert
Currently we don't have a lib file for fluidsynth built for Visual Studio 2015, and I've spent 5 fruitless hours trying to compile one. So I'm disabling fluidsynth automatically for now, and we can always re-enable it again if we ever do manage to create an appropriate library
2016-02-20I18N: Regenerate translations data fileThierry Crozat
2016-02-20I18N: Update gl_ES translation (patch #1631)Thierry Crozat
2016-02-20I18N: Regenerate translations data fileThierry Crozat
2016-02-20I18N: Update Polish translation.Michał Ziąbkowski
2016-02-20I18N: Update french translationThierry Crozat
2016-02-20VIDEO: Add warning for potential unaligned writesWillem Jan Palenstijn
2016-02-20VIDEO: In indeo3 codec, use unaligned read functions where necessaryWillem Jan Palenstijn
This fixes bug #7039.
2016-02-20SCI: Fix showStyle check in palMorphFrameOut() - thanks snoverFilippos Karapetis
2016-02-20I18N: Merge updated translations template to the language filesThierry Crozat
2016-02-20I18N: Update translations template fileThierry Crozat
2016-02-20CGE2: Add events.cpp to POTFILEThierry Crozat
2016-02-20CGE: Add events.cpp to POTFILEThierry Crozat
2016-02-20AVALANCHE: Add missing POTFILESThierry Crozat
2016-02-20HUGO: Add missing POTFILESThierry Crozat
2016-02-20SHERLOCK: Add missing POTFILESThierry Crozat
2016-02-20TOON: Add missing POTFILESThierry Crozat
2016-02-20I18N: Regenerate translations data fileThierry Crozat
2016-02-20I18N: Update french translationThierry Crozat
2016-02-20I18N: Merge update translations template into the language filesThierry Crozat
2016-02-20I18N: Update translations template fileThierry Crozat
2016-02-20PARALLACTION: Translate buttons in load and save dialogs.Thierry Crozat
2016-02-20TOON: Translate buttons in load and save dialogs.Thierry Crozat
2016-02-20HUGO: Translate buttons in load and save dialogs.Thierry Crozat
2016-02-20CGE2: Translate buttons in load and save dialogs.Thierry Crozat
2016-02-20CGE: Translate buttons in load and save dialogs.Thierry Crozat
2016-02-20AVALANCHE: Translate buttons in load and save dialogs.Thierry Crozat
2016-02-20QUEEN: Added detection for Russian FloppyEugene Sandulenko
2016-02-20SCI: Fix missing whitespace causing create_project errorsColin Snover
2016-02-20SCI32: Change kAddLine to use kStubNull b/c signaturesMartin Kiewitz
2016-02-20SCI32: kIsOnMe apply scaling + use mulru() thx snoverMartin Kiewitz
2016-02-20SCI: Fix a regression in the fallback detector. Some cleanupFilippos Karapetis
Removed the superfluous initForDetection() function, which was not updated in commit 2f17ba2b0ab77ef939c21efa04f7aaafccbd0c37 and caused the fallback detector to crash because of uninitialized variables
2016-02-20SCI32: kIsOnMe searches _visiblePlanes, not just _planesMartin Kiewitz
Forgot to mention that in last commit
2016-02-20SCI32: Splitting up GfxFrameout::kernelIsOnMe() into 2 methodsMartin Kiewitz
2016-02-20AGI: Add detection for fan games with broken volume bug #7035Martin Kiewitz
Plenty of fan games set volume to mute, because they thought 15 would be loudest. It's in fact "mute" in AGI. Those games were made primarily for PC AGI, which did not use the volume setting. We do, so such games would get muted audio. We try to detect such games. Hopefully fully fixes bug #7035. Too many games to try them all out.
2016-02-20SCI: Document and disable the unverified code used in GK1Filippos Karapetis
2016-02-20SCI: Add a more detailed explanation about kernelSetZoomZoneFilippos Karapetis
2016-02-20SCI: Document kernelSetZoomZone()Filippos Karapetis
2016-02-20MOHAWK: Fix Channelwood's opcode 129Bastien Bouclet
It should only play the sound if no other is already playing
2016-02-20MOHAWK: Remove an unneeded TODOBastien Bouclet
The original did not set the argument to wait until the foreground sound has finished before playing the background sound, so it's fine to play both at the same time.
2016-02-20MOHAWK: Replace an unneeded TODO with an explanationBastien Bouclet
2016-02-20MOHAWK: Clip the videos to make sure they don't go outside of the screenBastien Bouclet
2016-02-20MOHAWK: Default to the first card when jumping to the intro stackBastien Bouclet