aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
AgeCommit message (Expand)Author
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-13Rename opcode/functionTravis Howell
2005-06-10Adjust for HE100Travis Howell
2005-05-28Sync opcode names and add HE72+ version of o_systemOps.Travis Howell
2005-05-25Update commentTravis Howell
2005-05-23Move wizImage functions to Wiz class.Travis Howell
2005-05-22HE70+ games use flags in drawBox().Travis Howell
2005-05-21Add HE73 version for opcode difference.Travis Howell
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-10Another fix, more cleanupMax Horn
2005-05-10Fix another mistake in the asm-to-C conversionMax Horn
2005-05-10Cleaned up code a bitMax Horn
2005-05-10drawLine() fixes from Fingolfin.Travis Howell
2005-05-10Add code for drawPixelTravis Howell
2005-05-10Rename opcodesTravis Howell
2005-05-10Rename opcodeTravis Howell
2005-05-07Add missing opcode detailsTravis Howell
2005-05-01Use correct safety check.Travis Howell
2005-04-27Minor cleanup.Travis Howell
2005-04-27Minor clean up, HE games should always copy strings directly.Travis Howell
2005-04-24Use new ConfigFile class for read/writeConfigFile in HE games.Travis Howell
2005-04-23This code should be revised...Max Horn
2005-04-23Adjust for last cvs change.Travis Howell
2005-04-22Add support for reading/writing to external config file in HE games.Travis Howell
2005-04-18Adjust again, for sound header differences.Travis Howell
2005-04-18Sound size should only include sound data.Travis Howell
2005-04-18Use correct music offsets for HE games, only a few demos use wrong tunes now.Travis Howell
2005-04-16Error on all unknown compression types.Travis Howell
2005-04-16Adjust for footdemo, which triggers assert.Travis Howell
2005-04-14Add HE7.2 difference in o_getResourceSize().Travis Howell
2005-04-13_stringBuffer can have mutple strings, ie in pajama2 startup.Travis Howell
2005-04-12CleanupTravis Howell
2005-04-12Work in progress on opcodeE0 for HE games.Travis Howell
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-04-10Add extra case, used by freddicoveTravis Howell
2005-04-08Add HE70+ version of seekFilePos opcode.Travis Howell
2005-04-05getScriptSlot() must start from slot 1, required for nukeArrays() in HE games.Travis Howell
2005-04-04Muddled ifsTravis Howell
2005-04-01Add support for clipping of wizImages.Travis Howell
2005-04-01Remove resource type argument in wizImage functions, it is always rtImage.Travis Howell
2005-03-30CleanupTravis Howell
2005-03-28findObject in HE72+ only checks object boundsTravis Howell
2005-03-17Add HE72 version of file rename opcodeTravis Howell
2005-03-17HE72+ games use slightly different code for subtitle color.Travis Howell
2005-03-12Missing popTravis Howell
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
2005-02-24defined some flags for HE wiz ; it should make the code more readableGregory Montoir
2005-02-22Minor cleanupTravis Howell
2005-02-14Add opcodeTravis Howell