Age | Commit message (Expand) | Author |
2008-05-28 | Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-... | Christopher Page |
2008-05-28 | Removed an MSVC specific hack, after discussing with jvprat. It seems that MS... | Filippos Karapetis |
2008-05-26 | Should fix compiling erros. | Johannes Schickel |
2008-05-26 | Replaced a loop in PluginManger::loadPlugins with Common::for_each as a typic... | Johannes Schickel |
2008-05-26 | Fixed some code formatting thanks to LordHoto | Jordi Vilalta Prat |
2008-05-24 | Made the startup log output a bit more informative | Max Horn |
2008-05-23 | Use default save game class | Chris Apers |
2008-05-20 | Add a tiny TODO entry for graphics scaler plugins | Max Horn |
2008-05-14 | Merged revisions 31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,... | Christopher Page |
2008-05-14 | Added plugin priority so there's just one plugin that provides a module funct... | Jordi Vilalta Prat |
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat |
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat |
2008-05-13 | Some more Doxygen comments, as well as some FIXMEs/TODOs | Max Horn |
2008-05-13 | Moved the engine plugin code to engines/metaengine.h; added/clarified/correct... | Max Horn |
2008-05-13 | - Added operator-> to Plugin subclasses so they don't have to reimplement the... | Jordi Vilalta Prat |
2008-05-12 | Keep separated arrays for each type of plugin | Jordi Vilalta Prat |
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat |
2008-05-10 | Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6 | Christopher Page |
2008-05-09 | Added the option to specify the custom path for loading plugins | Jordi Vilalta Prat |
2008-05-06 | Added a temporary hack to get the engine plugins working under MSVC | Filippos Karapetis |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-05-02 | Added support to load plugins from different directories and the ability to s... | Jordi Vilalta Prat |
2008-04-26 | Fixed segfault when trying to start invalid gameid from command line. | Johannes Schickel |
2008-04-20 | Added the m4 and made plugins | Filippos Karapetis |
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-02-15 | Removed unused #include | Max Horn |
2008-02-08 | Remove undesired spaces and an old TODO | Jordi Vilalta Prat |
2008-02-08 | Implemented plugin versioning | Jordi Vilalta Prat |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-05 | revert accidental commit | Eugene Sandulenko |
2008-02-05 | Fix compilation | Eugene Sandulenko |
2008-02-04 | Change MetaEngine references to PluginObject where possible to make its seman... | Jordi Vilalta Prat |
2008-02-04 | Surface is a struct, not a class | Filippos Karapetis |
2008-02-04 | Moved common code from Plugin subclasses to class Plugin itself | Max Horn |
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn |
2008-02-03 | Replaced GUI dialog with warning. We don't have any screen to draw on yet. | Torbjörn Andersson |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a d... | Oystein Eftevaag |
2008-02-01 | Moved enum PluginError from base/plugins.h to common/error.h | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-10 | Revert accidental commits in rev 30372 | Max Horn |
2008-01-10 | Removed obsolete FIXME | Max Horn |
2007-12-28 | Bumping version to 0.12.0svn | Eugene Sandulenko |
2007-11-13 | Initial commit of the iPhone/iPod Touch backend | Oystein Eftevaag |
2007-10-29 | added 'igor' engine for the game 'Igor: Objective Uikokahonia' | Gregory Montoir |
2007-10-28 | Implement FR #1775044: "set extrapath from commandline" | Eugene Sandulenko |
2007-09-24 | Patch #1800767: "Sort the list of engines" | Eugene Sandulenko |