2369 Commits

Author SHA1 Message Date
Johannes Schickel
311e9165ed Proper delete[] formatting (this time all occurences should've been changed...)
svn-id: r31929
2008-05-07 15:09:10 +00:00
Johannes Schickel
600ab40bca Changed all delete [] usages to delete[].
svn-id: r31927
2008-05-07 14:31:45 +00:00
Jordi Vilalta Prat
38f200fc55 Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles
svn-id: r31889
2008-05-06 03:11:01 +00:00
Jordi Vilalta Prat
38a8aa516e Allow static and dynamic plugins to be used at the same time
svn-id: r31888
2008-05-06 03:00:26 +00:00
Jordi Vilalta Prat
3f44977885 Added support to load plugins from different directories and the ability to specify the default directory from configure.
svn-id: r31816
2008-05-02 14:30:06 +00:00
Jordi Vilalta Prat
86fad805d0 Updated the list of the DC plugins' exported symbols
svn-id: r31802
2008-05-02 05:23:31 +00:00
Lars Persson
604ce476e4 Add textstrings for MADE and M4 engines.
svn-id: r31702
2008-04-24 20:15:42 +00:00
Lars Persson
00de16f587 Remove line from buildscript
svn-id: r31658
2008-04-22 18:47:25 +00:00
Lars Persson
be975d3da5 Forgot to include two libs.
svn-id: r31624
2008-04-20 18:38:31 +00:00
Lars Persson
87becbc22f Forgot to disable engines in special build
svn-id: r31618
2008-04-20 17:07:23 +00:00
Lars Persson
aef171a556 Updated SYMBIAN buildsystem to build M4 and MADE engines
svn-id: r31616
2008-04-20 16:12:46 +00:00
Lars Persson
ac6ce80613 Initial support for M4 and MADE engines
svn-id: r31615
2008-04-20 16:11:27 +00:00
John Willis
e08a00fd0e GP2X: Fix 'oops'. No point not initialising the joystick when you need to use it to have some form of input ;).
svn-id: r31552
2008-04-17 19:27:03 +00:00
John Willis
0336442dc4 Cleanup the shell script that puts a GP2X archive together.
svn-id: r31551
2008-04-17 19:24:27 +00:00
John Willis
888eb26f8b Small cleanup of the GP2X backend. Still a few odd things I need to glance at (like it is not working ;-)).
svn-id: r31515
2008-04-16 12:51:56 +00:00
Joost Peters
453d40c405 fix make clean
svn-id: r31466
2008-04-10 17:25:38 +00:00
Marcus Comstedt
affff7d395 Code cleanup.
svn-id: r31414
2008-04-05 23:30:12 +00:00
Lars Persson
acc5d79d7c Remove Symbian FS creation from common SDL code
svn-id: r31364
2008-04-02 21:19:17 +00:00
Max Horn
e93a1f0c32 Removing dead code
svn-id: r31304
2008-03-29 21:17:43 +00:00
Max Horn
b0c6a12c81 Modified Patch #1925352: Memory leak fixes
svn-id: r31244
2008-03-26 19:29:33 +00:00
Max Horn
b2aea51d58 Call InitScalers instead of setting gBitFormat directly
svn-id: r31242
2008-03-26 14:56:51 +00:00
Max Horn
53ea302f5d Added note on how the WinCE scalers are wasting valuable cycles, and how to fix that
svn-id: r31241
2008-03-26 11:09:38 +00:00
Joost Peters
2c67073084 Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()
svn-id: r31195
2008-03-19 11:07:27 +00:00
John Willis
e971282d08 Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).
svn-id: r31115
2008-03-12 19:37:21 +00:00
Max Horn
05b159609b Removed remaining traces of the dead MorphOS backend, which itself was removed about one year ago
svn-id: r31114
2008-03-12 18:42:47 +00:00
Max Horn
b434f189bc Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better Leopard support/performance, it seems, at least in Exult)
svn-id: r31113
2008-03-12 18:38:03 +00:00
Max Horn
6b3b7a5dc2 Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already)
svn-id: r31112
2008-03-12 18:36:51 +00:00
Lars Persson
a366add4cf Updated datafiles needed for S80, S90 and S60v2
svn-id: r31109
2008-03-11 21:07:00 +00:00
Max Horn
3afe9c0b9e Added OSystem_SDL::getFilesystemFactory()
svn-id: r31107
2008-03-11 17:24:34 +00:00
Robert Göffringmann
4f30f09456 forgot to commit these
svn-id: r31099
2008-03-10 20:34:34 +00:00
Eugene Sandulenko
37b8d5bd4d Clearing unnecessary execution bit
svn-id: r31071
2008-03-08 20:58:38 +00:00
Travis Howell
608be9666d Fix compile.
svn-id: r31035
2008-03-03 01:09:09 +00:00
Robert Göffringmann
3b27b9fa43 the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
svn-id: r31034
2008-03-03 00:41:59 +00:00
Marcus Comstedt
d5e09de48c Added getTimeAndDate() implementation.
svn-id: r31027
2008-03-01 22:12:52 +00:00
Marcus Comstedt
4d45121ccf Integrated fs factory into osystem object.
svn-id: r31024
2008-03-01 17:48:42 +00:00
Marcus Comstedt
964caae2dd Moved Dreamcast filesystem factory to platform directory.
svn-id: r31021
2008-03-01 15:45:54 +00:00
Chris Apers
29c6c7a626 Fixed FileSystemNode::exists() method, see bug #1875588. SAGA engine works fine now
svn-id: r30979
2008-02-26 20:54:02 +00:00
Max Horn
5c99d45d9f Don't #include the FS factory implementations in common/system.cpp; rather, rely on the build system to include them
svn-id: r30957
2008-02-24 23:14:04 +00:00
Filippos Karapetis
dbba13a7ac Stop redefinitions of ARRAYSIZE
svn-id: r30954
2008-02-24 15:00:28 +00:00
Filippos Karapetis
0bdd409d4b Remove double inclusion of config-manager.h
svn-id: r30951
2008-02-24 13:37:29 +00:00
Max Horn
e421a23639 Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFilesystemFactory()
svn-id: r30947
2008-02-23 23:03:08 +00:00
Max Horn
80d55b0388 Renamed AbstractFilesystemFactory to FilesystemFactory
svn-id: r30935
2008-02-23 19:01:12 +00:00
Kostas Nakos
39c348e4d2 properly support feeble (sync commit)
svn-id: r30932
2008-02-23 18:55:31 +00:00
Jordi Vilalta Prat
065f8f5419 Automatic device detection for CAMD.
svn-id: r30911
2008-02-20 19:35:00 +00:00
Jordi Vilalta Prat
672a508bdd Added CAMD MIDI driver for AmigaOS4
svn-id: r30910
2008-02-20 17:07:58 +00:00
Jordi Vilalta Prat
e3852c92a7 Remove undesired spaces and an old TODO
svn-id: r30827
2008-02-08 01:45:46 +00:00
Jordi Vilalta Prat
00987db3a9 Implemented plugin versioning
svn-id: r30826
2008-02-08 01:02:25 +00:00
Jordi Vilalta Prat
c103290e2b Initial support for plugin types
svn-id: r30825
2008-02-08 00:02:23 +00:00
Jordi Vilalta Prat
e4ab5dd339 Change MetaEngine references to PluginObject where possible to make its semantics more generic.
svn-id: r30789
2008-02-04 18:38:22 +00:00
Max Horn
3cd1e60e7a Moved common code from Plugin subclasses to class Plugin itself
svn-id: r30787
2008-02-04 13:14:52 +00:00