aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
AgeCommit message (Expand)Author
2002-12-08cleanupMax Horn
2002-12-04even more cleanupMax Horn
2002-12-01moved RNG to common/util.cppOliver Kiehl
2002-11-30comment an assertion in readArray to stop ft crashing in the minefieldJonathan Gray
2002-11-29more cleanupMax Horn
2002-11-29cleanupMax Horn
2002-11-21indent fixMax Horn
2002-11-20remove accidental debug that some people seem to believe is a cause of crashe...James Brown
2002-11-10Hack to prevent animation hangs during Conroy's song in Sam & Max.Jamieson Christian
2002-11-06why keep a seperate opcode entry & opcode description table if we can have it...Max Horn
2002-11-06removed more typecastsMax Horn
2002-11-02Fix some really stupid code someone added - this basically fixes the FT derby...James Brown
2002-11-02Finish hacks - Mine Road sequence now skippedJames Brown
2002-11-02Correct that FT opcode - it's bitwise or, not logicalJames Brown
2002-11-02Add some opcodes for Full ThrottleJames Brown
2002-11-01Put in some Full Throttle insane workarounds - i need to figure out how to te...James Brown
2002-10-23Remove unneeded fixme now we have a pretty much complete Sam&Max imuse implem...James Brown
2002-10-23Actor::frame is never set, this should be researchedMax Horn
2002-10-22fixing various warnings that occur with -Wshadow;some other minor cleanupMax Horn
2002-10-20Fix an infinite talking loop in The Dig. Again. :)James Brown
2002-10-20Prevent The Dig from overlapping talk soundsJames Brown
2002-10-20Hmm, need to talkchannel that bundleSound play, because we still don't parse ...James Brown
2002-10-20Fix some missing sounds in The DigJames Brown
2002-10-19patch #625603 film noir mode bugfixJonathan Gray
2002-10-18remove debug messages - oops.James Brown
2002-10-18Fix Wait:forActorDraw and the 'infinite mouth movement' problem in The Dig.James Brown
2002-10-18a few small changes to make the full throttle demo workJonathan Gray
2002-10-18Close in on the o6_wait:actDrawn problemJames Brown
2002-10-16Remove description() as aquadrans talkdelay change makes it totallyJames Brown
2002-10-16Hack out 'Wait for actor drawn' for The Dig. See IRC logs for moreJames Brown
2002-10-16Add comment for unknownCD() stubJames Brown
2002-10-16Full Throttle: Add stub for opcode CD (something to do with drawing blast obj...James Brown
2002-10-08synced with local sources (imuse)Paweł Kołodziejski
2002-10-06Fix drawDescString - still needs centering correctionsJames Brown
2002-10-06Improve INSANE start-of-hack :PJames Brown
2002-10-06fixed warnings :)Paweł Kołodziejski
2002-10-06Reverse experimental AKOS codec 5 rewrite.James Brown
2002-10-06Full Throttle / The Dig fixes.James Brown
2002-10-01added stopAll in ImusePaweł Kołodziejski
2002-10-01changed to dynamic allocation of smush playerPaweł Kołodziejski
2002-10-01Patch #616092: Full Throttle dialog fixJames Brown
2002-09-29removed exceptionPaweł Kołodziejski
2002-09-23Patch #612847: Sam and Max painting subgame fixJames Brown
2002-09-22renamec string -> _string and sentence -> _sentence in class Scumm (I origina...Max Horn
2002-09-21DIG: added hack to allow turn on light bridgePaweł Kołodziejski
2002-09-17added support for nonenglish the dig(dialogs, descriptions, warnings), not gu...Paweł Kołodziejski
2002-09-15removed additional directory in filenamePaweł Kołodziejski
2002-09-15improved open function in File classPaweł Kołodziejski
2002-09-15speed changes to play smush moviesPaweł Kołodziejski
2002-09-13patch #608138 (palManipulateInit code)Max Horn