aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
AgeCommit message (Expand)Author
2010-05-21Implement FR #2988017: exit status with --list-saves always 0Eugene Sandulenko
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-08-18Typos.Johannes Schickel
2009-08-18- Destory AudioCDManager singleton after user quits a game, this saves a few ...Johannes Schickel
2009-07-30cleanupMax Horn
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-12I am re-commiting the FORCE_RTL as a temporary solutionMax Lingua
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