aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
AgeCommit message (Collapse)Author
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-16Match sizes of original versions, to avoid possible overflows.Travis Howell
svn-id: r20052
2006-01-10Get rid of unused variables and removed them from the save data ; ↵Gregory Montoir
FloodFill.unk1C and _curExecScript. Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts. svn-id: r19977
2006-01-05Initial support for sound code in HE games.Travis Howell
Split HE sound functions into separate file. svn-id: r19909
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-10-30Correct kernelSet case function.Travis Howell
svn-id: r19369
2005-10-22Reduce header dependencies (for quicker recompiles)Max Horn
svn-id: r19245
2005-10-22Ooops, added label for that debug msg.Travis Howell
svn-id: r19235
2005-10-22Add debug msg.Travis Howell
svn-id: r19234
2005-10-19Add missing opcode in HE100 table.Travis Howell
Rename opcode. svn-id: r19174
2005-10-18Added flood fill support. Pajama2 puzzle seems to be ok nowGregory Montoir
svn-id: r19158
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-08-31cleanupGregory Montoir
svn-id: r18727
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681
2005-08-06Cleanup.Torbjörn Andersson
svn-id: r18621
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24removed unneeded #includeGregory Montoir
svn-id: r18458
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-14-Add more Backyard sports titlesTravis Howell
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385
2005-06-13Add comments on smacker opcodes.Travis Howell
svn-id: r18382
2005-06-13Rename opcode/functionTravis Howell
svn-id: r18381
2005-06-05Ooops, mixed up one function name.Travis Howell
svn-id: r18351
2005-06-05Remove duplicate field.Travis Howell
svn-id: r18350
2005-06-05Rename sprite functions, based on map.Travis Howell
svn-id: r18349
2005-06-05Update HE commentsTravis Howell
svn-id: r18348
2005-06-04Fix another off by one in rects.Travis Howell
Fixes minor glitches in water svn-id: r18331
2005-06-04correction, fixes lost/smaller palette glitchesGregory Montoir
svn-id: r18328
2005-05-29Set zorder to zero by default.Travis Howell
svn-id: r18290
2005-05-28Sync opcode names and add HE72+ version of o_systemOps.Travis Howell
svn-id: r18278
2005-05-23Rename sprite functions.Travis Howell
svn-id: r18231
2005-05-23Add Sprite class and move over related functions.Travis Howell
svn-id: r18230
2005-05-23Move wizImage functions to Wiz class.Travis Howell
svn-id: r18226
2005-05-23Turn Wiz struct into class as requested.Eugene Sandulenko
svn-id: r18224
2005-05-23Add heverison check, as requested by cyx.Travis Howell
svn-id: r18223
2005-05-22correctionGregory Montoir
svn-id: r18222
2005-05-22HE70+ games use flags in drawBox().Travis Howell
Fixes glitches in farmdemo (Old version), freddi2, lost/smaller. svn-id: r18216
2005-05-21Add HE73 version for opcode difference.Travis Howell
svn-id: r18207
2005-05-11Extra debugs no longer required.Travis Howell
svn-id: r18047
2005-05-10Preparations to let LogicHE hold game-specific code. IntroducedEugene Sandulenko
GF_HE_985. Feel free to give it more proper name. svn-id: r18036
2005-05-10Rename opcodesTravis Howell
svn-id: r18025
2005-05-10Rename opcodeTravis Howell
svn-id: r18024
2005-05-10Fixed PuttRace logic routines. Now they match thanks to ajax16384's greatEugene Sandulenko
tool. svn-id: r18019
2005-05-09fixed warningsPaweł Kołodziejski
svn-id: r18004
2005-05-08One last case for funshop titles.Travis Howell
svn-id: r17955
2005-05-08Range checks off by 1.Travis Howell
svn-id: r17954
2005-05-08Initial support for intensive floating point compuitations used inEugene Sandulenko
Putt-Putt Race. Still incomplete. svn-id: r17949
2005-05-07Additions for funshop titles.Travis Howell
svn-id: r17942
2005-05-07Add missing opcode detailsTravis Howell
Fix regression (Fields not initied) svn-id: r17938