aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2012-05-11SCI: Fix bug #3040625 - "SCI: ECOQUEST French/German: Speech balloon graphic ...Filippos Karapetis
2012-05-10DREAMWEB: Fix crash when entering short console passwordWillem Jan Palenstijn
2012-05-08DREAMWEB: Fix Speech Directory Name for SP/FR CD Variant.D G Turner
2012-05-08DREAMWEB: Add _speechDirName to remove duplication of Directory name.D G Turner
2012-05-07DREAMWEB: Add detection entry for another French/Spanish CD variant.D G Turner
2012-05-06KYRA: fix bug No. X. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
2012-05-06KYRA: fix bug No. VI. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
2012-05-06KYRA: fix bug No. IX. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
2012-05-06TSAGE: Remove extra semicolons.Torbjörn Andersson
2012-05-04DREAMWEB: Add character map for the Italian version.Willem Jan Palenstijn
2012-05-03TINSEL: Add basic PSX SEQ playback supportMatthew Hoops
2012-05-03TINSEL: Capitalize 'demo'Matthew Hoops
2012-05-03DREAMWEB: Tag all detection entries as testing instead of unstable.Johannes Schickel
2012-05-03CONFIGURE: Enable dreamweb and composer by default.Johannes Schickel
2012-05-03AGI: Proper handling of the cancel button when saving/loadingFilippos Karapetis
2012-04-29SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music"Filippos Karapetis
2012-04-29SCI: Add a hack to fix the cursor colors in Longbow (bug #3489101)Filippos Karapetis
2012-04-29SCI: Add the French floppy version of SQ4 (bug #3515247)Filippos Karapetis
2012-04-28Merge pull request #234 from BenCastricum/masterJohannes Schickel
2012-04-28SCUMM: Fix bug #3493317 by removing assert() in detection algorithm.Ben Castricum
2012-04-24Add another English demo version of the Humongous Interactive Catalog.Travis Howell
2012-04-24KYRA: Fix crahes in Kyra 1-3 and LoL when EGA/CGA graphics mode is selected.Johannes Schickel
2012-04-22SWORD25: Correct stack dump debug function output.D G Turner
2012-04-22DREAMWEB: Slight cleanupFilippos Karapetis
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