aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-29Make sure processSeqList and purgeSeqList are only called in the main loop wh...Kari Salminen
2008-07-29Added purgeSeqList function (Used in mainloop now). Let's see if this helps a...Kari Salminen
2008-07-29Added a debug message to loadTempSaveOS's to check whether we loaded the whol...Kari Salminen
2008-07-29Rearranged parts of the Operation Stealth savegame loading routine.Kari Salminen
2008-07-28Fixing 'warning: comparison of unsigned expression < 0 is always false'Max Horn
2008-07-28Fixed crash when running Operation Stealth introduced in r33339 (There are ac...Kari Salminen
2008-07-28Added loading of temporary Operation Stealth savegames. Needs testing!Kari Salminen
2008-07-28Added remaining load functions needed for the Operation Stealth savegame form...Kari Salminen
2008-07-28Cut Future Wars savegame loading routine into parts that can be reused when l...Kari Salminen
2008-07-28Now detects temporary Operation Stealth savegame format and saves it. No load...Kari Salminen
2008-07-28Made the savegame loading routine choose between loading a Future Wars or an ...Kari Salminen
2008-07-27Added a preliminary saving routine for Operation Stealth (Disabled by default...Kari Salminen
2008-07-27Clear the confusing usage of NUM_MAX_VAR (It's 255 actually, not 256).Kari Salminen
2008-07-27Cut savegame loading into smaller functional parts (resetEngine, loadPlainSav...Kari Salminen
2008-07-23Renamed opcodes 0x49 and 0x68:Kari Salminen
2008-07-22Fix warnings in CINEMax Horn
2008-07-22Fix CineSaveGameFormat enumeration's include order (Caused problems at least ...Kari Salminen
2008-07-22Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves):Kari Salminen
2008-07-18Added savefile position comments to savegame loading routine (Helpful for deb...Kari Salminen
2008-07-17Patch #2019455: Patch for reducing the BSS size of Cine engine.Kari Salminen
2008-07-14Fix for bug #2016647 (FW: crash with italian amiga version).Kari Salminen
2008-07-07Fix for bathroom door opening crash in Operation Stealth's start.Kari Salminen
2008-07-02Fully implemented processSeqListElementKari Salminen
2008-07-01Fixed unitialized variablesMax Horn
2008-06-30Removed TODO from checkCollision: Updating zoneQuery each time checkCollision...Kari Salminen
2008-06-30Fixed addAni (A test before using resetGfxEntityEntry was incorrect). Also ad...Kari Salminen
2008-06-30Implemented resetGfxEntityEntry and made it used where appropriate (The funct...Kari Salminen
2008-06-26Implemented Operation Stealth's version of addOverlay(objectIndex, overlayType).Kari Salminen
2008-06-26Fixed opcode:Kari Salminen
2008-06-26Comments update.Kari Salminen
2008-06-26Comments update.Kari Salminen
2008-06-25Fix for GCC warning (Warned about testing x >= 0 when x is unsigned and there...Kari Salminen
2008-06-25Implemented support for zoneQuery (Operation Stealth specific).Kari Salminen
2008-06-25Added FIXME about the broken implementation of opcode 0x9A (o2_wasZoneChecked).Kari Salminen
2008-06-25Implemented opcode:Kari Salminen
2008-06-25Implemented opcode:Kari Salminen
2008-06-24Fixed opcodes:Kari Salminen
2008-06-20Merged revisions 31992,32088,32094,32129,32203,32208,32219,32236,32329,32332-...Christopher Page
2008-06-18Fixed a small discrepancy in Delphine unpacker's command 00b's documentation ...Kari Salminen
2008-06-16Merged revisions 32668-32669,32676,32687-32689,32693,32695,32698-32701,32705 ...Christopher Page
2008-06-13Small cleanup (uint16 -> uint where still applicable).Kari Salminen
2008-06-13More documentation for CineUnpacker-class (Practically done documenting now)....Kari Salminen
2008-06-13Made CineUnpacker::unpack more robust & secure. It shouldn't crash now with a...Kari Salminen
2008-06-12CINE: Fixed memory leaks in the CINE engineChristopher Page
2008-06-11Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-...Christopher Page
2008-06-11Documented CineUnpacker class.Kari Salminen
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn
2008-06-10A little Delphine unpacker documentation addition and variable renaming.Kari Salminen
2008-06-10Changed unpackHelper1(numBits, addCount) to unpackBytes(numBytes).Kari Salminen