aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/saveload.cpp
AgeCommit message (Collapse)Author
2009-02-07Cleanup.Travis Howell
svn-id: r36232
2009-02-07Cleanup.Travis Howell
svn-id: r36228
2008-12-13Cleanup.Travis Howell
svn-id: r35323
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵Max Horn
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700
2008-09-15Replace ioFailed by err.Travis Howell
svn-id: r34557
2008-09-10Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"Filippos Karapetis
svn-id: r34469
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not ↵Christopher Page
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate svn-id: r33848
2008-08-08Hopefully allow quiting at any stage AGOS engines games again.Travis Howell
svn-id: r33693
2008-07-29Changed class File (and derived classes) to only support read-only access; ↵Max Horn
added a new class DumpFile for writing svn-id: r33412
2008-07-27Fix buffer overflow in error message.Travis Howell
svn-id: r33321
2008-04-18Always correct time events duration, when saving games.Travis Howell
svn-id: r31557
2008-04-16Correct time events duration, when saving in Elvira 1.Travis Howell
svn-id: r31516
2008-03-22Add support for room states in Waxworks (DOS).Travis Howell
svn-id: r31218
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2007-12-20Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵Max Horn
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908
2007-12-10Remove old warnings, since errors are displayed via load/save interface.Travis Howell
svn-id: r29815
2007-11-20Fixed unterminated string in countSaveGames(), which may be the cause of theTorbjörn Andersson
problem with Feeble Files savegames not being shown that was described on the forum recently. svn-id: r29580
2007-11-18Fix loading restart state file in Amiga version of Waxworks.Travis Howell
svn-id: r29543
2007-11-17Use unique save game naming for PC versions of Elvira 2 and Waxworks, due to ↵Travis Howell
the save game format differences. svn-id: r29539
2007-11-17Fix bug #1759850 - ELVIRA2: Restart state file causes crash. The itemStore ↵Travis Howell
data needed to be adjusting, when loading or saving in the AtariST and Amiga versions. svn-id: r29534
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
svn-id: r28462
2007-07-28Add save code differences in Amiga verison of Waxworks.Travis Howell
svn-id: r28261
2007-07-28Add save code differences in Amiga verison of Waxworks.Travis Howell
svn-id: r28260
2007-07-27Fix loading restart state file in Amiga version of Waxworks.Travis Howell
svn-id: r28234
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵David Corrales
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046
2007-07-01Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P.Travis Howell
svn-id: r27839
2007-06-30Changed AGOS to use full KeyState, not just ascii value, in key eventsMax Horn
svn-id: r27800
2007-06-30AGOS: Introduced ChildType enumMax Horn
svn-id: r27792
2007-06-10Fix load/save regression in Puzzle Pack.Travis Howell
svn-id: r27272
2007-06-09Fix gltich when listing saved games in Hebrew versions.Travis Howell
svn-id: r27229
2007-06-08Don't save game, when no saved game name is given in earlier games.Travis Howell
svn-id: r27195
2007-06-08Fix load/save interface in Elvira 1.Travis Howell
svn-id: r27191
2007-06-06Fix glitches when highlighting saved game names in Elvira 2 and Waxworks, ↵Travis Howell
caused by incorrect position of characters. svn-id: r27146
2007-06-05Fix regression when listing saved game names, in Simon the Sorcerer 1/2.Travis Howell
svn-id: r27096
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-28Fix loading restart state in Amiga and AtariST versions of Elvira 2.Travis Howell
svn-id: r26996
2007-05-27Fix loading restart state in Waxworks for now.Travis Howell
svn-id: r26966
2007-05-27Correct cursor used when entering saved game name in Elvira 2 and Waxworks.Travis Howell
svn-id: r26957
2007-05-22Silenced a rather paranoid GCC warning.Torbjörn Andersson
svn-id: r26924
2007-05-22Add support for the saved game overwrite check script in Waxworks.Travis Howell
svn-id: r26911
2007-05-22Add load/save interface support for Elvira 2 and Waxworks.Travis Howell
svn-id: r26909
2007-05-20Update quick load code for Elvira 1/2 and Waxworks, based on original scripts.Travis Howell
svn-id: r26884
2007-05-16Ooops, correct inheritance of load/save functions.Travis Howell
svn-id: r26851
2007-05-16Add caption to saved games for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26850
2007-05-13Fix bugs #941074 and #828860, by switching to graphics renderer code used by ↵Travis Howell
earlier (non-Windows) versions of Simon the Sorcerer 1/2. svn-id: r26825
2007-05-09Imrproved support for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26792
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just ↵Max Horn
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660
2007-01-01Fix bug #1624767 - FF: save games will not load.Travis Howell
svn-id: r24960