Age | Commit message (Expand) | Author |
2009-06-07 | cleanup | Max Horn |
2009-06-07 | Added an experimental '--upgrade-targets' option (to be refined; and possibly... | Max Horn |
2009-06-06 | Implement FR#2090830: "GUI: RTL should focus game list on the last game played" | Eugene Sandulenko |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-20 | Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch" | Eugene Sandulenko |
2009-05-13 | Fix spelling of AdLib (it's AdLib not Adlib). | Johannes Schickel |
2009-05-13 | Add option --opl-driver to command line. | Eugene Sandulenko |
2009-05-10 | Keymapper: | Eugene Sandulenko |
2009-04-21 | - Typo fixes | Johannes Schickel |
2009-03-26 | MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ... | Max Horn |
2009-03-21 | argv should not be modified; make it plenty const. | Marcus Comstedt |
2009-03-20 | Remove line that was (probably) accidentally committed in r32745. | Willem Jan Palenstijn |
2009-03-15 | Added the SVN revision to SCUMMVM_VERSION. The variable has be be set externa... | Andre Heider |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-15 | Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com... | Jordi Vilalta Prat |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-30 | Some more 'special debug levels' tweaks | Max Horn |
2009-01-24 | Remove the unused OSystem parameter of launcherDialog() (noticed by syke) | Jordi Vilalta Prat |
2009-01-19 | This is 0.14.0svn | Eugene Sandulenko |
2009-01-11 | Simplify code. | Eugene Sandulenko |
2009-01-11 | Now _really_ restore transient domain handling which was before vkeybd merge. | Eugene Sandulenko |
2009-01-11 | Fix regression brought by merge with vkeybs branch when command line parameters | Eugene Sandulenko |
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko |
2009-01-02 | - Moved theme listing code from GuiManager to ThemeEngine | Johannes Schickel |
2009-01-02 | - Changed description for --list-themes to be consistent with descriptions of... | Johannes Schickel |
2009-01-02 | - Fixed --gui-theme command line description | Johannes Schickel |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-12-25 | Renamed NewGui to GuiManager | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-11-14 | The demo mode flag should also be compiled if Groovie is compiled in | Matthew Hoops |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-14 | Patch #2271425: Groovie engine | Max Horn |
2008-11-13 | Added DISABLE_COMMAND_LINE switch | Max Horn |
2008-11-10 | add initial support for 'Bud Tucker in Double Trouble' | Gregory Montoir |
2008-11-08 | Pushing down some header deps | Max Horn |
2008-11-07 | Added a destroy() call for SearchManager at the end of scummvm_main. | Nicola Mettifogo |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-10-22 | Add game path with a depth of level 4, to prevent regressions when loading fi... | Travis Howell |
2008-10-22 | Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightly | Max Horn |
2008-10-21 | Fix for bug #1960518 "ALL: --list-saves ignores custom paths". | Johannes Schickel |
2008-10-03 | Merged revisions 34656-34661,34663-34664,34671-34672,34674-34676,34678-34686,... | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)... | Max Horn |
2008-09-26 | Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,... | Stephen Kennedy |
2008-09-23 | Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and '... | Johannes Schickel |
2008-09-17 | Moved base/game.* to engines/game.* | Max Horn |
2008-09-16 | Added support for SCUMM savestates date/time and playtime info in the launche... | Johannes Schickel |