aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2006-05-09Attempted fix for bug #1484881Max Horn
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-05-08Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. TheTorbjörn Andersson
2006-05-07ParanoiaMax Horn
2006-05-06Added a default implementation of the OSystem CD API (which simply does nothing)Max Horn
2006-05-05Removed Base::setTarget, and some minor cleanup & tweaksMax Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
2006-05-04Put "path" config in game specific domain. Fixes bug #1475049.Marcus Comstedt
2006-05-04Updates for S60V3 and UIQ3Lars Persson
2006-05-03Revert the last change, since AbstractFilesystemNode::child() handles files a...Travis Howell
2006-05-03Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth...Max Horn
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-05-03Project file updatedLars Persson
2006-05-03Updated build script for Symbian OS9 devicesLars Persson
2006-05-03Make sure AbstractFilesystemNode::child() only returns a directory in WindowsTravis Howell
2006-05-03Some doxygen comment cleanup for (Abstract)FilesystemNodeMax Horn
2006-05-03Disabled evil getcwd hack in POSIXFilesystemNodeMax Horn
2006-05-03Got rid of AbstractFilesystemNode::wrap (begone, evil hack)Max Horn
2006-05-03Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl...Max Horn
2006-05-03Started to separate AbstractFilesystemNode from FilesystemNodeMax Horn
2006-05-02Removed compilation error.Marcus Comstedt
2006-05-02Implemented new InSaveFile methods.Marcus Comstedt
2006-05-01Added a missing '*' (which marks the comment as being one doxygen should proc...Max Horn
2006-05-01Patch #1479919 (AmigaOS maintaining)Max Horn
2006-05-01_pseudoRoot was not intialized properlyLars Persson
2006-05-01Updated symbian-fs backend and cleanupLars Persson
2006-05-01Add windows code for AbstractFilesystemNode::child()Travis Howell
2006-04-30Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...Max Horn
2006-04-27_isPseudoRoot should be always false, in WindowsFilesystemNode(const String &...Travis Howell
2006-04-27Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...Travis Howell
2006-04-27I still don't know whether this is the correct fix for WindowsFilesystemNode,...Max Horn
2006-04-23Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ...Max Horn
2006-04-22Added F1 as save for ITELars Persson
2006-04-21Updated Symbian Actions and SDL Symbian interface for latest backend changes ...Lars Persson
2006-04-21Add creation of Symbian SDL backend instead of plain SDLLars Persson
2006-04-20Add used memory counter.Won Star
2006-04-16some cleanupJoost Peters
2006-04-16update so it compiles again with current svnJoost Peters
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15Removed GameDetector::_gameid in favor of using a config manager entryMax Horn
2006-04-14Avoid using exceptionsMax Horn
2006-04-14Remove AmigaOS4 cookie as described in patch #1467193: "AmigaOS changes":Eugene Sandulenko
2006-04-14Part of patch #1467193: "AmigaOS changes":Eugene Sandulenko
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene Sandulenko
2006-04-12Commiting Fingolfins patch to remove gamedetector usage.Lars Persson
2006-04-12Updated project files with new required libs.Lars Persson
2006-04-11Removed the PalmOS specific hack in file.cpp in favor for code that should wo...Max Horn
2006-04-11Updated project fileChris Apers
2006-04-11Fixed FS support based on lastest changes to the base fs classChris Apers