aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
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
2006-04-11There is no ::create function anymore in backendsChris Apers
2006-04-11Added now required palm_main(...) functionChris Apers
2006-04-11Missing endian.hChris Apers
2006-04-11Added missing 'auto' music driverChris Apers
2006-04-10Fallback to using stat() if readdir returns DT_UNKNOWN (replacing the AMD64 h...Max Horn
2006-04-09Forces usage of SYSTEM_NOT_SUPPORTING_D_TYPE on amd64 systems. (read comment ...Johannes Schickel
2006-04-09Add SDL_SetModuleHandle to WinMainTravis Howell
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
2006-04-07Cache the root node (cause a major speedup on OSX, since by far the slowes pa...Max Horn