aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2002-11-02Added simon sound bugfix, patch #632518Travis Howell
2002-10-28fixed shadow warningMax Horn
2002-10-28Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.James Brown
2002-10-28Add support for aliased scummvm config entries.James Brown
2002-10-27patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler....Jonathan Gray
2002-10-24Add simon1demoTravis Howell
2002-10-23cleaning up scummsys.h a bit (in preparation of using configure eventually). ...Max Horn
2002-10-23don't use strdupMax Horn
2002-10-23Correct volume limit listed under -m section of helpTravis Howell
2002-10-23Add command line option for master volume, patch #591813Travis Howell
2002-10-22fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-)Max Horn
2002-10-22inline function instead of macro for SWAP, to make -Wshadow more usefulMax Horn
2002-10-22cleanup arrayPaweł Kołodziejski
2002-10-22don't shadow varsMax Horn
2002-10-22don't shadow varsMax Horn
2002-10-21Add fixmeJames Brown
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are syst...Max Horn
2002-10-18cosmetic change, change the scumm version for the HE games to those reported ...Jonathan Gray
2002-10-18add -z option to list gamesJonathan Gray
2002-10-18Dreamcast port now wraps main() to avoid special kluges in the common main.Marcus Comstedt
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-16dialogs now can be run 'modal'Max Horn
2002-10-15added insert_at method to List templateMax Horn
2002-10-14added new property to system interface, to be used by NewGuiMax Horn
2002-10-08fix for bug #620361Max Horn
2002-10-08added methods to String class that convert a string to upper/lower case; chan...Max Horn
2002-10-02Renamed new AMidi to EtudeRuediger Hanke
2002-10-01don't print usage information if no params are givenMax Horn
2002-09-30oopsPaweł Kołodziejski
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
2002-09-29cleanupMax Horn
2002-09-29added Config::has_domain()Max Horn
2002-09-29disable experimental launcher dialog by default (at least till it is usable)Max Horn
2002-09-29Merge in 615745: GMD via AdLib emulationJames Brown
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
2002-09-27added (currently completly useless) launcher dialogMax Horn
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax Horn
2002-09-26some fixes for the message dialog; added some commentsMax Horn
2002-09-26added simple message dialogMax Horn
2002-09-24fix for bug #613369; added some files to .cvsignoreMax Horn
2002-09-24Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga w...Travis Howell
2002-09-22Remove mention of Windows GDI buildTravis Howell
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-21Add the following patches:Travis Howell
2002-09-20quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'b...Max Horn
2002-09-19based on my findings for guifont, I changed string.cpp to read the char width...Max Horn
2002-09-19improved the text display in a newgui a bit: make the font proportiona; imple...Max Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-18moved warning, debug, checkheap to enginePaweł Kołodziejski
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski