Age | Commit message (Expand) | Author |
2006-04-25 | Added hidden --test-detector command line option to make it easy to test the ... | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | Removed GameDetector::_gameid in favor of using a config manager entry | Max Horn |
2006-04-15 | Set *plugin to 0, not plugin, which has the advantage that games launch again... | Max Horn |
2006-04-15 | Removed GameDetector::createMixer(), GameDetector::createEngine(), GameDetect... | Max Horn |
2006-04-15 | Always use base 0 in strtol when parsing integer command line options / confi... | Max Horn |
2006-04-15 | - Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ... | Max Horn |
2006-04-15 | - Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult... | Max Horn |
2006-04-14 | cleanup | Max Horn |
2006-04-13 | GP32 uses ARM processor. So some of PalmOS specific changes also apply to GP32. | Won Star |
2006-04-11 | Fixed crash with PalmOS ARM version : global objects are allocated but constr... | Chris Apers |
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
2006-04-02 | cleanup | Max Horn |
2006-04-02 | Set gDebugLevel in a single unified spot, instead of two different places | Max Horn |
2006-04-02 | Treat 'targes' like the other command line 'commands' | Max Horn |
2006-04-02 | Move handling of --list-targets and --list-games to a later point (after plug... | Max Horn |
2006-04-02 | Compute the value GameDetector::_gameid *immediately* after _targetName has b... | Max Horn |
2006-04-02 | Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and '-foo=B... | Max Horn |
2006-04-02 | Split GameDetector::parseCommandLine into a static parseCommandLine method wh... | Max Horn |
2006-04-02 | Added missing backslash, oops | Max Horn |
2006-04-02 | - The command line parser now doesn't work in reverse order anymore. | Max Horn |
2006-04-01 | Properly use registerDefault to set the default value for autosave_period | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-26 | Implement feature request #1393200: "target_md5 even for command line" | Eugene Sandulenko |
2006-03-09 | - Renamed GameSettings to PlainGameDescriptor | Max Horn |
2006-02-18 | - Merged GameDetector::detectGame() into GameDetector::detectMain() | Max Horn |
2006-02-18 | Grammar fix | Max Horn |
2006-02-18 | - Removed the 'features' field from GameSettings | Max Horn |
2006-02-16 | Add 3DO platform for HE games | Travis Howell |
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel |
2006-02-12 | Another spot of non-standard "#else if" replaced by "#elif" | Eugene Sandulenko |
2006-02-12 | Fix compile | Travis Howell |
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ap... | Lars Persson |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-31 | Add undocumented option --gui-theme for easier theme debugging. | Eugene Sandulenko |
2006-01-21 | Add new platforms. | Travis Howell |
2006-01-21 | Fix various incorrect usages of the word 'target' instead of 'gameid'; change... | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2006-01-17 | Commit patch #1171517 by salty-horse (save speech and sfx preferences BASS e... | Joost Peters |
2006-01-14 | Lowered FluidSynth's default gain, and added config file and command-line | Torbjörn Andersson |
2006-01-02 | Typo | Max Horn |
2005-10-31 | Fix another HOME buffer overflow attack vector | Max Horn |
2005-10-18 | talkspeed and copy-protection aren't SCUMM-specific anymore SAGA uses them | Eugene Sandulenko |
2005-10-18 | Add possibility to disable SDL parachute on run-time. Option | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-09-03 | Change PalmOS ident | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-23 | Revert change from printf() to debug(1) | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |