Age | Commit message (Expand) | Author |
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it com... | 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-16 | Broken Sword 1: initial import | Robert Göffringmann |
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-08 | Version bump, small NEWS tweakage | James Brown |
2003-12-02 | Switch nosubtitles option to subtitles, to match others and help with Simon2 ... | Travis Howell |
2003-11-29 | cleanup / added Engine::getGameDataPath() | Max Horn |
2003-11-10 | added namespace GUI | Max Horn |
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 | err, *strnlen(,,3)* used to check for empty strings? I think not :-) | Max Horn |
2003-11-07 | adjust for recent string c_str changes so title is always shown again. Fixes ... | Jonathan Gray |
2003-11-07 | Removed some unnecessary whitespace | Torbjörn Andersson |
2003-11-07 | spelling fixes | Jonathan Gray |
2003-11-05 | bumped version to 0.5.5 (since so many changes to the launcher/options dialog... | Max Horn |
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt |
2003-11-02 | fixed warnings | Paweł Kołodziejski |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | small fix: if one specifies fullscreen=true in the 'scummvm' config section b... | 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 | fix compile | Oliver Kiehl |
2003-10-26 | updated README and usage/help text | Max Horn |
2003-10-26 | cleanup | Max Horn |
2003-10-25 | fix bug #830104: BASS won't start unless music driver chosen | Robert Göffringmann |
2003-10-20 | fix compile when using dynamic plugin support | Oliver Kiehl |
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 | moved game detection code out to the plugins | 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 |