aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2003-01-16Patch 668634: Actor iteration fixJames Brown
2003-01-16reversed Dig workarounds - better to find the real cause of the regression, s...Max Horn
2003-01-16another change for Dig - still crashes a lot with my save games, though :-/Max Horn
2003-01-16two changes to accomodate Dig - don't like this :-/Max Horn
2003-01-16first blastText version. this is work in progress (note that e.g. text is not...Max Horn
2003-01-14ComI timing hack... very odd.James Brown
2003-01-12work around a script bug in COMI; cleanup; re-enabled array assertMax Horn
2003-01-12Remove assert. It's assertion makes me fearful of it's dominance. Oh, and it ...James Brown
2003-01-06cleanup; added a hack to avoid crash in the canon scene (at least it works th...Max Horn
2003-01-06unified function names (compared to V8); added some FIXME commentsMax Horn
2003-01-05fix for the cannon sceneMax Horn
2003-01-01moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions i...Max Horn
2003-01-01fixed cutscene override in V8; cleanupMax Horn
2002-12-30cleanupMax Horn
2002-12-30cleanupMax Horn
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved re...Max Horn
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