Age | Commit message (Expand) | Author |
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 |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-01 | Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire... | Max Horn |
2006-03-28 | - Renamed class AssocArray to HashMap to match our existing class Map (note also | Max Horn |
2006-03-25 | - Revert my last change with moving addDefaultDirectory() from TheneNew.cpp | Eugene Sandulenko |
2006-03-25 | - Implemented case insensitive file reading. Left old system as a fallback | Eugene Sandulenko |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-06 | Fix another doyxgen warning | Max Horn |
2005-05-05 | Turned File::exists into a static method (as it should have been from the sta... | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-01-09 | Added new interface SeekableReadStream | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-11-27 | Make use of our String class instead of juggling with char pointers; added Fi... | Max Horn |
2004-10-16 | Add gets() method to File class. | Eugene Sandulenko |
2004-07-26 | Turn various File class methods into virtual methods, to allow overloading | Max Horn |
2004-07-23 | Allow subclasses to modify File class members (e.g. to set _ioFailed); change... | Max Horn |
2004-06-28 | Added simple ref-counting to the File class | Max Horn |
2004-06-28 | Enhanced default directory support in the File class; now one can specify arb... | Max Horn |
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few m... | Max Horn |
2004-04-17 | Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl... | Max Horn |