aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-20Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch"Eugene Sandulenko
2009-05-13Fix spelling of AdLib (it's AdLib not Adlib).Johannes Schickel
2009-05-13Add option --opl-driver to command line.Eugene Sandulenko
2009-05-10Keymapper:Eugene Sandulenko
2009-04-21- Typo fixesJohannes Schickel
2009-03-26MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ...Max Horn
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
2009-03-20Remove line that was (probably) accidentally committed in r32745.Willem Jan Palenstijn
2009-03-15Added the SVN revision to SCUMMVM_VERSION. The variable has be be set externa...Andre Heider
2009-03-01Merged 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-15Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't com...Jordi Vilalta Prat
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Some more 'special debug levels' tweaksMax Horn
2009-01-24Remove the unused OSystem parameter of launcherDialog() (noticed by syke)Jordi Vilalta Prat
2009-01-19This is 0.14.0svnEugene Sandulenko
2009-01-11Simplify code.Eugene Sandulenko
2009-01-11Now _really_ restore transient domain handling which was before vkeybd merge.Eugene Sandulenko
2009-01-11Fix regression brought by merge with vkeybs branch when command line parametersEugene Sandulenko
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-02- Moved theme listing code from GuiManager to ThemeEngineJohannes 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 descriptionJohannes Schickel
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-12-25Renamed NewGui to GuiManagerMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-14The demo mode flag should also be compiled if Groovie is compiled inMatthew Hoops
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-14Patch #2271425: Groovie engineMax Horn
2008-11-13Added DISABLE_COMMAND_LINE switchMax Horn
2008-11-10add initial support for 'Bud Tucker in Double Trouble'Gregory Montoir
2008-11-08Pushing down some header depsMax Horn
2008-11-07Added a destroy() call for SearchManager at the end of scummvm_main.Nicola Mettifogo
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-10-22Add game path with a depth of level 4, to prevent regressions when loading fi...Travis Howell
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn
2008-10-21Fix for bug #1960518 "ALL: --list-saves ignores custom paths".Johannes Schickel
2008-10-03Merged revisions 34656-34661,34663-34664,34671-34672,34674-34676,34678-34686,...Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Modified FilePluginProvider to use FSNodes (instead of raw filenames / paths)...Max Horn
2008-09-26Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,...Stephen Kennedy
2008-09-23Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and '...Johannes Schickel
2008-09-17Moved base/game.* to engines/game.*Max Horn
2008-09-16Added support for SCUMM savestates date/time and playtime info in the launche...Johannes Schickel
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-14Fix for bug #2089275: "GUI: Returning to launcher may trigger an error".Johannes Schickel
2008-09-08Documented commit 34450 (game path searched recursively).Nicola Mettifogo