Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-14 | Fixed QuickTime MIDI plugin | Max Horn | |
svn-id: r32127 | |||
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat | |
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117 | |||
2008-05-14 | NDS: Minor code formatting fixes | Bertrand Augereau | |
svn-id: r32100 | |||
2008-05-14 | NDS: OSystem::getTimeAndDate is demoted to the port (with the standard | Bertrand Augereau | |
implementation) svn-id: r32099 | |||
2008-05-14 | NDS : Compilation fixes | Bertrand Augereau | |
svn-id: r32098 | |||
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the ↵ | Jordi Vilalta Prat | |
native MIDI drivers. svn-id: r32097 | |||
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat | |
svn-id: r32085 | |||
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat | |
- base/plugins.* reorganization svn-id: r32045 | |||
2008-05-11 | Fix QuickTime MIDI driver compilation | Max Horn | |
svn-id: r32038 | |||
2008-05-11 | Fixed compilation under windows | Filippos Karapetis | |
svn-id: r32010 | |||
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat | |
svn-id: r31993 | |||
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel | |
svn-id: r31929 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-02 | Added 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-02 | Updated the list of the DC plugins' exported symbols | Jordi Vilalta Prat | |
svn-id: r31802 | |||
2008-04-24 | Add textstrings for MADE and M4 engines. | Lars Persson | |
svn-id: r31702 | |||
2008-04-22 | Remove line from buildscript | Lars Persson | |
svn-id: r31658 | |||
2008-04-20 | Forgot to include two libs. | Lars Persson | |
svn-id: r31624 | |||
2008-04-20 | Forgot to disable engines in special build | Lars Persson | |
svn-id: r31618 | |||
2008-04-20 | Updated SYMBIAN buildsystem to build M4 and MADE engines | Lars Persson | |
svn-id: r31616 | |||
2008-04-20 | Initial support for M4 and MADE engines | Lars Persson | |
svn-id: r31615 | |||
2008-04-17 | GP2X: 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-17 | Cleanup the shell script that puts a GP2X archive together. | John Willis | |
svn-id: r31551 | |||
2008-04-16 | Small 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-10 | fix make clean | Joost Peters | |
svn-id: r31466 | |||
2008-04-05 | Code cleanup. | Marcus Comstedt | |
svn-id: r31414 | |||
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson | |
svn-id: r31364 | |||
2008-03-29 | Removing dead code | Max Horn | |
svn-id: r31304 | |||
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn | |
svn-id: r31244 | |||
2008-03-26 | Call InitScalers instead of setting gBitFormat directly | Max Horn | |
svn-id: r31242 | |||
2008-03-26 | Added note on how the WinCE scalers are wasting valuable cycles, and how to ↵ | Max Horn | |
fix that svn-id: r31241 | |||
2008-03-19 | Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate() | Joost Peters | |
svn-id: r31195 | |||
2008-03-12 | Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate). | John Willis | |
svn-id: r31115 | |||
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was ↵ | Max Horn | |
removed about one year ago svn-id: r31114 | |||
2008-03-12 | Switched 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-12 | Implemented 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-11 | Updated datafiles needed for S80, S90 and S60v2 | Lars Persson | |
svn-id: r31109 | |||
2008-03-11 | Added OSystem_SDL::getFilesystemFactory() | Max Horn | |
svn-id: r31107 | |||
2008-03-10 | forgot to commit these | Robert Göffringmann | |
svn-id: r31099 | |||
2008-03-08 | Clearing unnecessary execution bit | Eugene Sandulenko | |
svn-id: r31071 | |||
2008-03-03 | Fix compile. | Travis Howell | |
svn-id: r31035 | |||
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann | |
svn-id: r31034 | |||
2008-03-01 | Added getTimeAndDate() implementation. | Marcus Comstedt | |
svn-id: r31027 | |||
2008-03-01 | Integrated fs factory into osystem object. | Marcus Comstedt | |
svn-id: r31024 | |||
2008-03-01 | Moved Dreamcast filesystem factory to platform directory. | Marcus Comstedt | |
svn-id: r31021 | |||
2008-02-26 | Fixed FileSystemNode::exists() method, see bug #1875588. SAGA engine works ↵ | Chris Apers | |
fine now svn-id: r30979 | |||
2008-02-24 | Don'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-24 | Stop redefinitions of ARRAYSIZE | Filippos Karapetis | |
svn-id: r30954 |