aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Expand)Author
2005-05-11Corect _numActors in HE games.Travis Howell
2005-05-11Remove fixmesTravis Howell
2005-05-11Set number of actors by version again.Travis Howell
2005-05-11Corect heversion in some Dutch demos.Travis Howell
2005-05-11Confirmed filenamesTravis Howell
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-10Preparations to let LogicHE hold game-specific code. IntroducedEugene Sandulenko
2005-05-10Add heversions for dutch versions.Travis Howell
2005-05-10Add Freddi's funshopTravis Howell
2005-05-09Add more dutch versions.Travis Howell
2005-05-09All SCUMM6 games use VAR_SUBTITLES, not VAR_NOSUBTITLES.Travis Howell
2005-05-09Add a few more md5sTravis Howell
2005-05-08o Fixed detection of Dutch Freddi1Eugene Sandulenko
2005-05-08The default platform should be PC (Windows for HE70+)Travis Howell
2005-05-08Add more dutch versions.Travis Howell
2005-05-08Initial support for intensive floating point compuitations used inEugene Sandulenko
2005-05-08Add dutch Spy Fox 1/2.Travis Howell
2005-05-07More localized HE games.Travis Howell
2005-05-06Fix regression in demos (Failed to find correct file to md5 checksum).Travis Howell
2005-05-05HE90+ games set heap size in index.Travis Howell
2005-05-05Move to HE80Travis Howell
2005-05-05Return 0 in Engine_SCUMM_create if the game isn't found (instead of computing...Max Horn
2005-05-03Add a few more HE demos.Travis Howell
2005-05-01Missed two.Travis Howell
2005-05-01Add feature flag for HE games with 16bit color.Travis Howell
2005-05-01HE80+ games store current charset numberin VAR80.Travis Howell
2005-05-01VAR 78 controls platform in HE80+ games.Travis Howell
2005-05-01VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games.Travis Howell
2005-04-30Only allocate the actor sorting array onceMax Horn
2005-04-30Add expanded _wizParams used by HE100 games.Travis Howell
2005-04-29Some sound resources in soccer2004 are compressed too.Travis Howell
2005-04-29Add HE90 version of processActors().Travis Howell
2005-04-29pajama3 requires GF_HE_LOCALIZEDTravis Howell
2005-04-28Moved blast text/object code to ScummEngine_v6Max Horn
2005-04-28Moved bundle based localization code to ScummEngine_v7Max Horn
2005-04-28Add Macintosh version of putttime.Travis Howell
2005-04-28Added new handleMouseOver to allow further refactoring of the V2 specific ver...Max Horn
2005-04-28Refactor HE actor post/pre-processing code a bit (some more cleanup for HE90 ...Max Horn
2005-04-27Rename function.Travis Howell
2005-04-27Add feature flag for HE games which appear to have localized versions.Travis Howell
2005-04-27Add some basic support for pjgames.Travis Howell
2005-04-26Save addtion HE opcodes specific variables.Travis Howell
2005-04-26Enable Blue's demo, for testing only.Travis Howell
2005-04-26Add Macintosh version of puttraceTravis Howell
2005-04-24Changed the semantics of debug level 0 from off back to something more simili...Max Horn
2005-04-24Corection a few more heversion checks, caused music regression.Travis Howell
2005-04-23Don't use Common::Map for the object table at all; rather use bsearch on a fi...Max Horn
2005-04-23Simplified debuglevel handling:Max Horn
2005-04-22Add HE activity packEugene Sandulenko