aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/saveload.cpp
AgeCommit message (Expand)Author
2009-05-05Fix input glitch regression again, by closer matching original PN code.Travis Howell
2009-05-04All versions of PN share the same saved game format.Travis Howell
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is c...Travis Howell
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell
2009-03-07Fix buffer overflow in matchSaveGame().Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2008-12-13Cleanup.Travis Howell
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-15Replace ioFailed by err.Travis Howell
2008-09-10Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"Filippos Karapetis
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u...Christopher Page
2008-08-08Hopefully allow quiting at any stage AGOS engines games again.Travis Howell
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-27Fix buffer overflow in error message.Travis Howell
2008-04-18Always correct time events duration, when saving games.Travis Howell
2008-04-16Correct time events duration, when saving in Elvira 1.Travis Howell
2008-03-22Add support for room states in Waxworks (DOS).Travis Howell
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-12-20Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ...Max Horn
2007-12-10Remove old warnings, since errors are displayed via load/save interface.Travis Howell
2007-11-20Fixed unterminated string in countSaveGames(), which may be the cause of theTorbjörn Andersson
2007-11-18Fix loading restart state file in Amiga version of Waxworks.Travis Howell
2007-11-17Use unique save game naming for PC versions of Elvira 2 and Waxworks, due to ...Travis Howell
2007-11-17Fix bug #1759850 - ELVIRA2: Restart state file causes crash. The itemStore da...Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
2007-07-28Add save code differences in Amiga verison of Waxworks.Travis Howell
2007-07-28Add save code differences in Amiga verison of Waxworks.Travis Howell
2007-07-27Fix loading restart state file in Amiga version of Waxworks.Travis Howell
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-07-01Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P.Travis Howell
2007-06-30Changed AGOS to use full KeyState, not just ascii value, in key eventsMax Horn
2007-06-30AGOS: Introduced ChildType enumMax Horn
2007-06-10Fix load/save regression in Puzzle Pack.Travis Howell
2007-06-09Fix gltich when listing saved games in Hebrew versions.Travis Howell
2007-06-08Don't save game, when no saved game name is given in earlier games.Travis Howell
2007-06-08Fix load/save interface in Elvira 1.Travis Howell
2007-06-06Fix glitches when highlighting saved game names in Elvira 2 and Waxworks, cau...Travis Howell
2007-06-05Fix regression when listing saved game names, in Simon the Sorcerer 1/2.Travis Howell
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-28Fix loading restart state in Amiga and AtariST versions of Elvira 2.Travis Howell
2007-05-27Fix loading restart state in Waxworks for now.Travis Howell
2007-05-27Correct cursor used when entering saved game name in Elvira 2 and Waxworks.Travis Howell
2007-05-22Silenced a rather paranoid GCC warning.Torbjörn Andersson
2007-05-22Add support for the saved game overwrite check script in Waxworks.Travis Howell
2007-05-22Add load/save interface support for Elvira 2 and Waxworks.Travis Howell
2007-05-20Update quick load code for Elvira 1/2 and Waxworks, based on original scripts.Travis Howell