aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-10-31Properly implemented the isReadable() and isWritable() methods for the ↵David Corrales
AmigaOSFilesystemNode backend. Thanks a lot to Raziel_One on this one :) svn-id: r29339
2007-10-31Removed the Common::File::removeFile() methods, and moved their ↵David Corrales
implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval. svn-id: r29337
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
- cleanup svn-id: r29330
2007-10-30Fixed a typo in the AmigaOSFilesystemNode::exists() method.David Corrales
svn-id: r29329
2007-10-30Added a missing variable to the AmigaOSFilesystem::exists() method. ↵David Corrales
Hopefully it's complete now :) svn-id: r29328
2007-10-30Implement the AmigaOSFilesystemNode::exists() method.David Corrales
svn-id: r29327
2007-10-28various assorted things required by the new compiler and codebase changesKostas Nakos
svn-id: r29310
2007-10-28(mainly) adding plugin supportKostas Nakos
svn-id: r29309
2007-10-28new stuff to support the FS api and fixes for the new compilerKostas Nakos
svn-id: r29308
2007-10-28cleanup after framebuffer api changesKostas Nakos
svn-id: r29307
2007-10-28fix formatting & typoKostas Nakos
svn-id: r29306
2007-10-28entry point for plugin buildsKostas Nakos
svn-id: r29305
2007-10-28Rollup commit to improve & bring the port up to speed. More specificallyi ↵Kostas Nakos
for this file: - adding support for plugins - fixing regressions and changes related to the framebuffer api - improved and fixed dirty rects - fixed Fingolfin's name in a comment :-P svn-id: r29303
2007-10-28formatting fixesKostas Nakos
svn-id: r29302
2007-10-28drop unneeded defineKostas Nakos
svn-id: r29301
2007-10-28make sure our GetCurrentDirectory is used (non existant in ce api)Kostas Nakos
svn-id: r29300
2007-10-28unicod-ify syscalls for ce backendKostas Nakos
svn-id: r29299
2007-10-17fix compile after recent fs code renameJoost Peters
svn-id: r29229
2007-10-16Committing the set of patches #1814434, thanks to jvprat. They improve the ↵David Corrales
documentation and parameter naming of the lookFile methods inside Common::FS. svn-id: r29228
2007-10-13Fixed a load of compile errors, reverted additions to lastPathComponent() ↵Neil Millstone
which were clearly in error. svn-id: r29204
2007-10-13Fixed a huge number of compile errors, moved over features from 0.10.0 branch.Neil Millstone
svn-id: r29203
2007-10-07Fixed a missing return value in the lastPathComponent function. Thanks to ↵David Corrales
Raziel_AOne :) svn-id: r29172
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() ↵David Corrales
function in each backend, used to extract the last path component of a given path, returned by getName(). svn-id: r29159
2007-10-03* Added removeSavefile()Marcus Comstedt
* New style listSavefiles() using a glob svn-id: r29153
2007-09-30Patch #1804801: DMedia MIDI driver for IRIXMax Horn
svn-id: r29142
2007-09-28Updated version number in installation filesLars Persson
svn-id: r29126
2007-09-28sadfUpdated version number in installation filesLars Persson
svn-id: r29125
2007-09-28Updated README for some small build detailsLars Persson
svn-id: r29124
2007-09-28Added support for Drascula and new system filesLars Persson
svn-id: r29123
2007-09-28Updated with Drascula and new ARM asm opts.Lars Persson
svn-id: r29122
2007-09-28Updated actions (compared with PocketPC)Lars Persson
svn-id: r29121
2007-09-28Updated include order and H file namingLars Persson
svn-id: r29120
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
svn-id: r29119
2007-09-28Symbian OS does not have ELOOP defined as an error, so #ifdef around those ↵Lars Persson
two cases. svn-id: r29118
2007-09-27fixed savepath files listing under win32Gregory Montoir
svn-id: r29113
2007-09-27Key and certificate that is valid for the next 30 years.Lars Persson
svn-id: r29110
2007-09-26Compile fixes for WinCE buildRobin Watts
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h * CELauncherDialog.cpp: Updated to use modified FilingSystemNode. svn-id: r29104
2007-09-24Silence warning.Johannes Schickel
svn-id: r29087
2007-09-22oops.Johannes Schickel
svn-id: r29030
2007-09-22Hopefully fix amigos4 fs implementation.Johannes Schickel
svn-id: r29029
2007-09-21Rename file removal functions, to avoid conflicts. Add save game path, when ↵Travis Howell
removing files via SaveFileManager. svn-id: r29001
2007-09-19KEYCODE_ENTER should be KEYCODE_RETURN, actually...Marcus Comstedt
svn-id: r28972
2007-09-19displayName() -> getDisplayName()Marcus Comstedt
path() -> getPath() listDir() -> getChildren() svn-id: r28971
2007-09-19Fixed fallout from keycode being made an enum.Marcus Comstedt
svn-id: r28970
2007-09-19Include <graphics/surface.h> for Graphics::Surface.Marcus Comstedt
svn-id: r28969
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters
svn-id: r28963
2007-09-19_displayName now contains the last path component, not the full pathJoost Peters
svn-id: r28962
2007-09-18Fixed compilation under MSVC8Filippos Karapetis
svn-id: r28951