Age | Commit message (Expand) | Author |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn |
2005-05-08 | Silly copy & paste error :-) | Max Horn |
2005-05-08 | New method InSaveFile::skip() | Max Horn |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-04-16 | vc compile warn | Andrew Kurushin |
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile c... | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ... | Max Horn |
2004-12-11 | Update CE default savepath | Nicolas Bacca |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn |
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ma... | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-10 | detect zlib in configure script; use it by default, if available | Max Horn |
2003-11-30 | zlib compression works *very* well, factor 3-6 in my test cases. Personally I... | Max Horn |
2003-11-30 | cleanup; added (currently commented out) zlib/gzip code | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt |
2003-10-12 | EVC : compile different | Nicolas Bacca |
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn |
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt |