Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-30 | Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() ↵ | Max Horn | |
methods svn-id: r22249 | |||
2006-04-27 | _isPseudoRoot should be always false, in WindowsFilesystemNode(const String ↵ | Travis Howell | |
&path) svn-id: r22195 | |||
2006-04-27 | Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ↵ | Travis Howell | |
in windows filesys backend was real cause of problem. svn-id: r22194 | |||
2006-04-27 | I still don't know whether this is the correct fix for ↵ | Max Horn | |
WindowsFilesystemNode, but at least with it, one definite and serious bug in the code (using an uninitialised variable) has been fixed, the end result hardly will be worse svn-id: r22192 | |||
2006-04-05 | Use full path qualifiers in #include statements (exception: engines/ can be ↵ | Max Horn | |
ommited, at least for now) svn-id: r21620 | |||
2006-04-04 | Rename variable in FSList::sort() to avoid conflict with system defines | Travis Howell | |
svn-id: r21612 | |||
2006-04-04 | Some more FS code cleanup | Max Horn | |
svn-id: r21600 | |||
2006-04-04 | Removing more pseudo copy constructors in favor of the standard copy ↵ | Max Horn | |
constructor (gee, everybody is copying my bad code, it seems ;-) svn-id: r21597 | |||
2006-03-25 | Add kListAllNoRoot type to listDir() to handle recent file class changes, on ↵ | Travis Howell | |
file system backends which use _isPseudoRoot svn-id: r21449 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20535 | |||
2006-02-07 | Removed .cvsignore files | Max Horn | |
svn-id: r20424 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-09 | Why not fix the warning if you encounter it? :-) | Max Horn | |
svn-id: r17994 | |||
2005-03-16 | Weird ... but fixes the second (and hopefully last) crash | Nicolas Bacca | |
svn-id: r17168 | |||
2005-02-25 | ops | Paweł Kołodziejski | |
svn-id: r16918 | |||
2005-02-25 | fixed compilation | Paweł Kołodziejski | |
svn-id: r16916 | |||
2005-02-20 | Fixed warning, hopefully without breaking anything. (GCC doesn't like | Torbjörn Andersson | |
casting from "const char *" to "char *".) svn-id: r16826 | |||
2005-02-19 | compatibility fixes for wince | Paweł Kołodziejski | |
svn-id: r16814 | |||
2005-02-07 | Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I | Torbjörn Andersson | |
don't know where it's used, I'm not sure if it works correctly. svn-id: r16752 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-11-29 | Allow the file browser to get back to the "pseudo root" under Windows. This | Torbjörn Andersson | |
fixes bug #1074919. svn-id: r15963 | |||
2004-11-21 | Since we do ref counting on the nodes now, we can re-use the root nodes now | Max Horn | |
svn-id: r15851 | |||
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client ↵ | Max Horn | |
code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-) svn-id: r15848 | |||
2004-02-01 | Added FilesystemNode::getNodeForPath, but right now only for Mac OS X | Max Horn | |
svn-id: r12692 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-21 | Add header | Travis Howell | |
svn-id: r11826 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-08-01 | Small cleanup | Travis Howell | |
svn-id: r9354 | |||
2003-07-13 | linux/mingw compilation fix pointed out by Jeroen Janssen | Jonathan Gray | |
svn-id: r8984 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... | Paweł Kołodziejski | |
svn-id: r6719 | |||
2002-11-24 | Fix warning | Travis Howell | |
svn-id: r5705 | |||
2002-11-20 | Fix parent, take 2 (thanks Kirben) | Nicolas Bacca | |
svn-id: r5632 | |||
2002-11-19 | Fix parent | Nicolas Bacca | |
svn-id: r5627 | |||
2002-11-19 | fixed parent() method, added a FIXME | Max Horn | |
svn-id: r5619 | |||
2002-11-19 | fixed parent() method, added a FIXME | Max Horn | |
svn-id: r5618 | |||
2002-11-19 | The _displayName isn't required for win32 | Travis Howell | |
svn-id: r5615 | |||
2002-11-19 | Update listDir | Nicolas Bacca | |
svn-id: r5613 | |||
2002-11-15 | implemented parent() for POSIX fs code; added .cvsignore files | Max Horn | |
svn-id: r5571 | |||
2002-11-15 | Do not drink and #ifdef | Nicolas Bacca | |
svn-id: r5555 | |||
2002-11-14 | Added FS implementation for Windows / Windows CE | Nicolas Bacca | |
svn-id: r5554 | |||
2002-11-14 | added dummy FS backend for Windows; somebody has to implement the actual ↵ | Max Horn | |
code for it. Also, we probably want something like this for MorphOS; and maybe also a 'null' dummy implementation? svn-id: r5553 |