aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
AgeCommit message (Collapse)Author
2004-09-03Fix warningMax Horn
svn-id: r14872
2004-09-03Add basic decoding of debug script scripts.Travis Howell
svn-id: r14871
2004-09-01Add HE 72 versions, still not working right yet.Travis Howell
svn-id: r14852
2004-08-31Remove newlineTravis Howell
svn-id: r14847
2004-08-31Add HE 72 versionTravis Howell
svn-id: r14845
2004-08-30Add some WIP code for HE games.Travis Howell
Add some music adjustments svn-id: r14839
2004-08-29remove unused varJonathan Gray
svn-id: r14828
2004-08-29Add a few akos codesTravis Howell
Give unknown akos codes better names Rename actor variable Remove hack (Use multi-version flag instead) Another sound correction for HE games. svn-id: r14827
2004-08-29Clean upTravis Howell
svn-id: r14824
2004-08-28cleanupMax Horn
svn-id: r14818
2004-08-28Revert last change, was wrong opcode.Travis Howell
Add a few more HE 7 opcodes svn-id: r14813
2004-08-28Add stubTravis Howell
svn-id: r14810
2004-08-28Sound change for later HE 7.x gamesTravis Howell
Revert cursor change, later games have no .he3 file. Add some stubs/opcodes Later HE games use hard code value for _numRoomVariables svn-id: r14808
2004-08-28akos should queue commmands and executate after drawing costumes (Caused ↵Travis Howell
race issues in HE games). Remove some duplciate code Enable from HE games Add a few stubs for some additional akos codes svn-id: r14799
2004-08-26Add another HE 7.2 opcodeTravis Howell
svn-id: r14781
2004-08-26Update akos error messagesTravis Howell
Add proper timer opcodes Up some debug msgs. svn-id: r14779
2004-08-26c & p errorTravis Howell
svn-id: r14778
2004-08-26More code/stubs for HE 7.2 gamesTravis Howell
Add another temp hack Add id for water, uses more actors Another small correction to music playback for HE 7.2 games svn-id: r14764
2004-08-26Add some stubs for HE 7.2Travis Howell
Fix warning Add music support for later HE 7.2 games svn-id: r14761
2004-08-25Add some file opcode difference for HE 7.2Travis Howell
svn-id: r14752
2004-08-25Revert back proper array bounds checks in readArray/writeArrayEugene Sandulenko
Fix type in redimArray svn-id: r14751
2004-08-25Add missing breakTravis Howell
svn-id: r14748
2004-08-25Rename var/opcodeTravis Howell
Add missing breaks svn-id: r14747
2004-08-25casts to avoid gcc warningsJonathan Gray
svn-id: r14746
2004-08-25Add stubTravis Howell
svn-id: r14744
2004-08-25Add all array related functions to HE 7.2Travis Howell
Add some more HE 7.2 code svn-id: r14739
2004-08-25Another array change for HE 7.2Travis Howell
svn-id: r14737
2004-08-25Add back change that were reverted by last commit.Travis Howell
Add comment svn-id: r14736
2004-08-25HE 7.2 uses different array headers. they introduced start indexes, so itEugene Sandulenko
became in somewhat Pascal fashion, i.e. array[2..3][10..20]. So I had to override ArrayHeader function in ScummEngine_v72he. Also there is new array type kDwordArray. So that is implemented as well. Though, not everything yet transferred to use new ArrayHeader, so running HE 7.2 titles is risky now. Some opcodes were implemented along the way. svn-id: r14735
2004-08-24HE 7.2 uses different size in this opcode aloneTravis Howell
svn-id: r14732
2004-08-24That should not have been removedTravis Howell
svn-id: r14731
2004-08-24TypoTorbjörn Andersson
svn-id: r14730
2004-08-24Missed spotTravis Howell
svn-id: r14728
2004-08-24Remove some old/duplicate code.Travis Howell
Add a few more functions/stubs for HE 7.2 Moved HE 7.2 o_resourceRoutine() specifics. svn-id: r14727
2004-08-24Correct bug in array loading from index.Travis Howell
A few changes/corrections for HE 7.2 svn-id: r14724
2004-08-23Update opcode table for HE 7.2Travis Howell
svn-id: r14721
2004-08-23Another stubTravis Howell
svn-id: r14720
2004-08-23Another He 7.2 functionTravis Howell
svn-id: r14719
2004-08-23Minor cleanupTravis Howell
svn-id: r14718
2004-08-23Re-order opcodesTravis Howell
svn-id: r14714
2004-08-23Add He 7.2 classTravis Howell
svn-id: r14709