Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-22 | Disabled return to launcher on trunk again | Max Horn | |
svn-id: r32745 | |||
2008-06-16 | Merged revisions 32668-32669,32676,32687-32689,32693,32695,32698-32701,32705 ↵ | Christopher Page | |
via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32720 | |||
2008-06-14 | Revert last commit. | Travis Howell | |
svn-id: r32700 | |||
2008-06-14 | Disable drawObject type 0x41, which is currently causing frequent crashes. | Travis Howell | |
svn-id: r32699 | |||
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat | |
svn-id: r32693 | |||
2008-06-02 | Merged revisions ↵ | Christopher Page | |
32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,32449,32453-32454,32456-32457,32459-32462,32464-32465,32467-32492,32494-32503 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32505 | |||
2008-05-28 | Added a note about the MSVC quirk with the spaces around ENABLE_##ID | Filippos Karapetis | |
svn-id: r32351 | |||
2008-05-28 | Merged revisions ↵ | Christopher Page | |
32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-32163,32165-32168,32170-32173,32175-32179,32181-32191,32193-32202,32204-32205,32209-32214,32216,32218,32220-32235,32237-32266,32269-32271,32273-32290,32292-32295,32297-32317,32319-32323,32325-32328,32330-32331,32334-32338,32343-32347 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32350 | |||
2008-05-28 | Removed an MSVC specific hack, after discussing with jvprat. It seems that ↵ | Filippos Karapetis | |
MSVC was trying to add the parenthesis after ENABLE_##ID to the check... svn-id: r32347 | |||
2008-05-26 | Should fix compiling erros. | Johannes Schickel | |
svn-id: r32289 | |||
2008-05-26 | Replaced a loop in PluginManger::loadPlugins with Common::for_each as a ↵ | Johannes Schickel | |
typical usage example. svn-id: r32286 | |||
2008-05-26 | Fixed some code formatting thanks to LordHoto | Jordi Vilalta Prat | |
svn-id: r32275 | |||
2008-05-24 | Made the startup log output a bit more informative | Max Horn | |
svn-id: r32243 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32227 | |||
2008-05-20 | Add a tiny TODO entry for graphics scaler plugins | Max Horn | |
svn-id: r32194 | |||
2008-05-14 | Merged revisions ↵ | Christopher Page | |
31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,32016-32020,32022-32025,32027-32028,32030,32034,32037-32038,32040-32058,32060-32087,32089-32093,32095-32123 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32125 | |||
2008-05-14 | Added plugin priority so there's just one plugin that provides a module ↵ | Jordi Vilalta Prat | |
functionality. svn-id: r32121 | |||
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-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat | |
svn-id: r32085 | |||
2008-05-13 | Some more Doxygen comments, as well as some FIXMEs/TODOs | Max Horn | |
svn-id: r32084 | |||
2008-05-13 | Moved the engine plugin code to engines/metaengine.h; ↵ | Max Horn | |
added/clarified/corrected various Doxygen comments for the plugin system svn-id: r32083 | |||
2008-05-13 | - Added operator-> to Plugin subclasses so they don't have to reimplement ↵ | Jordi Vilalta Prat | |
the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it) - Added the PluginSubclass template to help creating Plugin subclasses svn-id: r32082 | |||
2008-05-12 | Keep separated arrays for each type of plugin | Jordi Vilalta Prat | |
svn-id: r32046 | |||
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-10 | Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6 | Christopher Page | |
svn-id: r31992 | |||
2008-05-09 | Added the option to specify the custom path for loading plugins | Jordi Vilalta Prat | |
svn-id: r31960 | |||
2008-05-06 | Added a temporary hack to get the engine plugins working under MSVC | Filippos Karapetis | |
svn-id: r31904 | |||
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-04-26 | Fixed segfault when trying to start invalid gameid from command line. | Johannes Schickel | |
svn-id: r31731 | |||
2008-04-20 | Added the m4 and made plugins | Filippos Karapetis | |
svn-id: r31602 | |||
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn | |
svn-id: r31261 | |||
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn | |
svn-id: r31244 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-15 | Removed unused #include | Max Horn | |
svn-id: r30870 | |||
2008-02-08 | Remove undesired spaces and an old TODO | Jordi Vilalta Prat | |
svn-id: r30827 | |||
2008-02-08 | Implemented plugin versioning | Jordi Vilalta Prat | |
svn-id: r30826 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-05 | revert accidental commit | Eugene Sandulenko | |
svn-id: r30801 | |||
2008-02-05 | Fix compilation | Eugene Sandulenko | |
svn-id: r30800 | |||
2008-02-04 | Change MetaEngine references to PluginObject where possible to make its ↵ | Jordi Vilalta Prat | |
semantics more generic. svn-id: r30789 | |||
2008-02-04 | Surface is a struct, not a class | Filippos Karapetis | |
svn-id: r30788 | |||
2008-02-04 | Moved common code from Plugin subclasses to class Plugin itself | Max Horn | |
svn-id: r30787 | |||
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn | |
svn-id: r30786 | |||
2008-02-03 | Replaced GUI dialog with warning. We don't have any screen to draw on yet. | Torbjörn Andersson | |
svn-id: r30782 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a ↵ | Oystein Eftevaag | |
different directory structure and permission setup svn-id: r30761 | |||
2008-02-01 | Moved enum PluginError from base/plugins.h to common/error.h | Max Horn | |
svn-id: r30723 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 |