aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2004-09-23Fix array pointer overflows in HE80+ games.Travis Howell
Some arrays are nuked in startScene. svn-id: r15239
2004-09-22smaller is 99 after all.Travis Howell
add some array code svn-id: r15230
2004-09-21cleanupGregory Montoir
add some warnings to detect the use of new Aux animation data svn-id: r15226
2004-09-21cleanupMax Horn
svn-id: r15222
2004-09-21Should be HE60/70.Travis Howell
svn-id: r15211
2004-09-20Moved some init code around (hopefully this'll help PalmOS)Max Horn
svn-id: r15209
2004-09-20Fix array out of bounds accessMax Horn
svn-id: r15208
2004-09-20Fix for bug #1031390 (FOA: Graphical corruption and possible crash in ↵Max Horn
Atlantis Map) svn-id: r15207
2004-09-20Add unencrypted russian freddi5 target.Eugene Sandulenko
svn-id: r15201
2004-09-20Opcode1C in HE90+ games seems to setup WizImage settings via various cases.Travis Howell
svn-id: r15198
2004-09-19slightly updated drawWizImage()Gregory Montoir
svn-id: r15197
2004-09-19Actually check if a sound is active, if the sound is outside music engine.Travis Howell
Add some more HE differences svn-id: r15188
2004-09-19Fix last commitTravis Howell
Add stub/warning svn-id: r15184
2004-09-19*** empty log message ***Travis Howell
svn-id: r15183
2004-09-19Enable debug mode in HE80+ games.Travis Howell
svn-id: r15182
2004-09-18Rename some member vars to avoid _ followed by an uppercase letter. More of ↵Max Horn
those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this) svn-id: r15175
2004-09-18Moved mouse cursor code into ScummEngine subclasses were possible -- this ↵Max Horn
makes it much easier to see which cursor code is used in which SCUMM version; also changed cursor code to not overwrite default_cursor_* (which would cause problems when switching to another game) svn-id: r15169
2004-09-18Skip sound caching in Sam & Max (Talkie)Travis Howell
svn-id: r15156
2004-09-18Should be for HE71 and later.Travis Howell
svn-id: r15151
2004-09-18preliminar AuxQueue support (freddemo intro), some glitches thoughGregory Montoir
svn-id: r15149
2004-09-17nukeArrays still nuking wrong arrays.Travis Howell
Add some more differences in later HE versions. Add HE opcodes changes. svn-id: r15145
2004-09-17Correct mouse vars, should be mouse hold in scumm6/HE.Travis Howell
baloon works now. svn-id: r15143
2004-09-16OopsTravis Howell
svn-id: r15137
2004-09-16HE90+ games use two local resource typesTravis Howell
svn-id: r15136
2004-09-16Correct local script range in HE99+Travis Howell
svn-id: r15134
2004-09-14only clear the polygon slots when playing a HE gameGregory Montoir
svn-id: r15120
2004-09-14Save polygonsTravis Howell
Move findObject changes to HE72 svn-id: r15118
2004-09-14TypoTravis Howell
svn-id: r15116
2004-09-14polygon slots should be cleared in startSceneTravis Howell
svn-id: r15114
2004-09-14_numActors should be 30 not 29 for HE 72 titles, makes HE 72 version of ↵Jonathan Gray
puttzoo work svn-id: r15111
2004-09-14Load POLD resources in HE80+ gamesTravis Howell
Some more WIP on polygons svn-id: r15107
2004-09-13Implemented formerly known unknownFB and unknownFC.Eugene Sandulenko
ScummEngine_v7he::polygonContains() is still buggy and prevents whole thing from working. svn-id: r15103
2004-09-13Set correct array length in HE 72+ games.Travis Howell
Add some stubs svn-id: r15082
2004-09-12Disable these games for nowChris Apers
svn-id: r15076
2004-09-12Add targetsTravis Howell
svn-id: r15019
2004-09-11Should be HE99Travis Howell
svn-id: r15010
2004-09-11Should be HE99Travis Howell
svn-id: r15009
2004-09-11Local script difference in HE 99 games.Travis Howell
svn-id: r15008
2004-09-10Store SCUMM md5s in save game. Save format bump.James Brown
svn-id: r14996
2004-09-10OoopsTravis Howell
svn-id: r14992
2004-09-10Add HE varsTravis Howell
svn-id: r14990
2004-09-10Add updated fredd2Travis Howell
svn-id: r14988
2004-09-10Check _scummVar size of restart too.Travis Howell
svn-id: r14987
2004-09-10Ooops, actually clear _roomVars.Travis Howell
svn-id: r14986
2004-09-09Add later spy fox 1 version.Travis Howell
svn-id: r14974
2004-09-08Fix pjs-demoTravis Howell
svn-id: r14964
2004-09-08Add freddi3 target.Eugene Sandulenko
svn-id: r14963
2004-09-08Caused crash.Travis Howell
svn-id: r14956
2004-09-08Add extra index types.Travis Howell
Remove duplicate code. svn-id: r14953
2004-09-07Should be HE99Travis Howell
svn-id: r14950