aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2005-04-21Add Macintosh version of puttcircusTravis Howell
2005-04-21Correct argument order.Travis Howell
2005-04-21HE98+ includes extra VAR checks at this point.Travis Howell
2005-04-20Moved v2 verb code into class ScummEngine_v2Max Horn
2005-04-20Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); mo...Max Horn
2005-04-20Moved some more VARs; added comments to some of the vars which explain where ...Max Horn
2005-04-20Split initScummVars and overload it; this makes it possible to define more VA...Max Horn
2005-04-20Added FIXME for the _haveMsg hackMax Horn
2005-04-20Yet another russian freddi4. now unencrypted.Eugene Sandulenko
2005-04-20cleanupMax Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
2005-04-20Update debug message.Travis Howell
2005-04-20Add some additional details for sprite fields.Travis Howell
2005-04-20Added ScummEngine::_platform; eventually, this should replave GF_FMTOWNS, GF_...Max Horn
2005-04-20Rename wizImage process flag for HE games.Travis Howell
2005-04-20Rename sprite field for HE games.Travis Howell
2005-04-20Since lost/smaller use default windows cursor we setup our ownEugene Sandulenko
2005-04-20Fix cut and paste rror.Travis Howell
2005-04-20Re-order to fill in the gaps.Travis Howell
2005-04-20Switch to uint for safety.Travis Howell
2005-04-20Update commentTravis Howell
2005-04-20Correction to last commits.Travis Howell
2005-04-20No longer requiredTravis Howell
2005-04-20Replace all GF_HUMONGOUS use with _heversion.Travis Howell
2005-04-20Correct flag value.Travis Howell
2005-04-19safer and consistent with remapPaletteColorGregory Montoir
2005-04-19minor cleanupGregory Montoir
2005-04-19Add RIFF sound type.Travis Howell
2005-04-19HE games set camera at this point.Travis Howell
2005-04-19HACK no longer required.Travis Howell
2005-04-19pajama2/chase should be HE95.Travis Howell
2005-04-19Remove FIXME comment, the current code is correct.Travis Howell
2005-04-19Simpler check.Travis Howell
2005-04-19Actually applies to all SCUMM 5/6 games.Travis Howell
2005-04-19Add different in monkey2 FM-TOWNSTravis Howell
2005-04-19Add patch #1185667 - GS FixTravis Howell
2005-04-19OoopsTravis Howell
2005-04-19Add some palette different in HE80+ games.Travis Howell
2005-04-19These VARS are HE95+ specific.Travis Howell
2005-04-18Small correction, fixes red rose in spyfox2.Travis Howell
2005-04-18Adjust again, for sound header differences.Travis Howell
2005-04-18Sound size should only include sound data.Travis Howell
2005-04-18OoopsTravis Howell
2005-04-18OoopsTravis Howell
2005-04-18Add work around for inveotry background/items in putttime/puttzoo not always ...Travis Howell
2005-04-18Use correct music offsets for HE games, only a few demos use wrong tunes now.Travis Howell
2005-04-17Move stuff aroundMax Horn
2005-04-17New virtual method getObjectIdFromOBIMMax Horn
2005-04-17Split out some index reading code into a new method readIndexBlock()Max Horn
2005-04-17Move _numActors to a more sensible place, and make it protected; fix confirmF...Max Horn