aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-05-06Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefilesJordi Vilalta Prat
svn-id: r31889
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-05-02Added support to load plugins from different directories and the ability to ↵Jordi Vilalta Prat
specify the default directory from configure. svn-id: r31816
2008-05-02Updated the list of the DC plugins' exported symbolsJordi Vilalta Prat
svn-id: r31802
2008-04-24Add textstrings for MADE and M4 engines.Lars Persson
svn-id: r31702
2008-04-22Remove line from buildscriptLars Persson
svn-id: r31658
2008-04-20Forgot to include two libs.Lars Persson
svn-id: r31624
2008-04-20Forgot to disable engines in special buildLars Persson
svn-id: r31618
2008-04-20Updated SYMBIAN buildsystem to build M4 and MADE enginesLars Persson
svn-id: r31616
2008-04-20Initial support for M4 and MADE enginesLars Persson
svn-id: r31615
2008-04-17GP2X: Fix 'oops'. No point not initialising the joystick when you need to ↵John Willis
use it to have some form of input ;). svn-id: r31552
2008-04-17Cleanup the shell script that puts a GP2X archive together.John Willis
svn-id: r31551
2008-04-16Small cleanup of the GP2X backend. Still a few odd things I need to glance ↵John Willis
at (like it is not working ;-)). svn-id: r31515
2008-04-10fix make cleanJoost Peters
svn-id: r31466
2008-04-05Code cleanup.Marcus Comstedt
svn-id: r31414
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
svn-id: r31364
2008-03-29Removing dead codeMax Horn
svn-id: r31304
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
svn-id: r31244
2008-03-26Call InitScalers instead of setting gBitFormat directlyMax Horn
svn-id: r31242
2008-03-26Added note on how the WinCE scalers are wasting valuable cycles, and how to ↵Max Horn
fix that svn-id: r31241
2008-03-19Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()Joost Peters
svn-id: r31195
2008-03-12Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).John Willis
svn-id: r31115
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was ↵Max Horn
removed about one year ago svn-id: r31114
2008-03-12Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better ↵Max Horn
Leopard support/performance, it seems, at least in Exult) svn-id: r31113
2008-03-12Implemented OSystem_SDL::getTimeAndDate (identical to ↵Max Horn
OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already) svn-id: r31112
2008-03-11Updated datafiles needed for S80, S90 and S60v2Lars Persson
svn-id: r31109
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
svn-id: r31107
2008-03-10forgot to commit theseRobert Göffringmann
svn-id: r31099
2008-03-08Clearing unnecessary execution bitEugene Sandulenko
svn-id: r31071
2008-03-03Fix compile.Travis Howell
svn-id: r31035
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
svn-id: r31034
2008-03-01Added getTimeAndDate() implementation.Marcus Comstedt
svn-id: r31027
2008-03-01Integrated fs factory into osystem object.Marcus Comstedt
svn-id: r31024
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
svn-id: r31021
2008-02-26Fixed FileSystemNode::exists() method, see bug #1875588. SAGA engine works ↵Chris Apers
fine now svn-id: r30979
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, ↵Max Horn
rely on the build system to include them svn-id: r30957
2008-02-24Stop redefinitions of ARRAYSIZEFilippos Karapetis
svn-id: r30954
2008-02-24Remove double inclusion of config-manager.hFilippos Karapetis
svn-id: r30951
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method ↵Max Horn
OSystem::getFilesystemFactory() svn-id: r30947
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
svn-id: r30935
2008-02-23properly support feeble (sync commit)Kostas Nakos
svn-id: r30932
2008-02-20Automatic device detection for CAMD.Jordi Vilalta Prat
svn-id: r30911
2008-02-20Added CAMD MIDI driver for AmigaOS4Jordi Vilalta Prat
svn-id: r30910
2008-02-08Remove undesired spaces and an old TODOJordi Vilalta Prat
svn-id: r30827
2008-02-08Implemented plugin versioningJordi Vilalta Prat
svn-id: r30826
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-04Change MetaEngine references to PluginObject where possible to make its ↵Jordi Vilalta Prat
semantics more generic. svn-id: r30789
2008-02-04Moved common code from Plugin subclasses to class Plugin itselfMax Horn
svn-id: r30787
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
svn-id: r30786
2008-02-04Fix plugin unloading / cleanupMax Horn
svn-id: r30785