aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/morphos
AgeCommit message (Collapse)Author
2006-04-30Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() ↵Max Horn
methods svn-id: r22249
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-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-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-02-07Removed .cvsignore filesMax Horn
svn-id: r20424
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-01-01Updated copyrightMax Horn
svn-id: r16398
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-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2002-11-20Implemented mode parameter for listDir()Ruediger Hanke
svn-id: r5640
2002-11-19fixed parent() for root nodeMax Horn
svn-id: r5620
2002-11-15implemented parent() for POSIX fs code; added .cvsignore filesMax Horn
svn-id: r5571
2002-11-15Fixes ...Ruediger Hanke
svn-id: r5567
2002-11-15FS backend for MorphOSRuediger Hanke
svn-id: r5566