aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
AgeCommit message (Expand)Author
2003-06-26Moved out akos_compare (no reason for it to be member of class Scumm)Max Horn
2003-06-19made scale table const again; some cleanup in setupBompScaleMax Horn
2003-06-19use default scale table for bomb codecPaweł Kołodziejski
2003-06-16Comitted the partial (but seemintly good enough) actorHit implementationTorbjörn Andersson
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-07follow our coding conventionsMax Horn
2003-06-05Fix the ugly striped shadows in AKOS codec 1 when drawing scaled actors.Torbjörn Andersson
2003-06-01added a getMaskBuffer method (makes it easier to read some of the code); merg...Max Horn
2003-06-01cleanup / added comments / code unificationMax Horn
2003-06-01same change as in the old costume code: just always maskMax Horn
2003-05-30more costume cleanup. soone we should be able to merger AKOS codec1 and the o...Max Horn
2003-05-30moved bomp stuff into own files; removed some of our 6 (!) bomp decodersMax Horn
2003-05-30cleanupMax Horn
2003-05-30code unificationMax Horn
2003-05-30cleanupMax Horn
2003-05-30cleanup; removed last horizontal bound check from updateDirtyRect -> now all ...Max Horn
2003-05-30fix The Dig 'hang' regressionMax Horn
2003-05-29cleanup; fixed crashes that occured when an actor was drawn partly offscreenMax Horn
2003-05-29cleanupMax Horn
2003-05-29merged all AKOS codec 1 decoders into oneMax Horn
2003-05-29more costuem code mergingMax Horn
2003-05-29more costume cleanupMax Horn
2003-05-29more costume/akos changesMax Horn
2003-05-29they are getting more and more similar :-)Max Horn
2003-05-29cleanupMax Horn
2003-05-28modify actor 5 to get kenny in COMI to draw properlyMax Horn
2003-05-28spellingMax Horn
2003-05-28some more akos/old costume code unification, and cleanupMax Horn
2003-05-28const as const can!Max Horn
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