index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
fs
/
ps2
/
ps2-fs.cpp
Age
Commit message (
Expand
)
Author
2018-09-14
PS2: Fix compilation with latest PS2SDK
Cameron Cawley
2017-01-12
BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol.
D G Turner
2016-08-24
CLOUD: Add AbstractFSNode::create() backends stubs
Alexander Tkachev
2014-04-28
Merge pull request #426 from sunmax/master
Eugene Sandulenko
2014-02-18
PS2: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-23
PS2: Made it quieter unless -DLOGORRHEIC is set
Max Lingua
2014-01-18
PS2: modular IRX drivers loading
Max Lingua
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
BACKENDS: Avoid #including .cpp files
Max Horn
2009-11-23
PS2: Add new PS2FileStream class for std I/O.
Max Horn
2009-10-09
PS2: Fix warning, use fully qualified path for backend specific header ps2temp.h
Max Horn
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-06
Oops!
Max Lingua
2009-03-04
- 0.13.x friendly ;-)
Max Lingua
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-03
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-08-27
FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...
Max Horn
2008-03-03
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
Robert Göffringmann
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-10-07
Commit of patch #1804861. It implements a static lastPathComponent() function...
David Corrales
2007-07-09
Update the interfaces for the getChildren method to include the hidden flag.
David Corrales
2007-06-04
Added stubs for the exists(), isReadable() and isWritable() methods for all a...
David Corrales
2007-05-31
Merged the fs branch with trunk. r26949:27031
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-03
Use abstract factories to initialize FilesystemNode objects.
David Corrales
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-07
updated fs implementation
Robert Göffringmann
2006-05-12
Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...
Max Horn
2006-05-03
Changed FilesystemNode::listDir to return a bool indicating its success (or f...
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-04-30
Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...
Max Horn
2006-04-05
Use full path qualifiers in #include statements (exception: engines/ can be o...
Max Horn
2006-04-04
Removing more pseudo copy constructors in favor of the standard copy construc...
Max Horn
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-03-31
fixed headers. -_-
Robert Göffringmann
2005-03-31
Playstation2 Port: initial import
Robert Göffringmann