aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2002-11-14added missing #includeMax Horn
svn-id: r5545
2002-11-13cleaned up Config::get_domain; fixed sorting in launcherMax Horn
svn-id: r5541
2002-11-13#include headers for strlen & assertMax Horn
svn-id: r5536
2002-11-13properly init all datacd Projekte/scummvmMax Horn
svn-id: r5529
2002-11-12first of a few more s/readme.txt/README/ changesJonathan Gray
svn-id: r5519
2002-11-10completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some ↵Max Horn
static variables from drawFlashlight() and made them members of class Scumm instead svn-id: r5506
2002-11-10Update internal version numberJames Brown
svn-id: r5498
2002-11-10indention fix :-)Max Horn
svn-id: r5492
2002-11-10added FIXME commentMax Horn
svn-id: r5486
2002-11-06use strcat instead of sprintf+strlenMax Horn
svn-id: r5446
2002-11-06moved some constants from scumm.h to gameDetector.h; this way, we don't have ↵Max Horn
to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more) svn-id: r5444
2002-11-06update formating of -z output to reflect long simon game namesJonathan Gray
svn-id: r5432
2002-11-05Add simon1talkie and simon2talkie targetsTravis Howell
svn-id: r5413
2002-11-02Added simon sound bugfix, patch #632518Travis Howell
Added fix for simon sound-related crash, patch #632517 svn-id: r5377
2002-10-28fixed shadow warningMax Horn
svn-id: r5346
2002-10-28Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.James Brown
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to 'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else' condition. svn-id: r5344
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-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵Jonathan Gray
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320
2002-10-24Add simon1demoTravis Howell
svn-id: r5300
2002-10-23cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵Max Horn
Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway svn-id: r5290
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-22fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-)Max Horn
svn-id: r5264
2002-10-22inline function instead of macro for SWAP, to make -Wshadow more usefulMax Horn
svn-id: r5263
2002-10-22cleanup arrayPaweł Kołodziejski
svn-id: r5250
2002-10-22don't shadow varsMax Horn
svn-id: r5237
2002-10-22don't shadow varsMax Horn
svn-id: r5236
2002-10-21Add fixmeJames Brown
svn-id: r5217
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are ↵Max Horn
systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious svn-id: r5216
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-18Dreamcast port now wraps main() to avoid special kluges in the common main.Marcus Comstedt
svn-id: r5175
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
svn-id: r5169
2002-10-16dialogs now can be run 'modal'Max Horn
svn-id: r5168
2002-10-15added insert_at method to List templateMax Horn
svn-id: r5153
2002-10-14added new property to system interface, to be used by NewGuiMax Horn
svn-id: r5144
2002-10-08fix for bug #620361Max Horn
svn-id: r5113
2002-10-08added methods to String class that convert a string to upper/lower case; ↵Max Horn
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104
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-30oopsPaweł Kołodziejski
svn-id: r5050
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-29added Config::has_domain()Max Horn
svn-id: r5045
2002-09-29disable experimental launcher dialog by default (at least till it is usable)Max Horn
svn-id: r5044
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-28patch #612722: MI2 NewGui title fixMax Horn
svn-id: r5030
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax Horn
svn-id: r5023