aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
AgeCommit message (Collapse)Author
2005-04-05getScriptSlot() must start from slot 1, required for nukeArrays() in HE games.Travis Howell
svn-id: r17383
2005-04-04Muddled ifsTravis Howell
svn-id: r17373
2005-04-01Add support for clipping of wizImages.Travis Howell
Add support for altering wizImages. Various renames. svn-id: r17322
2005-04-01Remove resource type argument in wizImage functions, it is always rtImage.Travis Howell
Rename sprite flags/functions Remove unused sprite flags Switch sprite flags back to hex. for easier comparison svn-id: r17319
2005-03-30CleanupTravis Howell
svn-id: r17292
2005-03-28findObject in HE72+ only checks object boundsTravis Howell
findObject in He70/71 only needs additional polygon check svn-id: r17270
2005-03-17Add HE72 version of file rename opcodeTravis Howell
svn-id: r17175
2005-03-17HE72+ games use slightly different code for subtitle color.Travis Howell
svn-id: r17174
2005-03-12Missing popTravis Howell
svn-id: r17086
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
formatting standards. Earlier we had half of vars named with leading underscore and half without it. Now code in actor.cpp is considerably more readable. svn-id: r17068
2005-02-24defined some flags for HE wiz ; it should make the code more readableGregory Montoir
svn-id: r16901
2005-02-22Minor cleanupTravis Howell
svn-id: r16860
2005-02-14Add opcodeTravis Howell
svn-id: r16786
2005-02-02Merge two opcode, move two opcodes back to HE70.Travis Howell
svn-id: r16731
2005-01-30Check sound queue for music in HE games.Travis Howell
Avoid extra sound channel. svn-id: r16706
2005-01-30HE100 differenceTravis Howell
svn-id: r16701
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-21Unused includesTravis Howell
svn-id: r16236
2004-12-19Correct rangeTravis Howell
svn-id: r16129
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and ↵Gregory Montoir
simplifications svn-id: r15921
2004-11-27Revert opcode EF merge, HE72 uses different array structure.Travis Howell
svn-id: r15905
2004-11-26renamed some HE opcodes and got rid of o72_unknownEF as it seems it was a ↵Gregory Montoir
duplicate of o70_unknownEF svn-id: r15896
2004-11-23renamed some HE opcodesGregory Montoir
svn-id: r15869
2004-10-19Help PalmOS (and more ?) to save memoryChris Apers
svn-id: r15611
2004-10-17Polygons used by HE71 too.Travis Howell
svn-id: r15585
2004-10-17Rename opcodeTravis Howell
svn-id: r15581
2004-10-16fixed warningsPaweł Kołodziejski
svn-id: r15574
2004-10-13Remove more duplicates.Travis Howell
svn-id: r15544
2004-10-13Rename opcodeTravis Howell
svn-id: r15543
2004-10-12Rename varsTravis Howell
Add some missng code for HE games. svn-id: r15528
2004-10-10Rename opcodesTravis Howell
svn-id: r15502
2004-10-10Add some missing code for HE100.Travis Howell
Cleanup svn-id: r15494
2004-10-09OoopsTravis Howell
svn-id: r15487
2004-10-09Inital support for later HE games with altered opcode table.Travis Howell
svn-id: r15485
2004-10-09No longer startMusicTravis Howell
svn-id: r15483
2004-10-08wizImageOps updateGregory Montoir
svn-id: r15478
2004-10-08Match opcode names with SCUMM8.Travis Howell
svn-id: r15466
2004-10-05HE71+ games use wizImages for charset too.Travis Howell
svn-id: r15417
2004-10-04Rename opcodeTravis Howell
svn-id: r15402
2004-10-04Add opcode differenceTravis Howell
svn-id: r15400
2004-10-03Add stubTravis Howell
svn-id: r15399
2004-10-03Add missing code for opcodeTravis Howell
svn-id: r15391
2004-10-02That was duplicateTravis Howell
svn-id: r15378
2004-10-01Add/correct opcodeTravis Howell
svn-id: r15377
2004-09-29Correct string for temp save/load, original load/save screens now displays ↵Travis Howell
in HE 71+ games. svn-id: r15346
2004-09-26wiz stuff cleanup and o90_unknown1C opcode updateGregory Montoir
svn-id: r15293
2004-09-25get rid of the dirty hack needed to display wiz cursors in HE gamesGregory Montoir
svn-id: r15269
2004-09-22Filename string go a bit higherTravis Howell
svn-id: r15231
2004-09-22No longer StopMusicTravis Howell
svn-id: r15228
2004-09-22Add missing casesTravis Howell
svn-id: r15227