aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
AgeCommit message (Collapse)Author
2005-10-22Reduce header dependencies (for quicker recompiles)Max Horn
svn-id: r19245
2005-10-21Actor layer in HE games uses an int32.Travis Howell
svn-id: r19212
2005-10-21Add XMAP support for actors.Travis Howell
svn-id: r19205
2005-10-19Add missing opcode in HE100 table.Travis Howell
Rename opcode. svn-id: r19174
2005-10-19OoopsTravis Howell
svn-id: r19173
2005-10-19Add HE100 version of floodFill.Travis Howell
svn-id: r19172
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-16Add missing function for getWizData.Travis Howell
svn-id: r19106
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-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-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-04correction, fixes lost/smaller palette glitchesGregory Montoir
svn-id: r18328
2005-05-28Add last changes to HE100 too.Travis Howell
svn-id: r18279
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-22'len' is not initialized at this point, but if the purpose is to reset tmp3Torbjörn Andersson
to its original value, this should do just as well. But I don't know where it's used, so I can't really test this. svn-id: r18221
2005-05-22HE70+ games use flags in drawBox().Travis Howell
Fixes glitches in farmdemo (Old version), freddi2, lost/smaller. svn-id: r18216
2005-05-22Sync HE100.Travis Howell
Minor cleanup. svn-id: r18215
2005-05-12Removed unused variables to prevent warnings.Torbjörn Andersson
svn-id: r18070
2005-05-12Avoid HE regressions.Travis Howell
svn-id: r18068
2005-05-10Rename opcodeTravis Howell
svn-id: r18024
2005-05-09Should be case 40.Travis Howell
svn-id: r17991
2005-05-07Additions for funshop titles.Travis Howell
svn-id: r17942
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-05-01Use correct safety check.Travis Howell
svn-id: r17878
2005-05-01Add missing safety checks.Travis Howell
svn-id: r17877
2005-04-30Reset additional fieldsTravis Howell
svn-id: r17871
2005-04-30Add expanded _wizParams used by HE100 games.Travis Howell
Add u32 version variable. svn-id: r17869
2005-04-30Add missing case.Travis Howell
svn-id: r17867
2005-04-27Minor cleanup.Travis Howell
svn-id: r17840
2005-04-27Minor clean up, HE games should always copy strings directly.Travis Howell
svn-id: r17838
2005-04-21cleanupGregory Montoir
svn-id: r17740
2005-04-21Sync. HE100.Travis Howell
svn-id: r17738
2005-04-21Correct argument order.Travis Howell
Fixes glitches in freddi4/spyozon. svn-id: r17728
2005-04-20Rename wizImage process flag for HE games.Travis Howell
svn-id: r17707
2005-04-20Rename sprite field for HE games.Travis Howell
svn-id: r17706
2005-04-20Correct flag value.Travis Howell
svn-id: r17697
2005-04-19minor cleanupGregory Montoir
svn-id: r17692