Age | Commit message (Expand) | Author |
2013-06-06 | COMMON: Add depth/flat parameters to addSubDirectoryMatching. | Alyssa Milburn |
2011-12-13 | COMMON: Make more members of Archive constant. | Andrea Corna |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
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-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2009-11-21 | Ooops... | Johannes Schickel |
2009-11-21 | Change Archive::listMatchingMembers to match the pattern case-insensitively. | Johannes Schickel |
2009-10-03 | Fixed bug in archive.cpp that caused at least one engine (SAGA) not to work | Yotam Barnoy |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-23 | COMMON: Add "ignoreCase" parameter to matchString. | Johannes Schickel |
2009-06-01 | Add a 'flat' option to FSDirectory to allow searching recursively for files i... | Willem Jan Palenstijn |
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn |
2009-02-24 | Moved FSDirectory implementation from common/archive.cpp to common/fs.cpp | Max Horn |
2009-02-22 | Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca... | Max Horn |
2009-02-22 | Changed Common::File and FSDirectory to invoke FSNode::exists a few times les... | Max Horn |
2009-02-15 | Merged internal 'matchPath' method of class Archive into global matchString f... | Max Horn |
2009-01-29 | Be paranoid about g_system being set | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con... | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2008-12-27 | Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec... | Max Horn |
2008-12-27 | Moved addDirectory from SearchManager to SearchSet; changed several places fr... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-20 | Committed slightly modified version of my patch at bug tracker item #2309974 ... | Johannes Schickel |
2008-12-15 | cleanup | Max Horn |
2008-11-21 | Formatting / Cleanup. | Johannes Schickel |
2008-11-21 | refactor inconsistent calls to cacheDirectoryRecursive | Willem Jan Palenstijn |
2008-11-21 | Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(... | Max Horn |
2008-11-07 | Reverted my earlier commit r34926. | Nicola Mettifogo |
2008-11-07 | Fixed leak when using SearchSet::add for an already existing name. | Johannes Schickel |
2008-11-07 | Fixed leaks in SearchMan. Default directories are now added with the 'autoFre... | Nicola Mettifogo |
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-22 | Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightly | Max Horn |
2008-10-13 | Removed SearchManager::addArchive, since SearchManager::add offers the same f... | Johannes Schickel |
2008-10-12 | * Added prefix support to cache entries of FSDirectory, as specified in patch... | Nicola Mettifogo |
2008-10-08 | Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ... | Nicola Mettifogo |
2008-10-03 | Committed slightly modified patch #2034983 "Case-insensitivy and directory ha... | Johannes Schickel |
2008-10-02 | Add the current dir to the global SearchSet, i.e. to SearchMan (this should f... | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-29 | add constructor to SearchSet::Node for proper init of structure members with ... | Gregory Montoir |
2008-09-29 | Add priority parameter to the SearchMan API | Max Horn |
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-27 | Modified Common::SearchSet to take signed integer priorities, for convenience... | Max Horn |
2008-09-20 | Fixed "empty control statement" warning in FSDirectory::matchPattern(). | Vicent Marti |
2008-09-18 | Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get... | Max Horn |