aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
AgeCommit message (Expand)Author
2009-06-06Implement FR#2090830: "GUI: RTL should focus game list on the last game played"Eugene Sandulenko
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-10Keymapper:Eugene Sandulenko
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-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-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-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-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-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
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-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-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
2008-09-08Made searching the game path recursive (with the default depth of 4 levels). ...Nicola Mettifogo
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03If 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-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29BASE: in runGame, do not set addDefaultDirectory() the game path before invok...Max Horn
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ...Christopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-06-22Disabled return to launcher on trunk againMax Horn
2008-05-28Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-...Christopher Page
2008-05-24Made the startup log output a bit more informativeMax Horn
2008-05-14Merged 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-12Keep separated arrays for each type of pluginJordi Vilalta Prat
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-05-10Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6Christopher Page
2008-04-26Fixed segfault when trying to start invalid gameid from command line.Johannes Schickel
2008-03-27Patch #1926787: small memory leak and cleanupMax Horn