Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-24 | added the testbed engine: basically renamed quux | Neeraj Kumar | |
svn-id: r49188 | |||
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel | |
We need to use a namespace Common { } there to make strict C++ compilers like clang++ and comeau happy. I also added a slight comment about why that is needed to the macro definition and a note that you need to use it from the global namespace. svn-id: r48254 | |||
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47427 | |||
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko | |
svn-id: r46728 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-10-20 | Move Draci's entry to make the plugins list sorted alphabetically | Jordi Vilalta Prat | |
svn-id: r45258 | |||
2009-09-27 | Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵ | Max Horn | |
not as good as the CoreAudio backend anyway svn-id: r44428 | |||
2009-09-25 | MERGE branch gsoc2009-draci 41388:44325 into trunk | Robert Špalek | |
svn-id: r44326 | |||
2009-09-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 | |||
2009-06-08 | Adding Draci Historie engine skeleton (engine stub, BAR archiver, ↵ | Denis Kasak | |
rudimentary GPL disassembler) svn-id: r41390 | |||
2009-02-15 | Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵ | Jordi Vilalta Prat | |
compile yet) svn-id: r38192 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-11-14 | Patch #2271425: Groovie engine | Max Horn | |
svn-id: r35060 | |||
2008-11-10 | add initial support for 'Bud Tucker in Double Trouble' | Gregory Montoir | |
svn-id: r34990 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-30 | Modified FilePluginProvider to use FSNodes (instead of raw filenames / ↵ | Max Horn | |
paths) in its API svn-id: r34709 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵ | Max Horn | |
Compile svn-id: r34194 | |||
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn | |
svn-id: r33230 | |||
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-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-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 | - 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-09 | Added the option to specify the custom path for loading plugins | Jordi Vilalta Prat | |
svn-id: r31960 | |||
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-20 | Added the m4 and made plugins | Filippos Karapetis | |
svn-id: r31602 | |||
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 | 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 | 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-01-10 | Revert accidental commits in rev 30372 | Max Horn | |
svn-id: r30374 | |||
2008-01-10 | Removed obsolete FIXME | Max Horn | |
svn-id: r30372 | |||
2007-10-29 | added 'igor' engine for the game 'Igor: Objective Uikokahonia' | Gregory Montoir | |
svn-id: r29318 | |||
2007-09-24 | Patch #1800767: "Sort the list of engines" | Eugene Sandulenko | |
svn-id: r29089 |