aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
AgeCommit message (Collapse)Author
2005-02-02Merge two opcode, move two opcodes back to HE70.Travis Howell
svn-id: r16731
2005-01-31Add commentTravis Howell
svn-id: r16712
2005-01-31Changes for Macintosh filenames.Travis Howell
svn-id: r16711
2005-01-30Check sound queue for music in HE games.Travis Howell
Avoid extra sound channel. svn-id: r16706
2005-01-29Add support for Humongous Mac titles in native format. Please test :)Eugene Sandulenko
svn-id: r16693
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-21Unused includesTravis Howell
svn-id: r16236
2004-12-21Unused varTravis Howell
svn-id: r16235
2004-12-21Sync HE100Travis Howell
svn-id: r16234
2004-12-19Off by oneTravis Howell
svn-id: r16127
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and ↵Gregory Montoir
simplifications svn-id: r15921
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing ↵Max Horn
some very specialised methods svn-id: r15914
2004-11-27No longer stubsTravis Howell
svn-id: r15906
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-11-21HE wiz stuff updateGregory Montoir
svn-id: r15857
2004-11-13minor Wiz stuff updateGregory Montoir
svn-id: r15798
2004-10-23Still needed for RU freddicoveTravis Howell
svn-id: r15667
2004-10-19Help PalmOS (and more ?) to save memoryChris Apers
svn-id: r15611
2004-10-18CleanupTravis Howell
svn-id: r15601
2004-10-17Color correction for HE70+ strings.Travis Howell
svn-id: r15586
2004-10-17Polygons used by HE71 too.Travis Howell
svn-id: r15585
2004-10-17Check if VAR_WIZ_TCOLOR is set, before using it.Travis Howell
BMAP images are only used in HE71+. svn-id: r15580
2004-10-17cleanup: moved some things to gfx.cpp and changed o60_setState to match ↵Gregory Montoir
disassembly of version 72 svn-id: r15578
2004-10-17preliminar o72_captureWizImage() implementation ; still have to handle flag ↵Gregory Montoir
0x2 in drawWizImage to display correctly the painting in 1grademo svn-id: r15577
2004-10-16fixed warningsPaweł Kołodziejski
svn-id: r15574
2004-10-16Add missing case for HE 90+Travis Howell
Always clear complete local script vars. svn-id: r15564
2004-10-13Remove more duplicates.Travis Howell
svn-id: r15544
2004-10-13Rename opcodeTravis Howell
svn-id: r15543
2004-10-12Rename as requested.Travis Howell
svn-id: r15530
2004-10-12Rename varsTravis Howell
Add some missng code for HE games. svn-id: r15528
2004-10-12Rename varTravis Howell
Update HE issues svn-id: r15525
2004-10-11Still not quite right.Travis Howell
svn-id: r15513
2004-10-11X/Y order changed again in HE 72+.Travis Howell
svn-id: r15512
2004-10-10Correct orderTravis Howell
svn-id: r15506
2004-10-10Changes for mustardTravis Howell
svn-id: r15503
2004-10-10Rename opcodesTravis Howell
svn-id: r15502
2004-10-10More HE100 corrections.Travis Howell
svn-id: r15500
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-08wizImageOps updateGregory Montoir
svn-id: r15478
2004-10-08Match opcode names with SCUMM8.Travis Howell
svn-id: r15466
2004-10-08Return 0 is array doesn't exist, possible script bug in HE game.Travis Howell
svn-id: r15459
2004-10-06Use common PI value insteadChris Apers
svn-id: r15435
2004-10-05fix drawWizPolygon glitchGregory Montoir
svn-id: r15422
2004-10-05Switch to warningTravis Howell
svn-id: r15418
2004-10-04cleanupMax Horn
svn-id: r15411