Age | Commit message (Expand) | Author |
2004-01-29 | Add the super-ultra-mega-secret --savepath option (and it's not just secret b... | Max Horn |
2004-01-16 | Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i... | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-06 | start work on czech subtitle support, not finished | Jonathan Gray |
2003-12-27 | spelling | Max Horn |
2003-12-21 | Leave set to false for now, due to Simon2. | Travis Howell |
2003-12-21 | Make it possible for game detection functions to detect language/platform (no... | Max Horn |
2003-12-15 | Correct name | Chris Apers |
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed GameSettings... | Max Horn |
2003-12-11 | add config file parameter to specify the desired port when using the ALSA mus... | Jonathan Gray |
2003-12-11 | Add option to enable copy protection in SCUMM games, which ScummVM disable it... | Travis Howell |
2003-12-11 | Drop OpenGL backend, since it has no maintainer and is too buggy. | Travis Howell |
2003-12-02 | Switch nosubtitles option to subtitles, to match others and help with Simon2 ... | Travis Howell |
2003-11-10 | fix for bug #833537 (Config manager saves "save_slot") | Max Horn |
2003-11-10 | cut down on unnecessary GameDetector references | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | made SDL backend use config manager | Max Horn |
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn |
2003-10-26 | stay within 80 char limit | Jonathan Gray |
2003-10-26 | updated README and usage/help text | Max Horn |
2003-10-25 | fix bug #830104: BASS won't start unless music driver chosen | Robert Göffringmann |
2003-10-20 | usage string has to be updated (as I explained in various commit messages and... | Max Horn |
2003-10-18 | fix handling of unknown targets (previously, you could invoke scummvm with a ... | Max Horn |
2003-10-18 | We proudly present the latest installment of our hit series 'Untangle the mes... | Max Horn |
2003-10-17 | new command line parser (README still has to be updated) | Max Horn |
2003-10-17 | removed obsolete FIXME/TODO | Max Horn |
2003-10-17 | cleanup | Max Horn |
2003-10-17 | added a listTargets() function (not yet used, soon) and some cleanup | Max Horn |
2003-10-17 | oops, forgot to remove the old Platform enum | Max Horn |
2003-10-17 | moved platform/language constants to common/util.* | Max Horn |
2003-10-17 | factored out the game detection code into the Plugin class; this is the first... | Max Horn |
2003-10-16 | cleanup | Max Horn |
2003-10-15 | really removed kDefault*Volume this time :-) | Max Horn |
2003-10-15 | removed the kDefault*Volume constants | Max Horn |
2003-10-14 | fix debug mode 0 | Max Horn |
2003-10-14 | zero is a valid debug level, also change incorrect string; 0 is game only, no... | Jonathan Gray |
2003-10-13 | set _debugMode to true if a non-zero debug level has been specified in the co... | Max Horn |
2003-10-12 | amiga= is deprecated, so don't auto-write it into the config file anymore | Jamieson Christian |
2003-10-12 | some more target<->game cleanup | Max Horn |
2003-10-12 | some renaming for more consistent terminology (although we might want to reev... | Max Horn |
2003-10-12 | removing last traces of -w/-l | Max Horn |
2003-10-10 | fix handling of last argument: if it's not a valid target, treat it like any ... | Max Horn |
2003-10-10 | added my thoughts on our command line options (please feel free to comment an... | Max Horn |
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray |
2003-10-09 | give this more chance of working properly | Jonathan Gray |
2003-10-09 | make khaleks correct fix a bit nicer; and add similar safety nets to the othe... | Max Horn |
2003-10-09 | Temporary (?) fix to stop ScummVM crashing for me. (I don't define any | Torbjörn Andersson |
2003-10-08 | turned PluginManager into a proper singleton | Max Horn |