Age | Commit message (Expand) | Author |
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 |
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 | use gScummVMFullVersion for initial window caption; use ConfigManager::kAppli... | 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-12 | Fix WinCE build | Nicolas Bacca |
2003-10-11 | Patch around another MSVC6 quirk | Jamieson Christian |
2003-10-10 | Hmm, that wasn't the problem after all. Apparently | Jamieson Christian |
2003-10-10 | fix handling of last argument: if it's not a valid target, treat it like any ... | Max Horn |
2003-10-10 | Public constructor/destructor, for the sake of Singleton<>. | Jamieson Christian |
2003-10-10 | some cleanup | Max Horn |
2003-10-10 | added my thoughts on our command line options (please feel free to comment an... | Max Horn |
2003-10-10 | rearranged code a bit | Max Horn |
2003-10-10 | constness | 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 |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian |
2003-10-05 | factor out common gfx_mode/fullscreen setup code from the game engines into t... | Max Horn |
2003-10-05 | Make use of new List iterator | Max Horn |
2003-10-05 | bump version | Jonathan Gray |
2003-10-05 | create the timer object a bit earlier | Max Horn |
2003-10-04 | add ability to use boot_param in a config file to specify boot param, this is... | Jonathan Gray |
2003-10-02 | cleanup & restructuring; in particular move the midi driver list to its own s... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-01 | Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is delibe... | James Brown |
2003-10-01 | disable joystick input by default either command line or config file need to ... | Jonathan Gray |
2003-09-28 | removed duplicate g_timer object (one was global, one was static to timer.cpp... | Max Horn |
2003-09-28 | queen initial import | Joost Peters |