aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-03-18ENGINES: Move SaveStateDescriptor etc. to engine/savestate.*Max Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-18Switch from Common::tag2string(foo).c_str() to tag2str(foo)Max Horn
2010-03-17Use resSize instead of computing its value again.Arnaud Boutonné
2010-03-16Add detection for Adiboo 2.14. Specify the exact version of a Adi 4.0Arnaud Boutonné
2010-03-16Some style fixes.Johannes Schickel
2010-03-16SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301)Martin Kiewitz
2010-03-16Add patch #2970176 - V0: MM Verb + Anim Fix.Travis Howell
2010-03-16Add patch #2971126 - MM V0: Ed(na) walk fix.Travis Howell
2010-03-16Add patch #2970899 - MM V0: flipped limbs drawing fix.Travis Howell
2010-03-16Further code implemented for the current action displayPaul Gilbert
2010-03-14Further separation of MADS and M4 scene logicPaul Gilbert
2010-03-14Further work on separating M4 specific scene code into the m4_scene.cpp filePaul Gilbert
2010-03-14Increased the default Discworld 2 double-click time from 0.33 seconds to 0.55...Paul Gilbert
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-03-11GUI: Remove GuiObject::getMillis()Max Horn
2010-03-11Loading the intro videos tira.imd and tirb.imd as early PreIMDSven Hesse
2010-03-11Adding support for the early Fascination IMD formatSven Hesse
2010-03-10Fix bug #2963556: SAGA: Memory leaks #2Andrew Kurushin
2010-03-10Replace mutex_up/mutex_down methods by Common::StackLockMax Horn
2010-03-10cleanupMax Horn
2010-03-10AGOS: cleanupMax Horn
2010-03-10Fix a valgrind warning.Johannes Schickel
2010-03-10Fix bug #2963556: SAGA: Memory leaksAndrew Kurushin
2010-03-10Split up the SceneResources class into a generic common set, with specific ve...Paul Gilbert
2010-03-10Fix warningMax Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-09DRASCULA: Simplify playFLI and its subroutinesMax Horn
2010-03-09DRASCULA: Simplified some code, cleanupMax Horn
2010-03-09DRASCULA: Some cleanup; turn some global C++ objects into members of Drascula...Max Horn
2010-03-08Workaround for bug #1878514: COMI: Glitch when turning pages in recipe bookMax Horn
2010-03-08SCI: Make EngineState parameter to INV_SEL explicitMax Horn
2010-03-08SCI: Made some stuff staticMax Horn
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-07Exclude font data tables for The Feeble Files, when AGOS2 games are disabled.Travis Howell
2010-03-07Add font data for Polish Windows 4CD version of The Feeble Files.Travis Howell
2010-03-07Split up the scene.cpp file into separate files for M4 and MADS specific scen...Paul Gilbert
2010-03-06- Reorder detection (floppy, CD, demos). Arnaud Boutonné
2010-03-06Playtoons - Add MD5s specified by scoriae in the forumsArnaud Boutonné
2010-03-06Gob3CD - Move subtitle check to initializationArnaud Boutonné
2010-03-06Gob3 CD - some texts are skipped in the CD version because they are considere...Arnaud Boutonné
2010-03-05SCI: Add detection entry for Space Quest 5 french found in Space Quest Collec...Fabio Battaglia
2010-03-05Add detection for Playtoons 3 EN, based on Hkz MD5sArnaud Boutonné
2010-03-05Patch #2963270: MM: V0 Verb Give FixMax Horn
2010-03-04Fix another mismatching new[] call (note that this needs to be replaced by ma...Johannes Schickel
2010-03-04Fix mismatching new[]/delete.Johannes Schickel
2010-03-04cruise: add detection entry for Amiga English US GOLD versionFabio Battaglia
2010-03-04Fix item exchange string in Kyra 1 Amiga (both English and German).Johannes Schickel
2010-03-02Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench.Travis Howell