Age | Commit message (Expand) | Author |
2010-08-05 | added intermediary function 'findGameOnePlugAtATime' and switched load game a... | Tony Puccinelli |
2010-07-30 | initial work on plugin design changes (already added games can be launched wi... | Tony Puccinelli |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-26 | Janitorial: Fix punctuation in error/warning | Torbjörn Andersson |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-29 | Fix detection of invalid music drivers specified via command line. | Johannes Schickel |
2010-06-28 | Prevent "music-driver" to be set to "" on startup. | Johannes Schickel |
2010-06-26 | Remove support for translation of console messages. | Johannes Schickel |
2010-06-22 | LAUNCHER: hopefully fixed music driver selection via command line | Florian Kagerer |
2010-06-15 | Fix some warnings about 'format not a string literal'. | Max Horn |
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-21 | Implement FR #2988017: exit status with --list-saves always 0 | Eugene Sandulenko |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-11 | Rest of patch #2982224: GSoC: Added unit test and unified error message display | Max Horn |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-08-18 | Typos. | Johannes Schickel |
2009-08-18 | - Destory AudioCDManager singleton after user quits a game, this saves a few ... | Johannes Schickel |
2009-07-30 | cleanup | Max Horn |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-12 | I am re-commiting the FORCE_RTL as a temporary solution | Max Lingua |
2009-06-06 | Implement FR#2090830: "GUI: RTL should focus game list on the last game played" | Eugene Sandulenko |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-20 | Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch" | Eugene Sandulenko |
2009-05-10 | Keymapper: | Eugene Sandulenko |
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 |