aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
2009-03-08Re-use save game slot, if the name matches, when saving in PN.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07Fix buffer overflow in matchSaveGame().Travis Howell
2009-03-06Switch pause key to Pause in AGOS engine, and drop the debug keys.Travis Howell
2009-03-05Add minor verb code differences in Elvira 1/2.Travis Howell
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Add DOS demo of Elvira 1.Travis Howell
2009-03-01Fix bottom palette in AtariST version of Elvira 2.Travis Howell
2009-03-01Correctly fix position of icons in AtariST version of Elvira 2.Travis Howell
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-28Add German font data table for German versions of Elvira 2 and Waxworks.Travis Howell
2009-02-28Elvira 1 uses slightly different font data table, shared for all languages.Travis Howell
2009-02-27Fix bug #2642654 - SIMON2: Cannot load savegame, also in CD DOS?.Travis Howell
2009-02-19The background sounds option, only applies to Simon the Sorcerer 2.Travis Howell
2009-02-15AtariST Elvira 1 demo specific code in restoreBackGround() is no longer requi...Travis Howell
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-02-15Fix offset error in clearVideoBackGround(), that could cause menu glitches af...Travis Howell
2009-02-14Ooops, remove excess bracket.Travis Howell
2009-02-14Add missing code difference in wordMatch().Travis Howell
2009-02-13Fix another memory leak, when exiting Waxworks.Travis Howell
2009-02-13Fix memory leaks, when exiting Waxworks.Travis Howell
2009-02-13Fix another memory leak, when exiting AGOS engine.Travis Howell
2009-02-13Fix memory leak, when exiting AGOS engine.Travis Howell
2009-02-11Code difference no longer required (fixed by revision 35327).Travis Howell
2009-02-11Fix bug #2583230 - Waxworks: Can't drag and drop items.Travis Howell
2009-02-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07time.h include no longer required.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-04Fix startup of AtariST demo of Elvira 1.Travis Howell
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30AGOS: Added TODO about the possibility of using special debug levelsMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-27Silence MSVC warningsFilippos Karapetis
2009-01-27Add/Update comments.Travis Howell
2009-01-27Add looping support to makeVOCStream().Travis Howell
2009-01-27Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to...Max Horn
2009-01-27Allow quitting Simon 2 during the introMax Horn
2009-01-26Add support for text compression in the AtariST version of Elvira 1.Travis Howell
2009-01-24Update detection table with known file sizes.Travis Howell
2009-01-23 Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ...Travis Howell
2009-01-23Remove unused shutdown() code.Travis Howell
2009-01-23Remove last use of time() in AGOS engine.Travis Howell
2009-01-20Bypass copy protection screen completely in Waxworks, since copy protection i...Travis Howell
2009-01-20Fix bug #2522556 - FEEBLE: Cutscene not found, Crash.Travis Howell