aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
AgeCommit message (Expand)Author
2003-05-23replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...Max Horn
2003-05-19correct transparency colour for humongous games when using akos16Jonathan Gray
2003-05-12modified akos / 'old' costume (charset) masking code to a) match each other; ...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10fix variable accesJonathan Gray
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-05Add more ScummVM globals to PDBChris Apers
2003-03-28cleanupMax Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-03-03fixes to akos opcodesPaweł Kołodziejski
2003-03-02added AKC_StartVarAnim opcode for akos_increaseAnimsPaweł Kołodziejski
2003-03-02changed check only for Cxxx opcodesPaweł Kołodziejski
2003-02-22improved a little akos_queCommand funcPaweł Kołodziejski
2003-01-14Patch 667613: Extend gfxUsageBits[]James Brown
2003-01-12Add uSweat token (used when trying to walk across hot sand at brimstone beach)James Brown
2003-01-07more akos/costume mergingMax Horn
2003-01-06some chore/limb related codeMax Horn
2003-01-06cleanup; added a hack to avoid crash in the canon scene (at least it works th...Max Horn
2003-01-05started unifying code in akos.cpp and costume.cppMax Horn
2002-12-28Fix CMI Akos 'garbage' bug, based off of eriktorbjorn patch 659331James Brown
2002-12-28cleanupMax Horn
2002-12-27cleanupMax Horn
2002-12-16added missing sound effects based on patch #654463Paweł Kołodziejski
2002-12-01moved RNG to common/util.cppOliver Kiehl
2002-11-19Patch #639699: SAM: Fix for graphics glitchMax Horn
2002-11-08Masking patchJames Brown
2002-11-06removed more unused variables; cleaned up some spacesMax Horn
2002-11-06removed unused parameters from drawBompMax Horn
2002-11-06rewrote akos5 and bomp, corrected pitch in akos16, increased range of gfxbitsPaweł Kołodziejski
2002-10-25Patch #627935: Akos codec5 cleanup/bugfixMax Horn
2002-10-25removed _bitMask table from akos16Paweł Kołodziejski
2002-10-24changed number strips to dynamic and increased arrays tdirty and bdirty to 80Paweł Kołodziejski
2002-10-22akos cleanup, second stageMax Horn
2002-10-22akos cleanup, first stageMax Horn
2002-10-22Remove akos16 warning()James Brown
2002-10-22Remove unused variableJames Brown
2002-10-22ludde's akos 16 cleanup and mods - fixes the full throttle dumpster animation...James Brown
2002-10-22Akos(16) fixes by Ludde - yay, it's working :)James Brown
2002-10-22cleanup akos16, still brokenPaweł Kołodziejski
2002-10-21cleanup and fixes akos16: types, init. variables at mirror, missing '+' at de...Paweł Kołodziejski
2002-10-21add missing bitmask value. akos16 is still quite broken howeverJames Brown
2002-10-21added cliping for actor in akos16Paweł Kołodziejski
2002-10-21badly akos16 implementationPaweł Kołodziejski
2002-10-16Implement akos codec 1, shadow mode 3James Brown
2002-10-15Fix missing fourth shape in Dig rods, by changing typecast.James Brown
2002-10-07eriktorbjorn's Akos Codec 5 rewrite (Patch 618888 V2)James Brown
2002-10-06Reverse experimental AKOS codec 5 rewrite.James Brown
2002-10-06Full Throttle / The Dig fixes.James Brown
2002-09-21fixed warningMax Horn