aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Expand)Author
2005-02-13Added new Russian HE titles.Eugene Sandulenko
2005-02-12fixed warningPaweł Kołodziejski
2005-02-11Renamed substDataFileNames to substResFileNames. Just forgot to do it lastEugene Sandulenko
2005-02-11Added "PuttPuttTTT" as an alias for "putttime", since that's what my copyTorbjörn Andersson
2005-02-11Sorted multiple_versions_md5_settings[] table to ease maintenance.Eugene Sandulenko
2005-02-11Few more targets eliminated. Though they never existed. Need to check thisEugene Sandulenko
2005-02-11Turned HE Mac resource filename generator into generall, whole SCUMM-purposeEugene Sandulenko
2005-02-02correct typosJoost Peters
2005-02-02Small correction to baseball2003Eugene Sandulenko
2005-02-02These demos make use of Smacker.Travis Howell
2005-02-02o Added few targetsEugene Sandulenko
2005-02-01Add HE100 version of Pajama Sam 1/ Pajama Sam's Lost & Found.Travis Howell
2005-01-31Yet another correction to 'dog'. Kirben, please check it as you have differentEugene Sandulenko
2005-01-31HE version correction for 'dog'. Game is fully playable, just columns' paletteEugene Sandulenko
2005-01-31Support for Mac cursors.Eugene Sandulenko
2005-01-30ADD HE100 version of Balloon O RamaTravis Howell
2005-01-30Add updated Cheese ChaseTravis Howell
2005-01-30Skip cursors in Macintosh version of HE72 games for now.Travis Howell
2005-01-30Singe HE71 version of freddi too.Travis Howell
2005-01-30Only HE71 demos were on puttputt CD.Travis Howell
2005-01-30Switch airdemo checksums, only a single HE71 version.Travis Howell
2005-01-29Add support for Humongous Mac titles in native format. Please test :)Eugene Sandulenko
2005-01-29Renamed _localScriptList to _localScriptOffsets for clarityMax Horn
2005-01-29Last few added.Travis Howell
2005-01-29Add freddi's.Travis Howell
2005-01-29Add a few moreTravis Howell
2005-01-29Add a fewTravis Howell
2005-01-29Add detection of HE Mac titles which use different naming scheme.Eugene Sandulenko
2005-01-27Fix regression with 640x480 HE games so it will not let them scale above 1x.Eugene Sandulenko
2005-01-26Add swedish freddiTravis Howell
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-05When computing a games MD5, only use the first 1 MB of the file (this should ...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Add 'speech' sound type to mixer; make use of that in iMuse DigitalMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25Get rid of the useless & troublesome master_volumeMax Horn
2004-12-19oopsGregory Montoir
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actu...Gregory Montoir
2004-12-19Report unknown MD5's. I wonder, should we move the check afterEugene Sandulenko
2004-12-18Fix for bug #1087439 (Volume control regression)Max Horn
2004-12-17Reduce code size of resource.cpp to help PalmOS port, by moving util code to ...Max Horn
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-03Fixed an Adlib regression with older games (e.g. EGA Loom, Indy 3 andTorbjörn Andersson
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and simp...Gregory Montoir
2004-11-27To really, truly fix the multi-midi race condition, the adlib driver is now a...Jerome Fisher
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Moved bootscript loading into go(), where it belongsMax Horn
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn