aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
AgeCommit message (Expand)Author
2008-08-05Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with aTorbjörn Andersson
2008-08-04Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (e...Max Horn
2008-07-29Changed output of --test-detector: multiple hits with same gameid now only ar...Max Horn
2008-07-27Fixed the Symbian default savepath, but adding the needed \ at the end and no...Lars Persson
2008-07-27Fixed the Symbian default savepath, but adding the needed \ at the end.Lars Persson
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-23Use default save game classChris Apers
2008-05-13- Added operator-> to Plugin subclasses so they don't have to reimplement the...Jordi Vilalta Prat
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-02-15Removed unused #includeMax Horn
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a d...Oystein Eftevaag
2008-01-10Removed obsolete FIXMEMax Horn
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-10-28Implement FR #1775044: "set extrapath from commandline"Eugene Sandulenko
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-16Fixed several TODO's concerning path validation.David Corrales
2007-06-11Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry"Eugene Sandulenko
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Patch #1726251: Reject long commandline parameters that lack the optionMax Horn
2007-05-26Fix wrong error message as pointed out by jvprat. I.e. ./scummvm -g produced:Eugene Sandulenko
2007-05-26replace "normal" graphics scaler with "1x" in the --help text.Joost Peters
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-02-03Change s_appName from Common::String to const char * on all platformsMax Horn
2007-01-28Always set gameid & description in a GameDescriptor (somewhat more future pro...Max Horn
2007-01-28Fix regression which prevented to run games specified only in command lineEugene Sandulenko
2007-01-24Fix for bug #1586640: SDL: Joystick/Joypad doesnt work with 0.9.0Max Horn
2007-01-21Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/...Max Horn
2007-01-21Make use of HashMap::getVal/setVal, and some cleanupMax Horn
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2006-10-07Whitespaces.Johannes Schickel
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-22Fixed DO_OPTION_OPT so that the '=' is no longer required in long options. (TheTorbjörn Andersson
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-14Added --themepath option, and documented (very briefly) the --gui-theme option.Torbjörn Andersson
2006-06-01Fixed problem when building and debugging using Symbian Emulator.Lars Persson
2006-05-31Only do warning for path create failure and not error as it can be set within...Lars Persson
2006-05-23Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI ...Won Star
2006-05-18--force-1x-overlay is no more. Remove leftovers.Eugene Sandulenko
2006-05-13fix VS2005 compilation warningsAndrew Kurushin
2006-05-09- Updated MSVC8 project filesEugene Sandulenko