Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-13 | Cleanup. | Travis Howell | |
svn-id: r19787 | |||
2005-12-08 | Cleanup. | Travis Howell | |
svn-id: r19759 | |||
2005-11-18 | Remove hard coded language values. | Travis Howell | |
svn-id: r19636 | |||
2005-11-12 | Old targets will be auto updated. | Travis Howell | |
Many non-English versions will be broken until information is updated. svn-id: r19563 | |||
2005-11-05 | Call flush() in the savegame stream, when saving. I think SAGA, Simon and | Torbjörn Andersson | |
BS2 were the last engines that didn't. But I could be mistaken. svn-id: r19463 | |||
2005-10-19 | Cleanup | Travis Howell | |
svn-id: r19177 | |||
2005-10-19 | Cleanup | Travis Howell | |
svn-id: r19176 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-08 | Added/stubbed some Feeble opcodes, and fixed a regression that made it | Torbjörn Andersson | |
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958 | |||
2005-10-07 | FF starts VGA script. | Travis Howell | |
svn-id: r18953 | |||
2005-10-06 | Add FF table. | Travis Howell | |
svn-id: r18948 | |||
2005-10-03 | Cleanup | Travis Howell | |
svn-id: r18929 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-05-06 | Use ScummVM code formatting for names. | Travis Howell | |
svn-id: r17930 | |||
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn | |
WriteStream are now subclasses of it. * Added new methods eos(), ioFailed(), clearIOFailed() to all streams. This allows better error checking. * SaveFile classes take advantage of these new standard stream APIS * Removed File::gets() * Added SeekableReadStream::readLine() (replaces File::gets) * Added WriteStream::writeString, for convenience svn-id: r17752 | |||
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile ↵ | Max Horn | |
classes (they are ugly, and to simple, but better than nothing) svn-id: r17589 | |||
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵ | Max Horn | |
for loading and one for saving svn-id: r17517 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-16 | Using errno isn't really portable; don't have time to fix this properly ↵ | Max Horn | |
right now svn-id: r16086 | |||
2004-12-16 | Split simon.cpp more for PalmOS port. | Travis Howell | |
svn-id: r16078 |