aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
AgeCommit message (Expand)Author
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