aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-25AGI: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25ACCESS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25ENGINES: Add comparator to sort SaveStateDescriptors based on slot.Johannes Schickel
2016-02-25DREAMCAST: Fix listing of savefiles.Johannes Schickel
We introduced a new pattern '#' in 06641f29a7bdcda280b0291f215193f055c83969. Starting from that commit all backends were supposed to support it. Dreamcast was missed. To support it in Dreamcast we now use Common::String::matchString to do pattern matching.
2016-02-25AGI: Add detection for 13th Disciple 1.01 bug #7010Martin Kiewitz
2016-02-25WAGE: Added detection for Eidisi IEugene Sandulenko
2016-02-25WAGE: Implemented cropping in cosole. That fixes crashes in Bug HuntEugene Sandulenko
2016-02-25SCUMM: Fix the lip sync animation in later HE games.Kirben
2016-02-24MADS: NEBULAR: Fix hotspot for doll in laboratoryPaul Gilbert
2016-02-24GCW0: Trigger keyboard only on button down, not on up, otherwise it required ↵Eugene Sandulenko
holding
2016-02-24GCW0: Made packager reenterableEugene Sandulenko
2016-02-24GCW0: Disabling more features on GCW0Eugene Sandulenko
2016-02-24I18N: Regenerate translations data fileThierry Crozat
2016-02-24I18N: Update spanish translationThierry Crozat
The update was provided by Tomás Maidagan.
2016-02-24SCI: Add script patch for qfg3 combat speed problemMartin Kiewitz
Fixes bug #6247
2016-02-24WAGE: Simplified detection tableEugene Sandulenko
2016-02-24WAGE: Added detection for Dungeon World IIEugene Sandulenko
2016-02-24GCW0: Add release build scriptEugene Sandulenko
2016-02-24GCW0: Made fluidsynth default sound deviceEugene Sandulenko
2016-02-24GCW0: Include free soundfont into release packageEugene Sandulenko
2016-02-24CONFIGURE: Fix for latest gcw0 toolchainEugene Sandulenko
2016-02-24CONFIGURE: Remove trailing spacesEugene Sandulenko
2016-02-24WAGE: Fixed crash in Double Trouble. Needs more work.Eugene Sandulenko
2016-02-24WAGE: Added detection for Double TroubleEugene Sandulenko
2016-02-24WAGE: Add detection for Canal DistrictEugene Sandulenko
2016-02-24SCI: Fix FM-Towns audio language selectionMartin Kiewitz
This first of all combines both detection entries and makes it possible so that the user can directly choose English or Japanese without having to add the game twice. But it also fixes the in-game option to switch between English and Japanese. Prior to this commit it was only possible to for example switch from Japanese to English once, but it was not possible to switch back without quitting the game and starting it again.
2016-02-24TUCKER: Hide cursor in cutscenesOri Avtalion
2016-02-24WAGE: Fix compilation with MSVCFilippos Karapetis
Including EventRecorder.h directly in the engine has the odd side effect of including winnt.h twice
2016-02-24WAGE: Silence false positive MSVC warningsFilippos Karapetis
2016-02-23Merge pull request #679 from tobiatesan/fix_rotoJohannes Schickel
WINTERMUTE: Fix order of arguments in sprite rotation
2016-02-23WINTERMUTE: Fix order of arguments in sprite rotationTobia Tesan
2016-02-23WIN32: Fix plugin provider build for 64bit target.Johannes Schickel
2016-02-23I18N: Regenerate translations data fileThierry Crozat
2016-02-23I18N: Fix typo in de_DE.porootfather
2016-02-23I18N: Update German .po filerootfather
This upates the German .po file with the changes introduced recently. The whole update was done by Simon Sawatzki (SimSaw), thank you for that!
2016-02-23SCI: Improve kAnimate fastcast detection, Remove EQ1 hackMartin Kiewitz
- Add "kAnimate fast cast state" to "version" debug command - Make it possible for script patcher signatures to get fully used outside of the regular script patcher - Remove previous fastcast detections and replace them with a signature heuristic - Remove object name checking, when fastcast global is set - Heuristic detects "fast cast" support incorrectly for multilingual KQ5, but it seems the game never sets the global, so it won't matter. KQ5 CD (also SCI1 late) has fastcast support. - Remove hack in GfxView::draw - Add lots of comments to ScriptPatcher class This fixes EcoQuest 1 Floppy showing the anemone on top of the message box (see bug #5170)
2016-02-23WAGE: Fix crash when border is off-screen. Bug Hunt was affected.Eugene Sandulenko
2016-02-23WAGE: Improved debug outputEugene Sandulenko
2016-02-23WAGE: Fix assert in string Operand, as it allows TEXT_INPUT as stringEugene Sandulenko
2016-02-23WAGE: Fix crashes for poorly initialized objectsEugene Sandulenko
2016-02-23WAGE: Added safeguard checks for operandsEugene Sandulenko
2016-02-23WAGE: Added detection for "3rd Floor" and "Bug Hunt"Eugene Sandulenko
2016-02-22I18N: Regenerate translations data fileThierry Crozat
2016-02-22I18N: Update Russian and Belarusian translations (patch #1635)Thierry Crozat
2016-02-22I18N: Add Basque additional string translationMikel Iturbe Urretxa
2016-02-22SCI32: Do not clear screen when restoring for SCI32Martin Kiewitz
Fixes graphical issues, when restoring saved games. SCI32 did not clear the screen and also did not even redraw the screen on restore. It only redraws elements that have changed. Behavior verified using TSR in DOSBox (see comments). Also added comment about clearing the screen for SCI16.
2016-02-22WAGE: Initialize class variablesEugene Sandulenko
2016-02-22WAGE: Fix buffer overrunEugene Sandulenko
2016-02-22SCI: Add hack for Pepper's Adventure in Time CDAUDIO issueMartin Kiewitz
Game checks for file CDAUDIO. Currently the kFileIO(Exists) code is working pretty slowly on at least Windows. Needs to get fixed properly by enhancing SaveFileManager(). This is primarily for branch 1.8.0.
2016-02-22MOHAWK: Only allow saving/loading from the main event loopBastien Bouclet