Age | Commit message (Expand) | Author |
2004-01-17 | CE backend specific tweaks | Nicolas Bacca |
2004-01-16 | Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i... | James Brown |
2004-01-15 | Fiddling. | James Brown |
2004-01-10 | Start of debug channel support. TODO: Move this to the common Debugger system? | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-06 | start work on czech subtitle support, not finished | Jonathan Gray |
2004-01-04 | renamed global var _debugLevel to g_debugLevel; let Engine constructor init i... | Max Horn |
2003-12-27 | spelling | Max Horn |
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 |