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
Age
Commit message (
Expand
)
Author
2006-04-05
Use full path qualifiers in #include statements (exception: engines/ can be o...
Max Horn
2006-04-04
Rename variable in FSList::sort() to avoid conflict with system defines
Travis Howell
2006-04-04
Some more FS code cleanup
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-11
Change CVS keywords to SVN keywords
Max Horn
2006-02-07
Removed .cvsignore files
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-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-09
Why not fix the warning if you encounter it? :-)
Max Horn
2005-03-16
Weird ... but fixes the second (and hopefully last) crash
Nicolas Bacca
2005-02-25
ops
Paweł Kołodziejski
2005-02-25
fixed compilation
Paweł Kołodziejski
2005-02-20
Fixed warning, hopefully without breaking anything. (GCC doesn't like
Torbjörn Andersson
2005-02-19
compatibility fixes for wince
Paweł Kołodziejski
2005-02-07
Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I
Torbjörn Andersson
2005-01-01
Updated copyright
Max Horn
2004-11-29
Allow the file browser to get back to the "pseudo root" under Windows. This
Torbjörn Andersson
2004-11-21
Since we do ref counting on the nodes now, we can re-use the root nodes now
Max Horn
2004-11-20
Changed the FilesystemNode implementation to make it easier to use (client co...
Max Horn
2004-02-01
Added FilesystemNode::getNodeForPath, but right now only for Mac OS X
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-12-21
Add header
Travis Howell
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-08-01
Small cleanup
Travis Howell
2003-07-13
linux/mingw compilation fix pointed out by Jeroen Janssen
Jonathan Gray
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-11-24
Fix warning
Travis Howell
2002-11-20
Fix parent, take 2 (thanks Kirben)
Nicolas Bacca
2002-11-19
Fix parent
Nicolas Bacca
2002-11-19
fixed parent() method, added a FIXME
Max Horn
2002-11-19
fixed parent() method, added a FIXME
Max Horn
2002-11-19
The _displayName isn't required for win32
Travis Howell
2002-11-19
Update listDir
Nicolas Bacca
2002-11-15
implemented parent() for POSIX fs code; added .cvsignore files
Max Horn
2002-11-15
Do not drink and #ifdef
Nicolas Bacca
2002-11-14
Added FS implementation for Windows / Windows CE
Nicolas Bacca
2002-11-14
added dummy FS backend for Windows; somebody has to implement the actual code...
Max Horn