Age | Commit message (Expand) | Author |
2006-05-12 | Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan... | Max Horn |
2006-05-03 | Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth... | Max Horn |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-03 | Some doxygen comment cleanup for (Abstract)FilesystemNode | Max Horn |
2006-05-03 | Got rid of AbstractFilesystemNode::wrap (begone, evil hack) | Max Horn |
2006-05-03 | Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl... | Max Horn |
2006-05-03 | Started to separate AbstractFilesystemNode from FilesystemNode | Max Horn |
2006-05-01 | Added a missing '*' (which marks the comment as being one doxygen should proc... | Max Horn |
2006-04-30 | Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me... | Max Horn |
2006-04-27 | Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ... | Travis Howell |
2006-04-04 | Turned FSList::sort into a generic function which can be applied to anything ... | Max Horn |
2006-04-03 | Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th... | Max Horn |
2006-03-25 | Add kListAllNoRoot type to listDir() to handle recent file class changes, on ... | Travis Howell |
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-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson |
2005-02-06 | Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I don... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-18 | oops | Max Horn |
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn |
2004-12-10 | Removed outdated (and wrong) comment; all this stuff will be rewritten eventu... | Max Horn |
2004-11-21 | Since we do ref counting on the nodes now, we can re-use the root nodes now | Max Horn |
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client co... | Max Horn |
2004-07-21 | Ignore case when sorting file system nodes | Max Horn |
2004-05-06 | Reverted the last commit (on this file only) because it broke compilation | Torbjörn Andersson |
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn |
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ... | Max Horn |
2004-03-28 | Small tweaks for MIPSPro compiler | Max Horn |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-02-01 | Added FilesystemNode::getNodeForPath, but right now only for Mac OS X | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-11-06 | cleanup | Max Horn |
2003-10-17 | needed some more work to get Iterators to work in FSList | Max Horn |
2003-10-17 | make FSList inherit 'public' from List (so that we can use List::Iterator) | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | and more cleanup .... | Paweł Kołodziejski |
2002-11-21 | sort FSList by displayname | Max Horn |
2002-11-19 | added some preliminary game auto detect code to the launcher; this required a... | Max Horn |
2002-11-18 | removed obsolete example | Max Horn |
2002-11-14 | added TODO | Max Horn |
2002-11-13 | experimental FS browsing code. Right now only for POSIX systems, some things ... | Max Horn |