Age | Commit message (Expand) | Author |
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 |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-09-14 | Fix for bug #2089275: "GUI: Returning to launcher may trigger an error". | Johannes Schickel |
2008-09-08 | Documented commit 34450 (game path searched recursively). | Nicola Mettifogo |
2008-09-08 | Made searching the game path recursive (with the default depth of 4 levels). ... | Nicola Mettifogo |
2008-09-05 | Remove usage of main_features.inl and the file | Lars Persson |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | If launching scummvm with no game selected, clear the transient domain (and h... | Max Horn |
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn |
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ... | Max Horn |
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-16 | Added documentation to the README, also added --list-saves to the HELP_STRING... | Christopher Page |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |