aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2002-12-27verb ids can be > 255 in V8; more V8 verbop correctionsMax Horn
2002-12-27Patch 650135 (method 3): FOA parrot hangJames Brown
2002-12-26group startScript/Object codes (no code change)Max Horn
2002-12-26doSentence only takes three params in V8Max Horn
2002-12-26map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ...Max Horn
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25changed name from _insaneFlag to _smushFrameRatePaweł Kołodziejski
2002-12-25use translateText for V8 print opcodesMax Horn
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for V...Max Horn
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
2002-12-24yes they really are the same, one opcode just has a jmp to the otherJonathan Gray
2002-12-24more V8 opcodes (mostly rerouting to V6 ones)Max Horn
2002-12-23and more V8. Now we again hit the charset limit, but this time caused by the ...Max Horn
2002-12-23more V8 mods; cleanupMax Horn
2002-12-23renamed new_1, new_2, new_3 in class ActorMax Horn
2002-12-23resolved some arguments with aquadran about how to go on about this :-). Rena...Max Horn
2002-12-23word size for V8 games is 4 bytes, as opposed to 2 bytes in V6/V7 games. Henc...Max Horn
2002-12-22some more V8 opcode fleshMax Horn
2002-12-22added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...Max Horn
2002-12-22minor cleanupMax Horn
2002-12-22allow subtitles in smush animations to be disabledJonathan Gray
2002-12-21increased a little speed of dig demo smushPaweł Kołodziejski
2002-12-21fix smush for compatible with dig demoPaweł Kołodziejski
2002-12-16refactoring: use inheritance to mode the relations between the various engine...Max Horn
2002-12-15added comparision methods for ScummPointMax Horn
2002-12-15oopsMax Horn
2002-12-15cleanup - we now know that the frame field in Actor is needed, we just have t...Max Horn
2002-12-12Tidy one or two things up for future V1/V2/V8 SCUMM support.James Brown