Age | Commit message (Expand) | Author |
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos |
2006-08-28 | Oops. some systems are using '\\' instead of '/' fixing that now... | Johannes Schickel |
2006-08-28 | Fixing other FS backends to use the bug fixed version of the POSIX lastPathCo... | Johannes Schickel |
2006-08-28 | Fixing the Windows FS code to not delete the first character of a node, if it... | Johannes Schickel |
2006-07-22 | Added FilesystemNode::name method | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-05 | Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ... | Travis Howell |
2006-05-13 | Add code for get current directory | Travis Howell |
2006-05-13 | Get current directory via a path of '.' | Travis Howell |
2006-05-12 | Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan... | Max Horn |
2006-05-03 | Revert the last change, since AbstractFilesystemNode::child() handles files a... | Travis Howell |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-03 | Make sure AbstractFilesystemNode::child() only returns a directory in Windows | Travis Howell |
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 | Add windows code for AbstractFilesystemNode::child() | Travis Howell |
2006-04-30 | Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me... | Max Horn |
2006-04-27 | _isPseudoRoot should be always false, in WindowsFilesystemNode(const String &... | Travis Howell |
2006-04-27 | Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ... | Travis Howell |
2006-04-27 | I still don't know whether this is the correct fix for WindowsFilesystemNode,... | Max Horn |
2006-04-05 | Use full path qualifiers in #include statements (exception: engines/ can be o... | Max Horn |
2006-04-04 | Rename variable in FSList::sort() to avoid conflict with system defines | Travis Howell |
2006-04-04 | Some more FS code cleanup | Max Horn |
2006-04-04 | Removing more pseudo copy constructors in favor of the standard copy construc... | 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-02-07 | Removed .cvsignore files | 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-09 | Why not fix the warning if you encounter it? :-) | Max Horn |
2005-03-16 | Weird ... but fixes the second (and hopefully last) crash | Nicolas Bacca |
2005-02-25 | ops | Paweł Kołodziejski |
2005-02-25 | fixed compilation | Paweł Kołodziejski |
2005-02-20 | Fixed warning, hopefully without breaking anything. (GCC doesn't like | Torbjörn Andersson |
2005-02-19 | compatibility fixes for wince | Paweł Kołodziejski |
2005-02-07 | Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I | Torbjörn Andersson |
2005-01-01 | Updated copyright | Max Horn |
2004-11-29 | Allow the file browser to get back to the "pseudo root" under Windows. This | Torbjörn Andersson |
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-02-01 | Added FilesystemNode::getNodeForPath, but right now only for Mac OS X | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-21 | Add header | Travis Howell |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-08-01 | Small cleanup | Travis Howell |
2003-07-13 | linux/mingw compilation fix pointed out by Jeroen Janssen | Jonathan Gray |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |