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
/
gp32
Age
Commit message (
Expand
)
Author
2007-10-07
Commit of patch #1804861. It implements a static lastPathComponent() function...
David Corrales
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-18
Fix linker issues when doing a plugin build, and (hopefully) also on Windows
Max Horn
2007-09-18
Code formatting fixes
Max Horn
2007-09-18
Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...
Max Horn
2007-08-01
Initial commit of the new BaseFile implementation. It provides a common groun...
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-06-04
Added a missing include in non-POSIX factories.
David Corrales
2007-05-31
Merged the fs branch with trunk. r26949:27031
David Corrales
2007-05-31
Removed the now obsolete singleton declaration macro from the FSNode factories.
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-12
Use common/singleton.h in the concrete fs factories.
David Corrales
2007-05-12
Renamed files and minor tweaks. Thanks LordHoto :)
David Corrales
2007-05-03
Use abstract factories to initialize FilesystemNode objects.
David Corrales
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-07-22
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...
Johannes Schickel
2006-07-22
Added FilesystemNode::name method
Max Horn
2006-07-16
Fix FileSystem bug. Now 'Go Up' button works. :)
Won Star
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-06-12
o WIP file cache code borrowed from PS2 port.
Won Star
2006-06-11
* Move gp32-fs.cpp to fs/gp32 dir.
Won Star