Age | Commit message (Expand) | Author |
2012-05-15 | MIDI: add sndio midi backend | Jonathan Gray |
2012-04-18 | ENGINES: Move table of engines from base/plugins.cpp to new header | Max Horn |
2012-02-10 | BASE: Remove unneeded code in PluginManagerUncached. | Johannes Schickel |
2011-11-20 | TOLTECS: integrate engine | Alex Bevilacqua |
2011-11-20 | M4: Removed the M4/MADS engine from trunk | Paul Gilbert |
2011-08-22 | Merge remote-tracking branch 'origin/master' into soltys_wip2 | Alyssa Milburn |
2011-08-22 | BASE: Fix indentation | Sven Hesse |
2011-08-21 | BADA: Remove BADA defined check. Was a temp fix for simulator build | Chris Warren-Smith |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith |
2011-07-14 | COMPOSER: Add a first attempt at an engine. | Alyssa Milburn |
2011-07-07 | Merge remote-tracking branch 'origin/master' into soltys_wip2 | Alyssa Milburn |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-06-29 | Merge branch 'master' of github.com:scummvm/scummvm into soltys_wip2 | Strangerke |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-15 | DREAMWEB: added autogenerated source | Vladimir |
2011-09-10 | CGE: Add minimal engine and detection | Strangerke |
2011-05-17 | FM-TOWNS AUDIO: Some more midi driver code for FM-TOWNS monkey2 and indy4 | athrxx |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-13 | Merge remote branch 'remotes/dreammaster/tsage' | Paul Gilbert |
2011-03-25 | ANDROID: Experimental MIDI Driver | dhewg |
2011-02-14 | TSAGE: Added the engine in a separate branch | Paul Gilbert |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-01-02 | PLUGINS: for uncached plugins, first check the loaded plugin before looking e... | Yotam Barnoy |
2010-12-30 | PLUGINS: rename ONE_PLUGIN_AT_A_TIME define to UNCACHED_PLUGINS | Yotam Barnoy |
2010-12-29 | PLUGINS: fixed MSVC build | Florian Kagerer |
2010-12-29 | PLUGINS: single plugin model now saves plugin filename to config file | Yotam Barnoy |
2010-12-23 | PLUGINS: switched plugin manager to inheritance rather than #defines | Yotam Barnoy |
2010-12-23 | PLUGINS: don't fully load each plugins at startup for single plugin method | Yotam Barnoy |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-11-05 | PLUGINS: improved one-at-a-time plugin code | Yotam Barnoy |
2010-10-31 | Updated with latest from trunk | Yotam Barnoy |
2010-10-18 | CONFIGURE: Plug in Last Express engine | Eugene Sandulenko |
2010-10-13 | SOUND: Allow TiMidity support to be disabled via configure. | Johannes Schickel |
2010-10-12 | SWORD25: Added detection of libtheora, png an dplugged in the engine | Eugene Sandulenko |
2010-10-08 | TOON: Merged Toon engine to ScummVM trunk | Eugene Sandulenko |
2010-09-17 | SOUND: Properly add CMS as plugin. | Johannes Schickel |
2010-09-15 | PLUGINS: Don't expect every plugin to load. | Andre Heider |
2010-09-12 | TESTBED: Merge gsoc2010-testbed branch | Eugene Sandulenko |
2010-09-05 | MERGE: Merge trunk to branch. | Andre Heider |
2010-08-19 | Fix warning & code formatting | Max Horn |
2010-08-17 | HUGO: Adding engine to the main tree | Eugene Sandulenko |
2010-08-16 | added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin provid... | Tony Puccinelli |
2010-08-14 | Ensured getPlugins is not called multiple times on Static Plugin Provider wit... | Tony Puccinelli |
2010-08-13 | refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME | Tony Puccinelli |
2010-08-12 | modified DS makefile to use new plugin design where only one plugin is loaded... | Tony Puccinelli |
2010-08-12 | got rid of leftover debugging printf | Tony Puccinelli |
2010-08-12 | Refined first refinement of new plugin design. Tested successfully adding/rem... | Tony Puccinelli |
2010-08-11 | Use tabs instead of spaces for indentation. | Eugene Sandulenko |
2010-08-11 | GUI: add music devices for c64, amiga and apple II gs | Florian Kagerer |
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli |