Age | Commit message (Expand) | Author |
2010-11-05 | PLUGINS: improved one-at-a-time plugin code | Yotam Barnoy |
2010-11-05 | COMMON/GUI/SCI: Changes to the EGA dithering checkbox | Filippos Karapetis |
2010-11-04 | SCI: Set undither to on by default again, like it was. | Filippos Karapetis |
2010-11-04 | SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ca... | Filippos Karapetis |
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy |
2010-11-01 | BASE: Destroy TranslationManager when exiting; destroy GuiManager before Conf... | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-31 | Updated with latest from trunk | Yotam Barnoy |
2010-10-26 | BASE: Remove oudated comment, and redundant warning | Max Horn |
2010-10-24 | SDL/WIN32: Disable currently unused config entries, added with r53767. | Johannes Schickel |
2010-10-24 | SDL/w32: add ability to hide console | Martin Kiewitz |
2010-10-24 | ALL: Fix various typos (patch #3093266) | Max Horn |
2010-10-18 | CONFIGURE: Plug in Last Express engine | Eugene Sandulenko |
2010-10-13 | BASE: Added "Theora" to the features string, when enabled. | Torbjörn Andersson |
2010-10-13 | BASE: Add SVN_REVISION placehold to internal_version.h.in | Max Horn |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-10-13 | SOUND: Add info about TiMidity support in about dialog. | Johannes Schickel |
2010-10-13 | SOUND: Allow TiMidity support to be disabled via configure. | Johannes Schickel |
2010-10-12 | COMMON: Let --list-targets output all targets in an alphabetical list again. | 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-25 | GUI: Partial fix to bug #3075649 Fonts not found with buit-in theme | Thierry Crozat |
2010-09-23 | COMMON : Initialize translation after system has been initialized (to be able... | Lars Persson |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-09-17 | SOUND: Properly add CMS as plugin. | Johannes Schickel |
2010-09-17 | RELEASE: This is 1.3.0svn | Eugene Sandulenko |
2010-09-15 | PLUGINS: Additional plugin check for the ELF loader. | Andre Heider |
2010-09-15 | PLUGINS: Don't expect every plugin to load. | Andre Heider |
2010-09-15 | PLUGINS: Cleanup. | Andre Heider |
2010-09-12 | TESTBED: Merge gsoc2010-testbed branch | Eugene Sandulenko |
2010-09-06 | PLUGINS: Fix warning when not using the ELF loader. | Andre Heider |
2010-09-06 | PLUGINS: Use the C++ ABI to call dtors when unloading a plugin. | Andre Heider |
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-16 | Merge trunk, from r51777 to r52105 | Alejandro Marzini |
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-11 | BUILD: Limit scope of SCUMMVM_SVN_REVISION and SCUMMVM_VERSION macros | Max Horn |
2010-08-11 | manually merged base, graphics, common, sound, and gui as I am quite skilled ... | Tony Puccinelli |
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli |
2010-08-06 | TESTBED: Merged changes from trunk to my branch | Neeraj Kumar |
2010-08-05 | removed unneccessary call to 'unloadPlugins' | Tony Puccinelli |
2010-08-05 | added intermediary function 'findGameOnePlugAtATime' and switched load game a... | Tony Puccinelli |