aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
AgeCommit message (Collapse)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20511
2006-02-11Cleanup HE debug msgsTravis Howell
svn-id: r20506
2006-02-05Sync. subOp variable name and always use byte.Travis Howell
svn-id: r20382
2006-02-04Split intern.h and moved HE stuff into the new file intern_he.hMax Horn
svn-id: r20372
2006-01-27Resource modified status always cleared when nuked.Travis Howell
svn-id: r20203
2006-01-27Make resource management of modified wizImages closer to original games.Travis Howell
Fixes many errors in Backyard Sports titles. svn-id: r20201
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-15Ooops, looping should have been left enabled.Travis Howell
svn-id: r20041
2006-01-15Fix sound channel selection in HE95+ games.Travis Howell
svn-id: r20040
2006-01-06Nukes resource directly in HE games.Travis Howell
svn-id: r19924
2006-01-05Initial support for sound code in HE games.Travis Howell
Split HE sound functions into separate file. svn-id: r19909
2006-01-04Update commentsTravis Howell
Add missing akos case. svn-id: r19905
2005-11-16The 'TextOn' ini setting is checked by earlier HE games too.Travis Howell
svn-id: r19613
2005-11-16Missed a spot.Travis Howell
svn-id: r19612
2005-11-16Opcode is used by HE71 too.Travis Howell
Freddi version should be all languages (Used by English and Russian). svn-id: r19610
2005-11-06Revert +1 change, causes more glitches in lost.Travis Howell
svn-id: r19483
2005-11-05Correct value.Travis Howell
svn-id: r19431
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-08-06Cleanup.Torbjörn Andersson
svn-id: r18621
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18453
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-13Rename opcode/functionTravis Howell
svn-id: r18381
2005-06-04Fix another off by one in rects.Travis Howell
Fixes minor glitches in water svn-id: r18331
2005-05-29resourceMapper isn't used in HE72+ games.Travis Howell
svn-id: r18291
2005-05-28Correct case order.Travis Howell
svn-id: r18280
2005-05-28Sync opcode names and add HE72+ version of o_systemOps.Travis Howell
svn-id: r18278
2005-05-26Changed name of addMessageToStack to convertMessageToString (still not ↵Max Horn
really happy with that name but at least it is a little bit more descriptive than the old) svn-id: r18262
2005-05-23Turn Wiz struct into class as requested.Eugene Sandulenko
svn-id: r18224
2005-05-15Added AuxBlock::reset() method; moved aux related code to ScummEngine_v71he ↵Max Horn
class svn-id: r18102
2005-05-13Cases apply to rtRoomImage in He70+ too.Travis Howell
svn-id: r18076
2005-05-12Avoid HE regressions.Travis Howell
svn-id: r18068
2005-05-07Missed one section.Travis Howell
svn-id: r17939
2005-05-07Add missing opcode detailsTravis Howell
Fix regression (Fields not initied) svn-id: r17938
2005-05-02Add missing case for pajama.Travis Howell
Fixes music in MusicRm. svn-id: r17892
2005-04-27Fix glitch when skipping AUX sequence in freddi.Travis Howell
Add missing bits of AUX code. svn-id: r17837
2005-04-17Debug no longer needed.Travis Howell
svn-id: r17655
2005-04-16Error on all unknown compression types.Travis Howell
Remove some unused cases. svn-id: r17617
2005-04-16CleanupTravis Howell
svn-id: r17615
2005-04-13Off by one.Travis Howell
svn-id: r17583
2005-04-13Read/write INI entries from config file in HE games.Travis Howell
svn-id: r17580
2005-04-12Not all polygons should be cleared in startScene().Travis Howell
A few minor corrections. svn-id: r17567
2005-04-10Enable object lock/unlock in HE 100 too.Travis Howell
Add comments svn-id: r17503
2005-04-09Add flObject lock/unlock support for HE games.Travis Howell
svn-id: r17474
2005-04-08Add HE70+ version of seekFilePos opcode.Travis Howell
svn-id: r17450
2005-04-02CleanupTravis Howell
svn-id: r17333
2005-03-31Started to move some resource related code into a new class ResourceManager ↵Max Horn
(hypothetic goal for the future: use ResourceManager in ScummEx) svn-id: r17311
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-23Add HE90 version of kernelGet/Set opcode and move HE90 specific cases over.Travis Howell
svn-id: r17200