aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-08-03Fix for #2824798 (FW: crash when clicking "load" in the GUI):Kari Salminen
2009-08-03Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays):Kari Salminen
2009-08-03Bugfix to correctly reset the music tempo when loading a savegamePaul Gilbert
2009-08-03T7G: Fix bug #2831046 where save names not shown after loading a save from la...Scott Thomas
2009-08-02Make MemoryReAlloc() 64-bit alignment safeJoost Peters
2009-08-02Fix AGI crashes on 64-bit systems that require alignmentJoost Peters
2009-08-02align memory handles to sizeof(void*) instead of 4 (which is just good enough...Joost Peters
2009-08-02Show a message if saving or loading a game fails.Sven Hesse
2009-08-02Show a message if saving or loading a game fails.Torbjörn Andersson
2009-08-02Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and d...Sven Hesse
2009-08-02When ESCing videos, seek to the last frame that was meant to be played. Fixes...Sven Hesse
2009-08-01Added some more information to the "Compressed sound ... invalid" error. MaybeTorbjörn Andersson
2009-08-01Remove obsolete comment from Cine::Palette::saturatedAddColor.Kari Salminen
2009-07-31Fix bug with the event loop that was discarding pending events rather than le...Paul Gilbert
2009-07-31When renaming old savefiles for Nippon Safes, don't assert if a file that mat...Nicola Mettifogo
2009-07-30SCUMM: Properly detect & distinguish the three FM-TOWNS double-demosMax Horn
2009-07-30Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchainMax Horn
2009-07-30minor cleanup to scale2x, to avoid confusing the compiler about potential poi...Max Horn
2009-07-30Fix bug which caused the mouse cursor not to update in some cases.Johannes Schickel
2009-07-30Cleanup the header file as I removed one function in r42922.Nicola Mettifogo
2009-07-30Fixed typo in user message.Nicola Mettifogo
2009-07-30Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa...Nicola Mettifogo
2009-07-30Added the character lookup table for the Spanish fontPaul Gilbert
2009-07-29SWORD1 & SWORD2: Replaced ioFailed by err+eosMax Horn
2009-07-29Removed last traces of clearIOFailed. Yay :)Max Horn
2009-07-29SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be...Max Horn
2009-07-29Fix regression, which prevented saving in COMI.Johannes Schickel
2009-07-29SCUMM: Enable looping in Indy3Mac sound effectsMax Horn
2009-07-29Fix a little bug in KyraEngine_MR::showBadConscience, which prevented Gunther...Johannes Schickel
2009-07-29Oops, fixing a regression I created with the Map_v4/Map_v2-mergeSven Hesse
2009-07-29Fix saving of item in hand in HoF and MR.Johannes Schickel
2009-07-29Fix animation script sound effect opcode implementation in Kyra3.Johannes Schickel
2009-07-29SCUMM: Rewrote ScummEngine::inventoryScriptIndy3Mac for clarityMax Horn
2009-07-29SCUMM: cleanupMax Horn
2009-07-28SCUMM: Moved _inventoryOffset to ScummEngine_v2 and save it.Max Horn
2009-07-28SCI: Avoid using perror (it's not portable)Max Horn
2009-07-28Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for smallTorbjörn Andersson
2009-07-28Fixed drawing subtitles for cutscenes that are narrower than the screen, andTorbjörn Andersson
2009-07-28More alignment-related changesSven Hesse
2009-07-28Changing stuff around a bit so alignment requirements won't increaseSven Hesse
2009-07-28Silencing two "empty loop body" warningsSven Hesse
2009-07-27Fix bug #2827459 "ITE: Ingame GUI does not list slots 96-99", by defining in ...Johannes Schickel
2009-07-27Fix format string issues (and compiler warnings).Willem Jan Palenstijn
2009-07-26fix/workaround for cruise crash on OSXJoost Peters
2009-07-26Simplify KYRA's SJIS font loading code.Johannes Schickel
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
2009-07-26Change KYRA to use our SJIS font, when it's available.Johannes Schickel
2009-07-2678 bytes isn't enough for some of the longer conversation options. 128 mightTorbjörn Andersson
2009-07-26Added a debug line to allow tracking of script executionPaul Gilbert
2009-07-26Bugfix for mouse button clicks getting counted multiple timesPaul Gilbert