Age | Commit message (Expand) | Author |
2007-02-28 | Updated Symbian File handling to be able support AGI games, but do work due t... | Lars Persson |
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson |
2007-02-03 | Fixing various doxygen warnings | Max Horn |
2007-01-20 | Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption. | Neil Millstone |
2006-11-12 | Patch #1594533: morphos fs backend | Max Horn |
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos |
2006-10-08 | Patch #1573141: Attempt to fix AmigaOS 4 / Broken Sword 2 problems | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-16 | Patch #1559806: Fixes for AmigaOS 4 filesystem backend | Max Horn |
2006-09-10 | Added name() method. | Marcus Comstedt |
2006-08-31 | Adding new name() method. | Neil Millstone |
2006-08-28 | Oops. some systems are using '\\' instead of '/' fixing that now... | Johannes Schickel |
2006-08-28 | Fixing other FS backends to use the bug fixed version of the POSIX lastPathCo... | Johannes Schickel |
2006-08-28 | Fixing the Windows FS code to not delete the first character of a node, if it... | Johannes Schickel |
2006-08-26 | Don't strip the first character of the filename when FilesystemNode is instan... | Oystein Eftevaag |
2006-07-22 | Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d... | Johannes Schickel |
2006-07-22 | Added FilesystemNode::name method | Max Horn |
2006-07-16 | Fix FileSystem bug. Now 'Go Up' button works. :) | Won Star |
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown |
2006-07-09 | Patch #1519399: DS Backend | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-12 | o WIP file cache code borrowed from PS2 port. | Won Star |
2006-06-11 | * Move gp32-fs.cpp to fs/gp32 dir. | Won Star |
2006-06-07 | updated fs implementation | Robert Göffringmann |
2006-06-05 | Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ... | Travis Howell |
2006-06-03 | Separated the Dreamcast filesystem backend from the POSIX one. | Marcus Comstedt |
2006-06-03 | Updated palmos FS based on lastest changes to the base class | Chris Apers |
2006-05-28 | fix PSPFilesystemNode::parent() + some minor cleanup | Joost Peters |
2006-05-28 | make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the o... | Joost Peters |
2006-05-26 | move psp_fs.cpp from backends/psp/ to backends/fs/psp/ | Joost Peters |
2006-05-13 | Add code for get current directory | Travis Howell |
2006-05-13 | Get current directory via a path of '.' | Travis Howell |
2006-05-12 | Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan... | Max Horn |
2006-05-12 | Updated some comments | Max Horn |
2006-05-08 | Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. The | Torbjörn Andersson |
2006-05-07 | Paranoia | Max Horn |
2006-05-03 | Revert the last change, since AbstractFilesystemNode::child() handles files a... | Travis Howell |
2006-05-03 | Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth... | Max Horn |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-03 | Make sure AbstractFilesystemNode::child() only returns a directory in Windows | Travis Howell |
2006-05-03 | Some doxygen comment cleanup for (Abstract)FilesystemNode | Max Horn |
2006-05-03 | Disabled evil getcwd hack in POSIXFilesystemNode | Max Horn |
2006-05-03 | Got rid of AbstractFilesystemNode::wrap (begone, evil hack) | Max Horn |
2006-05-03 | Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl... | Max Horn |
2006-05-03 | Started to separate AbstractFilesystemNode from FilesystemNode | Max Horn |
2006-05-02 | Removed compilation error. | Marcus Comstedt |
2006-05-01 | Added a missing '*' (which marks the comment as being one doxygen should proc... | Max Horn |
2006-05-01 | Patch #1479919 (AmigaOS maintaining) | Max Horn |
2006-05-01 | _pseudoRoot was not intialized properly | Lars Persson |
2006-05-01 | Updated symbian-fs backend and cleanup | Lars Persson |