aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/windows
AgeCommit message (Expand)Author
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-09-16Revert "WIN32: Fix getting the parent directory of non-existant file nodes"Alexander Tkachev
2019-09-14WIN32: Fix getting the parent directory of non-existant file nodesCameron Cawley
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2018-12-17WIN32: Always include windows.h before util.hSupSuper
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2017-01-12WIN32: Fix Variable Shadowing Compiler Warnings.D G Turner
2016-08-24CLOUD: Make download() create necessary directoriesAlexander Tkachev
2014-02-18WIN32: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-06-28BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden par...Littleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03BACKENDS: Avoid #including .cpp filesMax Horn
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-10-31WINDOWS: Enable use of forbidden symbolsMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-12-27Silenced warning about redefinition of ARRAYSIZE under Windows, after the lat...Filippos Karapetis
2008-11-17Fix regressions in HE games, when slashes are used in filenames for file opco...Travis Howell
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03CleanupFilippos Karapetis
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-08-22Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for...Max Horn
2008-08-13cleanupMax Horn
2008-08-05Remove file attribute check, since getChild() can be called on file path that...Travis Howell
2008-07-28Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes can...Nicola Mettifogo
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, r...Max Horn
2008-02-24Stop redefinitions of ARRAYSIZEFilippos Karapetis
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-10-28make sure our GetCurrentDirectory is used (non existant in ce api)Kostas Nakos
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-09-27fixed savepath files listing under win32Gregory Montoir
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Fixed compilation under MSVC8Filippos Karapetis
2007-09-18Fix linker issues when doing a plugin build, and (hopefully) also on WindowsMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-09Fixed a couple compilation issues in the windows build.David Corrales
2007-06-04Added stubs for the exists(), isReadable() and isWritable() methods for all a...David Corrales
2007-06-04Added a missing include in non-POSIX factories.David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-31Removed the now obsolete singleton declaration macro from the FSNode factories.David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-12Use common/singleton.h in the concrete fs factories.David Corrales
2007-05-12Renamed files and minor tweaks. Thanks LordHoto :)David Corrales
2007-05-03Use abstract factories to initialize FilesystemNode objects.David Corrales
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos