aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
AgeCommit message (Collapse)Author
2002-10-28fixed shadow warningMax Horn
svn-id: r5346
2002-10-28Add support for aliased scummvm config entries.James Brown
Eg: [germandott] path=/games/german/dott gameid=tentacle description=the german version of DOTT I havn't finished the Launcher changes to show aliased entries yet, as I need to parse the whole domainmap to do so. svn-id: r5341
2002-10-24Add simon1demoTravis Howell
svn-id: r5300
2002-10-23don't use strdupMax Horn
svn-id: r5287
2002-10-23Correct volume limit listed under -m section of helpTravis Howell
svn-id: r5282
2002-10-23Add command line option for master volume, patch #591813Travis Howell
svn-id: r5280
2002-10-21Add fixmeJames Brown
svn-id: r5217
2002-10-18cosmetic change, change the scumm version for the HE games to those reported ↵Jonathan Gray
by the executables. 6 months difference in build date but still the same minor version svn-id: r5184
2002-10-18add -z option to list gamesJonathan Gray
svn-id: r5182
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
svn-id: r5079
2002-10-01don't print usage information if no params are givenMax Horn
svn-id: r5067
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
svn-id: r5047
2002-09-29cleanupMax Horn
svn-id: r5046
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
Remove MIDIEMU driver obsoleted by patch. Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails Switch to NewGUI by default (old code retained 'Just in case') svn-id: r5033
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-24Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga ↵Travis Howell
works again. svn-id: r5012
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998
2002-09-21Add the following patches:Travis Howell
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-09-07Change snprintf to sprintf to be consistent with surrounding code.Matt Hargett
svn-id: r4902
2002-09-07Fix heap corruption. Fix compiler warning.Matt Hargett
svn-id: r4901
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-29experimental support for the V2 resource format (patch #601560)Max Horn
svn-id: r4864
2002-08-21Initial revisionMax Horn
svn-id: r4785