aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.cpp
AgeCommit message (Expand)Author
2003-06-30this FIXME is obsoleted by my recent fix for getMaskFromBoxMax Horn
2003-06-27fixed warningPaweł Kołodziejski
2003-06-26paranoia fix for getOBCDFromObject, in casegetResourceAddress returns 0Max Horn
2003-06-26added getOBIMFromObject and getObjectImage methods; changed code to use thoseMax Horn
2003-06-26added ResourceIterator, replacing two of the old findResource/findResourceSma...Max Horn
2003-06-25added some const qualifiers; moved _bundle & _current_cd_sound from class Scu...Max Horn
2003-06-20seems monkeyega & monkeyvga have byte values for the object name offset, tooMax Horn
2003-06-20fixed Zak256 (and possibly other V3 games); Not quite sure if the behaviour i...Max Horn
2003-06-19instead of casting to byte, rather allow offsets > 255Max Horn
2003-06-18Fixed MSVC warningsJamieson Christian
2003-06-16Bypass the Maniac Mansion copy protection by making the security door stayTorbjörn Andersson
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-14runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPTMax Horn
2003-06-14Format string/argument mismatch fix.Torbjörn Andersson
2003-06-07replaced GF_AFTER with _versionMax Horn
2003-06-06v1 object drawing updates from aquadranJonathan Gray
2003-06-06fixed almost object drawing for v1 games, (ugly hack for drawBitmap)Paweł Kołodziejski
2003-06-01Reverted the recent o5_getClosestObjActor() change and fixed it byTorbjörn Andersson
2003-06-01cleanup / added comments / code unificationMax Horn
2003-05-31some setObjectName changes. I'd really like to switch V2-V5 to use rtObjectNa...Max Horn
2003-05-31cleanupMax Horn
2003-05-30some cheap doxygen docs; cleanupMax Horn
2003-05-30moved bomp stuff into own files; removed some of our 6 (!) bomp decodersMax Horn
2003-05-30cleanupMax Horn
2003-05-30work around nexus crash (only in old savegames?)Max Horn
2003-05-28const as const can!Max Horn
2003-05-26cleanupMax Horn
2003-05-24some more debug outputMax Horn
2003-05-23replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...Max Horn
2003-05-22not needed anymore since we read the preposition flag directly from the obcd ...Max Horn
2003-05-22restricted getObjectIndex to only search thru _objs, not _inventory(to avoid ...Max Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-20got rid of the evil locked-box hack in adjustXYToBeInBox; instead check for l...Max Horn
2003-05-20renamed o2_matrixOps -> o2_setBoxFlags; V2 'objY' fixes; cleanupMax Horn
2003-05-19don't touch untouchable objects in V2 gamesMax Horn
2003-05-18cleanupMax Horn
2003-05-17fixed object walk_x/walk_y for V2 gamesMax Horn
2003-05-16added roomobj dumping for bundle games (was trivial it turns out :-)Max Horn
2003-05-15fixed the evil, evil COMI crash on Mac OS X (and memory corrupter elsewhere, ...Max Horn
2003-05-15bounds check; made data staticMax Horn
2003-05-13NUM_ACTORS -> _numActors (for consistency)Max Horn
2003-05-10fixed object drawing state handling for V2 games (this shouldn't cause any re...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10fixed script dumping for flobject script in V6/V7 gamesMax Horn
2003-05-10added a 'width' parameter to drawBitmap (contrary to 'numstrips', it specifie...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-04fixed roomobj dumpingMax Horn
2003-05-01fixed regression in MonkeyVGA <sigh>. Aquadran, is the 16 right even for GF_O...Max Horn
2003-04-28ooops, seems the 1 -> 16 changed caused a regression in Zak256 (and I bet in ...Max Horn