aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-10-31Properly implemented the isReadable() and isWritable() methods for the AmigaO...David Corrales
2007-10-31Removed the Common::File::removeFile() methods, and moved their implementatio...David Corrales
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
2007-10-30Fixed a typo in the AmigaOSFilesystemNode::exists() method.David Corrales
2007-10-30Added a missing variable to the AmigaOSFilesystem::exists() method. Hopefully...David Corrales
2007-10-30Implement the AmigaOSFilesystemNode::exists() method.David Corrales
2007-10-28various assorted things required by the new compiler and codebase changesKostas Nakos
2007-10-28(mainly) adding plugin supportKostas Nakos
2007-10-28new stuff to support the FS api and fixes for the new compilerKostas Nakos
2007-10-28cleanup after framebuffer api changesKostas Nakos
2007-10-28fix formatting & typoKostas Nakos
2007-10-28entry point for plugin buildsKostas Nakos
2007-10-28Rollup commit to improve & bring the port up to speed. More specificallyi for...Kostas Nakos
2007-10-28formatting fixesKostas Nakos
2007-10-28drop unneeded defineKostas Nakos
2007-10-28make sure our GetCurrentDirectory is used (non existant in ce api)Kostas Nakos
2007-10-28unicod-ify syscalls for ce backendKostas Nakos
2007-10-17fix compile after recent fs code renameJoost Peters
2007-10-16Committing the set of patches #1814434, thanks to jvprat. They improve the do...David Corrales
2007-10-13Fixed a load of compile errors, reverted additions to lastPathComponent() whi...Neil Millstone
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
2007-10-07Fixed a missing return value in the lastPathComponent function. Thanks to Raz...David Corrales
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-10-03* Added removeSavefile()Marcus Comstedt
2007-09-30Patch #1804801: DMedia MIDI driver for IRIXMax Horn
2007-09-28Updated version number in installation filesLars Persson
2007-09-28sadfUpdated version number in installation filesLars Persson
2007-09-28Updated README for some small build detailsLars Persson
2007-09-28Added support for Drascula and new system filesLars Persson
2007-09-28Updated with Drascula and new ARM asm opts.Lars Persson
2007-09-28Updated actions (compared with PocketPC)Lars Persson
2007-09-28Updated include order and H file namingLars Persson
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
2007-09-28Symbian OS does not have ELOOP defined as an error, so #ifdef around those tw...Lars Persson
2007-09-27fixed savepath files listing under win32Gregory Montoir
2007-09-27Key and certificate that is valid for the next 30 years.Lars Persson
2007-09-26Compile fixes for WinCE buildRobin Watts
2007-09-24Silence warning.Johannes Schickel
2007-09-22oops.Johannes Schickel
2007-09-22Hopefully fix amigos4 fs implementation.Johannes Schickel
2007-09-21Rename file removal functions, to avoid conflicts. Add save game path, when r...Travis Howell
2007-09-19KEYCODE_ENTER should be KEYCODE_RETURN, actually...Marcus Comstedt
2007-09-19displayName() -> getDisplayName()Marcus Comstedt
2007-09-19Fixed fallout from keycode being made an enum.Marcus Comstedt
2007-09-19Include <graphics/surface.h> for Graphics::Surface.Marcus Comstedt
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters
2007-09-19_displayName now contains the last path component, not the full pathJoost Peters
2007-09-18Fixed compilation under MSVC8Filippos Karapetis