Age | Commit message (Expand) | Author |
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-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-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-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 | 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 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
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-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-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-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | If launching scummvm with no game selected, clear the transient domain (and h... | Max Horn |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-29 | BASE: in runGame, do not set addDefaultDirectory() the game path before invok... | Max Horn |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-06-22 | Disabled return to launcher on trunk again | Max Horn |
2008-05-28 | Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-... | Christopher Page |
2008-05-24 | Made the startup log output a bit more informative | Max Horn |
2008-05-14 | Merged revisions 31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,... | Christopher Page |
2008-05-13 | - Added operator-> to Plugin subclasses so they don't have to reimplement the... | Jordi Vilalta Prat |
2008-05-12 | Keep separated arrays for each type of plugin | Jordi Vilalta Prat |
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat |
2008-05-10 | Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6 | Christopher Page |
2008-04-26 | Fixed segfault when trying to start invalid gameid from command line. | Johannes Schickel |
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-02-03 | Replaced GUI dialog with warning. We don't have any screen to draw on yet. | Torbjörn Andersson |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |