aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2005-05-12Support for football/footdemo logicEugene Sandulenko
svn-id: r18065
2005-05-11Corect _numActors in HE games.Travis Howell
svn-id: r18053
2005-05-11Remove fixmesTravis Howell
Corect _numActors in HE games. svn-id: r18051
2005-05-11Set number of actors by version again.Travis Howell
svn-id: r18050
2005-05-11Corect heversion in some Dutch demos.Travis Howell
svn-id: r18043
2005-05-11Confirmed filenamesTravis Howell
svn-id: r18041
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-10Preparations to let LogicHE hold game-specific code. IntroducedEugene Sandulenko
GF_HE_985. Feel free to give it more proper name. svn-id: r18036
2005-05-10Add heversions for dutch versions.Travis Howell
Add dutch freddi1 svn-id: r18023
2005-05-10Add Freddi's funshopTravis Howell
svn-id: r18021
2005-05-09Add more dutch versions.Travis Howell
svn-id: r18015
2005-05-09All SCUMM6 games use VAR_SUBTITLES, not VAR_NOSUBTITLES.Travis Howell
Cleanup. svn-id: r17989
2005-05-09Add a few more md5sTravis Howell
Set sfxMode mode for speech in HE games again. svn-id: r17985
2005-05-08o Fixed detection of Dutch Freddi1Eugene Sandulenko
o Added md5s for Mac Football2002 demo o Added english FF5 demo svn-id: r17976
2005-05-08The default platform should be PC (Windows for HE70+)Travis Howell
Avoids issues with older config files. svn-id: r17967
2005-05-08Add more dutch versions.Travis Howell
Fix duplicate subtitle setting. svn-id: r17956
2005-05-08Initial support for intensive floating point compuitations used inEugene Sandulenko
Putt-Putt Race. Still incomplete. svn-id: r17949
2005-05-08Add dutch Spy Fox 1/2.Travis Howell
svn-id: r17947
2005-05-07More localized HE games.Travis Howell
svn-id: r17940
2005-05-06Fix regression in demos (Failed to find correct file to md5 checksum).Travis Howell
svn-id: r17927
2005-05-05HE90+ games set heap size in index.Travis Howell
svn-id: r17920
2005-05-05Move to HE80Travis Howell
svn-id: r17919
2005-05-05Return 0 in Engine_SCUMM_create if the game isn't found (instead of ↵Max Horn
computing the MD5 of non-existant files) svn-id: r17917
2005-05-03Add a few more HE demos.Travis Howell
svn-id: r17899
2005-05-01Missed two.Travis Howell
svn-id: r17887
2005-05-01Add feature flag for HE games with 16bit color.Travis Howell
svn-id: r17886
2005-05-01HE80+ games store current charset numberin VAR80.Travis Howell
Fixes crash in bb2demo. svn-id: r17885
2005-05-01VAR 78 controls platform in HE80+ games.Travis Howell
svn-id: r17881
2005-05-01VAR_NUM_SOUND_CHANNELS is 88 in HE80+ games.Travis Howell
svn-id: r17880
2005-04-30Only allocate the actor sorting array onceMax Horn
svn-id: r17875
2005-04-30Add expanded _wizParams used by HE100 games.Travis Howell
Add u32 version variable. svn-id: r17869
2005-04-29Some sound resources in soccer2004 are compressed too.Travis Howell
Add Moonbase demo, as testing target only. svn-id: r17866
2005-04-29Add HE90 version of processActors().Travis Howell
Add HE71 class, for HE71+ specifics. svn-id: r17859
2005-04-29pajama3 requires GF_HE_LOCALIZEDTravis Howell
Add freddi2 specific filter for (PU1/PU2) prefix in subtitles. svn-id: r17857
2005-04-28Moved blast text/object code to ScummEngine_v6Max Horn
svn-id: r17856
2005-04-28Moved bundle based localization code to ScummEngine_v7Max Horn
svn-id: r17855
2005-04-28Add Macintosh version of putttime.Travis Howell
svn-id: r17849
2005-04-28Added new handleMouseOver to allow further refactoring of the V2 specific ↵Max Horn
verb code; added a TODO comment regarding the blast code svn-id: r17848
2005-04-28Refactor HE actor post/pre-processing code a bit (some more cleanup for HE90 ↵Max Horn
could probably be done, but I'll leave that to the HE folks for now :-) svn-id: r17847
2005-04-27Rename function.Travis Howell
svn-id: r17839
2005-04-27Add feature flag for HE games which appear to have localized versions.Travis Howell
Allows accurate filtering of filename in subtitles. svn-id: r17832
2005-04-27Add some basic support for pjgames.Travis Howell
svn-id: r17831
2005-04-26Save addtion HE opcodes specific variables.Travis Howell
svn-id: r17824
2005-04-26Enable Blue's demo, for testing only.Travis Howell
svn-id: r17808
2005-04-26Add Macintosh version of puttraceTravis Howell
svn-id: r17803
2005-04-24Changed the semantics of debug level 0 from off back to something more ↵Max Horn
similiar to how it used to be (default debug level now is -1) svn-id: r17788
2005-04-24Corection a few more heversion checks, caused music regression.Travis Howell
svn-id: r17785
2005-04-23Don't use Common::Map for the object table at all; rather use bsearch on a ↵Max Horn
fixed size table. svn-id: r17777
2005-04-23Simplified debuglevel handling:Max Horn
- it's only honored in the global level of the config file - all checks for it go through gDebugLevel now, which is made global - the '-d' switch is handled in a slightly saner and consistent way - removed 'debuglevel' from the config format documentation; we do not want to encourage the avarage user to use it svn-id: r17769