aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
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
2005-04-22Add HE activity packEugene Sandulenko
svn-id: r17742
2005-04-21Need for HE100 version of lost too.Travis Howell
svn-id: r17739
2005-04-21There is HE99 version of f4-demoTravis Howell
svn-id: r17731
2005-04-21Add Macintosh version of BluesABCTimeDemo.Travis Howell
svn-id: r17730
2005-04-21Add Macintosh version of puttcircusTravis Howell
svn-id: r17729
2005-04-21HE98+ includes extra VAR checks at this point.Travis Howell
Fixes salesmen freeze in freddi4. svn-id: r17727
2005-04-20Moved v2 verb code into class ScummEngine_v2Max Horn
svn-id: r17725
2005-04-20Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); ↵Max Horn
moved _audioNames to class IMuseDigital svn-id: r17723
2005-04-20Moved some more VARs; added comments to some of the vars which explain where ↵Max Horn
they are used svn-id: r17722
2005-04-20Split initScummVars and overload it; this makes it possible to define more ↵Max Horn
VARS in subclasses svn-id: r17721
2005-04-20Yet another russian freddi4. now unencrypted.Eugene Sandulenko
svn-id: r17719
2005-04-20cleanupMax Horn
svn-id: r17718
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
svn-id: r17716
2005-04-20Added ScummEngine::_platform; eventually, this should replave GF_FMTOWNS, ↵Max Horn
GF_AMIGA, etc. (everybody is welcome to work on this :-) svn-id: r17710
2005-04-20Since lost/smaller use default windows cursor we setup our ownEugene Sandulenko
svn-id: r17705
2005-04-20No longer requiredTravis Howell
svn-id: r17699
2005-04-20Replace all GF_HUMONGOUS use with _heversion.Travis Howell
Make HE60 specific to puttdemo, since it is unqie. Other HE60 games changed to HE 61. svn-id: r17698
2005-04-19pajama2/chase should be HE95.Travis Howell
svn-id: r17685
2005-04-19Add patch #1185667 - GS FixTravis Howell
svn-id: r17676
2005-04-19Add some palette different in HE80+ games.Travis Howell
svn-id: r17674
2005-04-17Split out some index reading code into a new method readIndexBlock()Max Horn
svn-id: r17659