Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-03 | Fixing various doxygen warnings | Max Horn | |
svn-id: r25362 | |||
2007-01-20 | Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption. | Neil Millstone | |
svn-id: r25129 | |||
2006-11-12 | Patch #1594533: morphos fs backend | Max Horn | |
svn-id: r24690 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-10-08 | Patch #1573141: Attempt to fix AmigaOS 4 / Broken Sword 2 problems | Max Horn | |
svn-id: r24206 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-16 | Patch #1559806: Fixes for AmigaOS 4 filesystem backend | Max Horn | |
svn-id: r23893 | |||
2006-09-10 | Added name() method. | Marcus Comstedt | |
svn-id: r23860 | |||
2006-08-31 | Adding new name() method. | Neil Millstone | |
svn-id: r23813 | |||
2006-08-28 | Oops. some systems are using '\\' instead of '/' fixing that now... | Johannes Schickel | |
svn-id: r23797 | |||
2006-08-28 | Fixing other FS backends to use the bug fixed version of the POSIX ↵ | Johannes Schickel | |
lastPathComponent too (also lets the Windows FS use the POSIX version of lastPathComponent too, since it's nicer than the fix I made) svn-id: r23796 | |||
2006-08-28 | Fixing the Windows FS code to not delete the first character of a node, if ↵ | Johannes Schickel | |
it is just with a filename created. (which is not working yet though, but still the first char shouldn't be skipped) svn-id: r23795 | |||
2006-08-26 | Don't strip the first character of the filename when FilesystemNode is ↵ | Oystein Eftevaag | |
instantiated with just the filename and no path. svn-id: r23763 | |||
2006-07-22 | Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to ↵ | Johannes Schickel | |
-devel for more information. svn-id: r23567 | |||
2006-07-22 | Added FilesystemNode::name method | Max Horn | |
svn-id: r23553 | |||
2006-07-16 | Fix FileSystem bug. Now 'Go Up' button works. :) | Won Star | |
svn-id: r23527 | |||
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown | |
svn-id: r23459 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 | |||
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274 | |||
2006-06-12 | o WIP file cache code borrowed from PS2 port. | Won Star | |
o add property svn-id: r23062 | |||
2006-06-11 | * Move gp32-fs.cpp to fs/gp32 dir. | Won Star | |
* Fix gp32 launcher code. svn-id: r23023 | |||
2006-06-07 | updated fs implementation | Robert Göffringmann | |
svn-id: r22974 | |||
2006-06-05 | Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ↵ | Travis Howell | |
WIN32/SCUMM: Using scummvm.exe targetname not possible svn-id: r22923 | |||
2006-06-03 | Separated the Dreamcast filesystem backend from the POSIX one. | Marcus Comstedt | |
svn-id: r22883 | |||
2006-06-03 | Updated palmos FS based on lastest changes to the base class | Chris Apers | |
svn-id: r22867 | |||
2006-05-28 | fix PSPFilesystemNode::parent() + some minor cleanup | Joost Peters | |
svn-id: r22727 | |||
2006-05-28 | make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the ↵ | Joost Peters | |
old, now unused, one). svn-id: r22726 | |||
2006-05-26 | move psp_fs.cpp from backends/psp/ to backends/fs/psp/ | Joost Peters | |
svn-id: r22657 | |||
2006-05-13 | Add code for get current directory | Travis Howell | |
svn-id: r22437 | |||
2006-05-13 | Get current directory via a path of '.' | Travis Howell | |
svn-id: r22435 | |||
2006-05-12 | Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also ↵ | Max Horn | |
changed the semantics of the FilesystemNode constructors (see also the relevant doxygen comments for explanations). This also fixes bug #1485941. svn-id: r22424 | |||
2006-05-12 | Updated some comments | Max Horn | |
svn-id: r22422 | |||
2006-05-08 | Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. The | Torbjörn Andersson | |
change to the POSIXFilesystemNode constructor is the one that matters to this bug. The changes to listDir() are made from paranoia. svn-id: r22382 | |||
2006-05-07 | Paranoia | Max Horn | |
svn-id: r22379 | |||
2006-05-03 | Revert the last change, since AbstractFilesystemNode::child() handles files ↵ | Travis Howell | |
and directories svn-id: r22319 | |||
2006-05-03 | Removed FilesystemNode::isValid (leaving it up to the porters to decide ↵ | Max Horn | |
whether to remove their isValid code or not) svn-id: r22317 | |||
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or ↵ | Max Horn | |
failure) svn-id: r22315 | |||
2006-05-03 | Make sure AbstractFilesystemNode::child() only returns a directory in Windows | Travis Howell | |
svn-id: r22306 | |||
2006-05-03 | Some doxygen comment cleanup for (Abstract)FilesystemNode | Max Horn | |
svn-id: r22304 | |||
2006-05-03 | Disabled evil getcwd hack in POSIXFilesystemNode | Max Horn | |
svn-id: r22302 | |||
2006-05-03 | Got rid of AbstractFilesystemNode::wrap (begone, evil hack) | Max Horn | |
svn-id: r22300 | |||
2006-05-03 | Moved static methods getRoot / getNodeForPath from class FilesystemNode to ↵ | Max Horn | |
class AbstractFilesystemNode svn-id: r22298 | |||
2006-05-03 | Started to separate AbstractFilesystemNode from FilesystemNode | Max Horn | |
svn-id: r22297 | |||
2006-05-02 | Removed compilation error. | Marcus Comstedt | |
svn-id: r22282 | |||
2006-05-01 | Added a missing '*' (which marks the comment as being one doxygen should ↵ | Max Horn | |
process) svn-id: r22268 | |||
2006-05-01 | Patch #1479919 (AmigaOS maintaining) | Max Horn | |
svn-id: r22267 | |||
2006-05-01 | _pseudoRoot was not intialized properly | Lars Persson | |
svn-id: r22261 | |||
2006-05-01 | Updated symbian-fs backend and cleanup | Lars Persson | |
svn-id: r22260 | |||
2006-05-01 | Add windows code for AbstractFilesystemNode::child() | Travis Howell | |
svn-id: r22253 | |||
2006-04-30 | Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() ↵ | Max Horn | |
methods svn-id: r22249 |