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
/
windows
/
windows-fs-factory.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
BACKENDS: Avoid #including .cpp files
Max Horn
2010-11-29
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
Max Horn
2010-10-31
WINDOWS: Enable use of forbidden symbols
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-08-22
Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for...
Max Horn
2008-02-24
Don't #include the FS factory implementations in common/system.cpp; rather, r...
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
Fixed a couple compilation issues in the windows build.
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-12
Use common/singleton.h in the concrete fs factories.
David Corrales
2007-05-12
Renamed files and minor tweaks. Thanks LordHoto :)
David Corrales