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
/
symbian
Age
Commit message (
Expand
)
Author
2007-03-12
Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\...
Lars Persson
2007-02-28
Updated Symbian File handling to be able support AGI games, but do work due t...
Lars Persson
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 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-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-05-01
_pseudoRoot was not intialized properly
Lars Persson
2006-05-01
Updated symbian-fs backend and cleanup
Lars Persson
2006-04-30
Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...
Max Horn
2006-04-27
Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...
Travis Howell
2006-04-05
Use full path qualifiers in #include statements (exception: engines/ can be o...
Max Horn
2006-04-04
Possible bug in the Symbian FS code?
Max Horn
2006-04-04
Removing more pseudo copy constructors in favor of the standard copy construc...
Max Horn
2006-03-25
Add kListAllNoRoot type to listDir() to handle recent file class changes, on ...
Travis Howell
2006-02-12
* New and tested builds for S60V3 and UIQ3
Lars Persson
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-12-04
FSF adress updates
Lars Persson
2005-12-03
1. New build structure for Symbian builds to allow easier build and project u...
Lars Persson
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-01
Update Symbian README, default Joystick config is on, Updated pkg files for S...
Lars Persson
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-06-21
Added symbian-fs.cpp, symbian filehandling class
Lars Persson