aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
AgeCommit message (Collapse)Author
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
2005-04-18Adjust again, for sound header differences.Travis Howell
svn-id: r17668
2005-04-18Sound size should only include sound data.Travis Howell
svn-id: r17667
2005-04-18Use correct music offsets for HE games, only a few demos use wrong tunes now.Travis Howell
Get all music details for HE games from one function only. svn-id: r17662
2005-04-17Fix buffer overflow regression.Travis Howell
Use same buffer sizes as original. svn-id: r17654
2005-04-17Add separate function for loading palette from choosen room.Travis Howell
Avoid pointer problems. svn-id: r17653
2005-04-14Add HE7.2 difference in o_getResourceSize().Travis Howell
Add support for checking size of music resource. svn-id: r17595
2005-04-13Updated commentGregory Montoir
svn-id: r17590
2005-04-13_stringBuffer can have mutple strings, ie in pajama2 startup.Travis Howell
Add safety check for buffer size. svn-id: r17581
2005-04-12Sync.Travis Howell
svn-id: r17561
2005-04-12Work in progress on opcodeE0 for HE games.Travis Howell
Cleanup. svn-id: r17560
2005-04-11Add a few extra sprite correction and functions, based off HE100.Travis Howell
svn-id: r17536
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵Max Horn
complies a bit better with our code formatting rules svn-id: r17508
2005-04-10Enable object lock/unlock in HE 100 too.Travis Howell
Add comments svn-id: r17503
2005-04-09Add opcode for chase, playable now.Travis Howell
svn-id: r17469
2005-04-09Add opcode stub for chaseTravis Howell
svn-id: r17468
2005-04-09Correct arguments order, works now.Travis Howell
svn-id: r17467
2005-04-08Add HE70+ version of seekFilePos opcode.Travis Howell
svn-id: r17450
2005-04-07The reverse actor layering only applies to pajama3Travis Howell
svn-id: r17432
2005-04-06Add hePalette function.Travis Howell
svn-id: r17424
2005-04-04Add 8 sound channel support for HE gamesTravis Howell
-Allows sound looping to work Added support for WAVE format musuc used in later HE100 games. svn-id: r17372
2005-04-03Enable copyArray in HE100 too.Travis Howell
svn-id: r17345
2005-04-03More sprite renamesTravis Howell
svn-id: r17342
2005-04-01Add bits and piecesTravis Howell
More renames svn-id: r17325
2005-04-01Add support for clipping of wizImages.Travis Howell
Add support for altering wizImages. Various renames. svn-id: r17322
2005-04-01Remove resource type argument in wizImage functions, it is always rtImage.Travis Howell
Rename sprite flags/functions Remove unused sprite flags Switch sprite flags back to hex. for easier comparison svn-id: r17319
2005-03-31Rename paletteNum field for sprite in wizImages.Travis Howell
svn-id: r17312
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-29Rename sprite functionsTravis Howell
svn-id: r17285
2005-03-28Check class of object number, not loop.Travis Howell
Cleanup. svn-id: r17272
2005-03-28findObject in HE72+ only checks object boundsTravis Howell
findObject in He70/71 only needs additional polygon check svn-id: r17270
2005-03-26Rename WizParameters field.Travis Howell
Correct start strip in drawBMAPBg() svn-id: r17236
2005-03-24cleanupTravis Howell
svn-id: r17215
2005-03-23Add HE90 version of kernelGet/Set opcode and move HE90 specific cases over.Travis Howell
svn-id: r17200
2005-03-17Missed HE100Travis Howell
svn-id: r17176
2005-03-17Add HE72 version of file rename opcodeTravis Howell
svn-id: r17175