aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/saveload.cpp
AgeCommit message (Collapse)Author
2007-11-04simplification, increased game state filenamesGregory Montoir
svn-id: r29399
2007-09-29don't update the screen directly after a gamestate load ; keychars and room ↵Gregory Montoir
background are now redrawn on the same frame (bug #1751226) svn-id: r29133
2007-09-27simplified touche savegame listingGregory Montoir
svn-id: r29112
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
svn-id: r28462
2007-07-31fix for bug #1751226 (glitches on save/loadGregory Montoir
svn-id: r28370
2007-07-24renamed some fields for clarificationGregory Montoir
svn-id: r28184
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-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-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
2006-12-09cleanupGregory Montoir
svn-id: r24825
2006-11-15added dirty rects handlingGregory Montoir
svn-id: r24725
2006-11-11various fixes, Touche should now be completable without any major glitchesGregory Montoir
svn-id: r24672
2006-11-10new menu codeGregory Montoir
workaround a possible scripting bug in introduction screen svn-id: r24668
2006-11-07cleanupGregory Montoir
svn-id: r24654
2006-11-05enabled MIDI volume changesGregory Montoir
svn-id: r24627
2006-11-03added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer'Gregory Montoir
svn-id: r24592