aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-04-22DREAMWEB: Move all of the mouse cursor related code into a separate fileFilippos Karapetis
2012-04-21CRUISE: Fix update of background animations while waiting for user.D G Turner
2012-04-21CRUISE: Modification to main loop to update cursor, even in FastMode.D G Turner
2012-04-21CRUISE: Move cursor update to upper "idle" loop in main function.D G Turner
2012-04-19Merge pull request #232 from fingolfin/refactor-pluginsFilippos Karapetis
2012-04-19Merge pull request #231 from BenCastricum/masterFilippos Karapetis
2012-04-19Merge pull request #229 from criezy/dreamweb-frFilippos Karapetis
2012-04-18BUILD: Move list of engines out of configureMax Horn
2012-04-18ENGINES: Move table of engines from base/plugins.cpp to new headerMax Horn
2012-04-17SCUMM: Add another Dutch Balloon-O-Rama variant.Ben Castricum
2012-04-16DREAMWEB: Simplify modifyFileName() by using _datafilePrefixThierry Crozat
2012-04-16DRASCULA: listSaves handles unsynced save indexupthorn
2012-04-16DREAMWEB: Minor style fixesThierry Crozat
2012-04-15DRASCULA: added list saves supportupthorn
2012-04-15DREAMWEB: Add character mapping for french versionThierry Crozat
2012-04-15DREAMWEB: Support opening data files from ES and FR CD versionThierry Crozat
2012-04-15AGOS: Add comment about the limitations of quick loading/saving games in the ...Travis Howell
2012-04-08MOHAWK: Enable the SVQ1 intro for Myst ME MacMatthew Hoops
2012-04-04SCUMM: Fix spelling of lengthJoel Teichroeb
2012-04-04PARALLACTION: Fix spelling of lengthJoel Teichroeb
2012-04-05KYRA: Silence const away cast warning by using non-const versions of strpbrk ...Johannes Schickel
2012-04-05GROOVIE: Do not cast away const qualifier.Johannes Schickel
2012-04-05SWORD25: Do not cast away const qualifier.Johannes Schickel
2012-04-05SCI: Do not cast away const qualifier.Johannes Schickel
2012-04-04Merge pull request #221 from klusark/constJohannes Schickel
2012-04-04SCUMM/ARM: Fix crashes in ARM asm costume rendererWillem Jan Palenstijn
2012-04-04SCI: Bugfix for the GetAngle workaroundsFilippos Karapetis
2012-04-03SCUMM: Fix casting away constJoel Teichroeb
2012-04-02AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in intr...Travis Howell
2012-04-01AGOS: Fix bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction.Travis Howell
2012-04-01SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513765.D G Turner
2012-04-01SCI: Change the fix for the SQ1 PAvoider call to apply in all rooms againFilippos Karapetis
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-31SCI: Make sure that the disable_dithering key existsFilippos Karapetis
2012-03-31SCI: Fix workaround for bug #3513207Filippos Karapetis
2012-03-31SCI: Minor formatting fix to workarounds table.D G Turner
2012-03-31SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513207.D G Turner
2012-03-30GOB: Add a Spanish Amiga version of Gobliins 2Sven Hesse
2012-03-30SKY: Minor formatting fix.D G Turner
2012-03-28SKY: Allow game to be loaded from main menu dialog while in-game control pane...Eric Culp
2012-03-28CGE: Close memory leak in savegame loading.D G Turner
2012-03-28CGE: Close memory leak in sound Fx caching..D G Turner
2012-03-28CGE: Close memory leak in savegame thumbnail loading.D G Turner
2012-03-27AGI: Add played time information to saved gamesFilippos Karapetis
2012-03-27AGI: Use the ScummVM dialogs for saving/loadingFilippos Karapetis
2012-03-27DREAMWEB: Slight cleanup of DreamWebEngine::animPointer()Filippos Karapetis
2012-03-26AGI: Fix compilation on NDS, broken due to predictive text changes.D G Turner
2012-03-26QUEEN: Implement saving/loading during runtime from the GMMFilippos Karapetis
2012-03-25Merge pull request #214 from BenCastricum/masterEugene Sandulenko
2012-03-25Merge pull request #216 from bluegr/gui_undither_moveEugene Sandulenko