aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/windows/windows-fs.cpp
AgeCommit message (Collapse)Author
2006-04-30Added 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-27Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ↵Travis Howell
in windows filesys backend was real cause of problem. svn-id: r22194
2006-04-27I 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-05Use full path qualifiers in #include statements (exception: engines/ can be ↵Max Horn
ommited, at least for now) svn-id: r21620
2006-04-04Rename variable in FSList::sort() to avoid conflict with system definesTravis Howell
svn-id: r21612
2006-04-04Some more FS code cleanupMax Horn
svn-id: r21600
2006-04-04Removing 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-25Add kListAllNoRoot type to listDir() to handle recent file class changes, on ↵Travis Howell
file system backends which use _isPseudoRoot svn-id: r21449
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-09Why not fix the warning if you encounter it? :-)Max Horn
svn-id: r17994
2005-03-16Weird ... but fixes the second (and hopefully last) crashNicolas Bacca
svn-id: r17168
2005-02-25opsPaweł Kołodziejski
svn-id: r16918
2005-02-25fixed compilationPaweł Kołodziejski
svn-id: r16916
2005-02-20Fixed warning, hopefully without breaking anything. (GCC doesn't likeTorbjörn Andersson
casting from "const char *" to "char *".) svn-id: r16826
2005-02-19compatibility fixes for wincePaweł Kołodziejski
svn-id: r16814
2005-02-07Added getNodeForPath() so I can compile ScummVM with MinGW again. Since ITorbjörn Andersson
don't know where it's used, I'm not sure if it works correctly. svn-id: r16752
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-11-29Allow the file browser to get back to the "pseudo root" under Windows. ThisTorbjörn Andersson
fixes bug #1074919. svn-id: r15963
2004-11-21Since we do ref counting on the nodes now, we can re-use the root nodes nowMax Horn
svn-id: r15851
2004-11-20Changed 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-01Added FilesystemNode::getNodeForPath, but right now only for Mac OS XMax Horn
svn-id: r12692
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-21Add headerTravis Howell
svn-id: r11826
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-08-01Small cleanupTravis Howell
svn-id: r9354
2003-07-13linux/mingw compilation fix pointed out by Jeroen JanssenJonathan Gray
svn-id: r8984
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6719
2002-11-24Fix warningTravis Howell
svn-id: r5705
2002-11-20Fix parent, take 2 (thanks Kirben)Nicolas Bacca
svn-id: r5632
2002-11-19Fix parentNicolas Bacca
svn-id: r5627
2002-11-19fixed parent() method, added a FIXMEMax Horn
svn-id: r5619
2002-11-19fixed parent() method, added a FIXMEMax Horn
svn-id: r5618
2002-11-19The _displayName isn't required for win32Travis Howell
svn-id: r5615
2002-11-19Update listDirNicolas Bacca
svn-id: r5613
2002-11-15Do not drink and #ifdefNicolas Bacca
svn-id: r5555
2002-11-14Added FS implementation for Windows / Windows CENicolas Bacca
svn-id: r5554
2002-11-14added 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