aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-08-09prepare the kyraplayer for reading sfxtables from raw data (instead of static...Norbert Lange
2009-08-09fixed up some missing newlinesNorbert Lange
2009-08-08added code to support the "finale" sectionNorbert Lange
2009-08-08moved table-definition from header to cpp fileNorbert Lange
2009-08-08merge with trunkNorbert Lange
2009-08-08Implemented support for Amiga wander score map.Johannes Schickel
2009-08-08Change workaround for bug #2820054 to apply for all GRA versions.Johannes Schickel
2009-08-08Formatting fix.Johannes Schickel
2009-08-08Fix for bug #2412336 "DW2: Voices cut off" (commit on behalf of dreammaster)Johannes Schickel
2009-08-08Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ...Johannes Schickel
2009-08-08fix a bug that prevented gcc from compilingNorbert Lange
2009-08-08Commit of dhewg's patch to fix screen refreshes on the WiiPaul Gilbert
2009-08-08When opening a data stream, don't read the whole file into memory if not nece...Sven Hesse
2009-08-07show VK in gui_v2 games of kyraKostas Nakos
2009-08-07hint backend about virtual keyboard on save, in LoKKostas Nakos
2009-08-07Bugfix for #2831159 - Palace guards saying !!HIGH STRING!!Paul Gilbert
2009-08-05replace workaround in case musicfiles are missing with a simpler oneNorbert Lange
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music p...Scott Thomas
2009-08-05Bugfix for music not being stopped when music volume is set to zeroPaul Gilbert
2009-08-04CleanupFilippos Karapetis
2009-08-04remove a former workaround for Amiga MINorbert Lange
2009-08-04fixed hanging intro (and possible other scenes) when music cant be loadedNorbert Lange
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
2009-08-04added warning should the sound files not be available (intro will hang if the...Norbert Lange
2009-08-04Removed the superfluous VGA buffer, replacing it with direct writes to the vi...Filippos Karapetis
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-02synced the branch with the palette patch (#2819787)Norbert Lange
2009-08-02made MdatResource struct private and changed the signatures of functions whic...Norbert Lange
2009-08-01stole formatting for constructors from existing codeNorbert Lange
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
2009-08-01refactored and commented player_va4 a bitNorbert Lange
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-31using accessmodifiers in Tfmx now and removed/disabled functions that now don...Norbert Lange
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