Age | Commit message (Expand) | Author |
2019-05-12 | COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream | Paul Gilbert |
2016-08-24 | CLOUD: Make download() create necessary directories | Alexander Tkachev |
2016-08-04 | COMMON: Add WriteStream::pos() | Alexander Tkachev |
2014-08-29 | COMMON: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-02-09 | Remove last traces of File::addDefaultDirectory | Max Horn |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-07-29 | Removed redundant File::ioFailed() implementation; also turned ReadStream::io... | Max Horn |
2009-07-29 | Removed last traces of clearIOFailed. Yay :) | Max Horn |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-11-18 | Fixed documentation. | Johannes Schickel |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-22 | Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightly | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-08 | Switched File::open, File::addDefaultDirectory to use a SearchSet internally.... | Max Horn |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-09-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn |
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | Added new StdioStream class, a thin wrapper around FILE | Max Horn |
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::... | Max Horn |
2008-08-03 | Implemented DumpFile::open(FSNode) | Max Horn |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-05-27 | Made some methods virtual to allow File subclasses | Jordi Vilalta Prat |
2007-10-31 | Removed the Common::File::removeFile() methods, and moved their implementatio... | David Corrales |
2007-09-21 | Rename file removal functions, to avoid conflicts. Add save game path, when r... | Travis Howell |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode br... | David Corrales |
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-07-20 | Added a remove() function to the Common::File class. Also changed the exists(... | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-08 | Changed File::_handle to be of type void* instead of FILE* (to ease porting);... | Max Horn |
2007-03-01 | Removed File::incRef and decRef | Max Horn |
2007-02-25 | Typo | Max Horn |
2006-07-24 | Documenting Common::File a bit. | Johannes Schickel |
2006-05-20 | Make the copy constructor / assignment operator of class File private to prev... | Max Horn |
2006-05-13 | Fix for bug #1483213 | Max Horn |
2006-05-01 | Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste... | Max Horn |
2006-04-30 | Add a File::open variant that takes a FilesystemNode as parameter | Max Horn |
2006-04-26 | Removed 'directory' parameter of File::open | Max Horn |
2006-04-26 | Properly re-implemented File::exists to FilesystemNode (this should fix bug #... | Max Horn |