aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
AgeCommit message (Expand)Author
2004-09-14Load POLD resources in HE80+ gamesTravis Howell
2004-09-14Set numVerts when storing polygonsTravis Howell
2004-09-14Fixed yet another bug in polyugonContains. Still not everything :(Eugene Sandulenko
2004-09-14Fix bug in polygonContains(). Still doesn't work.Eugene Sandulenko
2004-09-13Implemented formerly known unknownFB and unknownFC.Eugene Sandulenko
2004-09-13HE arcade game work a bit now.Travis Howell
2004-09-13Set correct array length in HE 72+ games.Travis Howell
2004-09-12Added missing parameters to debug(), as pointed out by Lord_Nightmare.Torbjörn Andersson
2004-09-12Correct debugsTravis Howell
2004-09-12Add debugTravis Howell
2004-09-12Add some change to start later HE99 hames.Travis Howell
2004-09-11Add stubTravis Howell
2004-09-10Rename opcodeTravis Howell
2004-09-10Missed lineTravis Howell
2004-09-09Change needed for HE 71 too.Travis Howell
2004-09-09CorrectionTravis Howell
2004-09-09Add HE 70 version changes.Travis Howell
2004-09-09Fix bug in ScummEngine_v7he::getCharsetOffset()Eugene Sandulenko
2004-09-09DuplicateTravis Howell
2004-09-08Fix array issue.Travis Howell
2004-09-04Complete actor clipping override code for HE games.Travis Howell
2004-09-04Add actor cliping override for HE games.Travis Howell
2004-09-03Add basic decoding of debug script scripts.Travis Howell
2004-09-01Add HE 72 versions, still not working right yet.Travis Howell
2004-08-31Add HE 72 versionTravis Howell
2004-08-31Move function as requested.Travis Howell
2004-08-30Small correctionTravis Howell
2004-08-30TypoTravis Howell
2004-08-30Add some WIP code for HE games.Travis Howell
2004-08-29Add commentTravis Howell
2004-08-28Revert last change, was wrong opcode.Travis Howell
2004-08-28Sound change for later HE 7.x gamesTravis Howell
2004-08-28akos should queue commmands and executate after drawing costumes (Caused race...Travis Howell
2004-08-26Update akos error messagesTravis Howell
2004-08-26More code/stubs for HE 7.2 gamesTravis Howell
2004-08-26Add some stubs for HE 7.2Travis Howell
2004-08-25Add a few cases for later games.Travis Howell
2004-08-24Remove some old/duplicate code.Travis Howell
2004-08-23Another He 7.2 functionTravis Howell
2004-08-23Re-order opcodesTravis Howell
2004-08-23Add He 7.2 classTravis Howell
2004-08-23OopsTravis Howell
2004-08-23More HE 7.2 changesTravis Howell
2004-08-23TypoTravis Howell
2004-08-23More changes for He 7.2 gamesTravis Howell
2004-08-23fix compilation by removing what was presumably a typoJonathan Gray
2004-08-23Add opcodeTravis Howell
2004-08-22Cursor code cleanupMax Horn
2004-08-22Change to invalid, should never be calledTravis Howell
2004-08-14Renamed o6_unknownE1 to o6_getPixel; use vs->xstart instead of _screenLeftMax Horn