aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2003-05-14opcodes are just one byteMax Horn
2003-05-14additional readArray protection (might cause regression in FT, but then we sh...Max Horn
2003-05-14V8 fixMax Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-13cleanupMax Horn
2003-05-12swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...Max Horn
2003-05-10work around some illegal var access' in COMI/V8 - there are more, but I am no...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-07Patch #733099: DIG: Experimental camera fix (should fix bugs #716350 and #659...Max Horn
2003-05-04oops, forget to remove hack I used to test this ;-)Max Horn
2003-05-04simplified codeMax Horn
2003-05-04GCC believes that if we cast a pointer to <type *>, then we are guaranteeingMarcus Comstedt
2003-04-30PalmOS changesMax Horn
2003-04-26renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ...Max Horn
2003-04-22opcode E0 DE is sound volume changeJonathan Gray
2003-04-22fix setState for humongous gamesJonathan Gray
2003-04-21add readFile stubJonathan Gray
2003-04-21opcode bd is stopObjectCode in the humongous gamesJonathan Gray
2003-04-20Pedantic stats-boosting typo fix :)James Brown
2003-04-20add opcode e4 stub that I meant to add some time agoJonathan Gray
2003-04-20case 131 of verbOps pops in the humongous gamesJonathan Gray
2003-04-09It's correct this time. Really. Trust me.Nicolas Bacca
2003-04-06Oops on previous fixNicolas Bacca
2003-04-06Alignment fixNicolas Bacca
2003-04-01correct to match dissassemblyPaweł Kołodziejski
2003-03-30fixed description centering in the FT and added hack for redraw descriptions ...Paweł Kołodziejski
2003-03-30fixed cordinates in the Dig opcode 0xE1Paweł Kołodziejski
2003-03-30corrected opcode 0xE1 in the dig (bug in the IDB)Paweł Kołodziejski
2003-03-28cleanupMax Horn
2003-03-18added script opcode for dig minigamePaweł Kołodziejski
2003-03-18added input keys support for dig ingamePaweł Kołodziejski
2003-03-18cleanupMax Horn
2003-03-17split waitForTimer func, update for smush,Paweł Kołodziejski
2003-03-09added opcode 17 to 16 in o6_kernelSetFunctionsPaweł Kołodziejski
2003-03-09hack for "%___" in translated stringsPaweł Kołodziejski
2003-03-08fixed description in the digPaweł Kołodziejski
2003-03-08added opcode 124 in kernelSetFunctionsPaweł Kołodziejski
2003-03-08new constant MF_FROZEN; fixed actor unfreeze codeMax Horn
2003-03-07typoMax Horn
2003-03-07tiny cleanupMax Horn
2003-03-07replaced shuffleArray with a meaningful implementation, even if it differes f...Max Horn
2003-03-07refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-03-02opcode 0xA7 is just o6_popJonathan Gray
2003-03-02increased range of palette to 255Paweł Kołodziejski
2003-03-02changed sub_FEE_78D2 func for scumm v7Paweł Kołodziejski
2003-02-24make sounds work in non puttdemo humongous gamesJonathan Gray
2003-02-22improved o6_stampObject funcPaweł Kołodziejski