aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
AgeCommit message (Expand)Author
2011-07-04AUDIO: add registerDefault for music_driverathrxx
2011-07-02ENGINES: Clean up SaveStateDescriptor.Johannes Schickel
2011-06-30WIN32: Add option to disable the console window, keeping the current default ...Travis Howell
2011-06-24BASE: Mess with strtol error handling some more.Alyssa Milburn
2011-06-23BASE: Correct usage of strtol().Christoph Mallon
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-23BASE: Fix build, and error handling in DO_OPTION_INT.Alyssa Milburn
2011-06-23BASE: Check return value from strtol in DO_OPTION_INT macroJulien
2011-06-16ENGINES: Warn user about games marked with ADGF_UNSTABLE flagsTarek Soliman
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-23COMMON: Modify Base::processSettings, get rid of Common::kArgumentNotProcessedMax Horn
2011-05-23BACKENDS: Move SCUMMVM_SAVEPATH env var handling to POSIX savefile managerMax Horn
2011-05-21DS: Port of changes from branch-1-2-0 that I should really have moved into th...agent-q
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02ALL: Mark printf and various other symbols as forbiddenMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-25BASE: Remove unused variable in DO_OPTION_INT.Johannes Schickel
2011-04-18COMMON: Cleanup names/handling of some error codesMax Horn
2011-03-01AUDIO: Set default values for the MT-32 and GM device settingsmd5
2010-11-28MAIN: Fix --gfx-mode regressionTorbjörn Andersson
2010-11-05COMMON/GUI/SCI: Changes to the EGA dithering checkboxFilippos Karapetis
2010-11-04SCI: Set undither to on by default again, like it was. Filippos Karapetis
2010-11-04SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so ca...Filippos Karapetis
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-24SDL/WIN32: Disable currently unused config entries, added with r53767.Johannes Schickel
2010-10-24SDL/w32: add ability to hide consoleMartin Kiewitz
2010-10-12COMMON: Let --list-targets output all targets in an alphabetical list again.Johannes Schickel
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-07-17Remove PalmOS portMax Horn
2010-07-05Replace a tab by whitespaces in the help string.Johannes Schickel
2010-06-22LAUNCHER: hopefully fixed music driver selection via command lineFlorian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-06Add Android backend from patch #2603856Max Horn
2010-05-21Implement FR #2988017: exit status with --list-saves always 0Eugene Sandulenko
2010-05-03Tweak messages when listing save states.Max Horn
2010-05-03Show the user a nice message, when the target passed to --list-saves does not...Johannes Schickel
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-01-09Register default setting for 'mute' optionWillem Jan Palenstijn
2009-09-26added option to allow control digital imuse tempo callback. it's related to v...Paweł Kołodziejski
2009-08-10Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backendBertrand Augereau
2009-06-07cleanupMax Horn
2009-06-07Added an experimental '--upgrade-targets' option (to be refined; and possibly...Max Horn
2009-05-13Fix spelling of AdLib (it's AdLib not Adlib).Johannes Schickel
2009-05-13Add option --opl-driver to command line.Eugene Sandulenko
2009-04-21- Typo fixesJohannes Schickel
2009-03-26MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ...Max Horn
2009-03-21argv should not be modified; make it plenty const.Marcus Comstedt
2009-01-02- Moved theme listing code from GuiManager to ThemeEngineJohannes Schickel
2009-01-02- Changed description for --list-themes to be consistent with descriptions of...Johannes Schickel
2009-01-02- Fixed --gui-theme command line descriptionJohannes Schickel