Age | Commit message (Expand) | Author |
2008-07-29 | Added a debug message to loadTempSaveOS's to check whether we loaded the whol... | Kari Salminen |
2008-07-29 | Rearranged parts of the Operation Stealth savegame loading routine. | Kari Salminen |
2008-07-28 | Fixing 'warning: comparison of unsigned expression < 0 is always false' | Max Horn |
2008-07-28 | Fixed crash when running Operation Stealth introduced in r33339 (There are ac... | Kari Salminen |
2008-07-28 | Added loading of temporary Operation Stealth savegames. Needs testing! | Kari Salminen |
2008-07-28 | Added remaining load functions needed for the Operation Stealth savegame form... | Kari Salminen |
2008-07-28 | Cut Future Wars savegame loading routine into parts that can be reused when l... | Kari Salminen |
2008-07-28 | Now detects temporary Operation Stealth savegame format and saves it. No load... | Kari Salminen |
2008-07-28 | Made the savegame loading routine choose between loading a Future Wars or an ... | Kari Salminen |
2008-07-27 | Added a preliminary saving routine for Operation Stealth (Disabled by default... | Kari Salminen |
2008-07-27 | Clear the confusing usage of NUM_MAX_VAR (It's 255 actually, not 256). | Kari Salminen |
2008-07-27 | Cut savegame loading into smaller functional parts (resetEngine, loadPlainSav... | Kari Salminen |
2008-07-23 | Renamed opcodes 0x49 and 0x68: | Kari Salminen |
2008-07-22 | Fix warnings in CINE | Max Horn |
2008-07-22 | Fix CineSaveGameFormat enumeration's include order (Caused problems at least ... | Kari Salminen |
2008-07-22 | Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves): | Kari Salminen |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-18 | Added savefile position comments to savegame loading routine (Helpful for deb... | Kari Salminen |
2008-07-17 | Patch #2019455: Patch for reducing the BSS size of Cine engine. | Kari Salminen |
2008-07-14 | Fix for bug #2016647 (FW: crash with italian amiga version). | Kari Salminen |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-10 | Changed CINE to RTL when copy protection fails instead of Quit | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-07 | CINE works with the new GMM implementation | Christopher Page |
2008-07-07 | Fix for bathroom door opening crash in Operation Stealth's start. | Kari Salminen |
2008-07-02 | Fully implemented processSeqListElement | Kari Salminen |
2008-07-01 | Fixed unitialized variables | Max Horn |
2008-06-30 | Removed TODO from checkCollision: Updating zoneQuery each time checkCollision... | Kari Salminen |
2008-06-30 | Fixed addAni (A test before using resetGfxEntityEntry was incorrect). Also ad... | Kari Salminen |
2008-06-30 | Implemented resetGfxEntityEntry and made it used where appropriate (The funct... | Kari Salminen |
2008-06-26 | Implemented Operation Stealth's version of addOverlay(objectIndex, overlayType). | Kari Salminen |
2008-06-26 | Fixed opcode: | Kari Salminen |
2008-06-26 | Comments update. | Kari Salminen |
2008-06-26 | Comments update. | Kari Salminen |
2008-06-25 | Fix for GCC warning (Warned about testing x >= 0 when x is unsigned and there... | Kari Salminen |
2008-06-25 | Implemented support for zoneQuery (Operation Stealth specific). | Kari Salminen |
2008-06-25 | Added FIXME about the broken implementation of opcode 0x9A (o2_wasZoneChecked). | Kari Salminen |
2008-06-25 | Implemented opcode: | Kari Salminen |
2008-06-25 | Implemented opcode: | Kari Salminen |
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-06-24 | Fixed opcodes: | Kari Salminen |
2008-06-20 | Merged revisions 31992,32088,32094,32129,32203,32208,32219,32236,32329,32332-... | Christopher Page |
2008-06-20 | Merged revisions 32727-32728,32730-32733,32737-32738 via svnmerge from | Christopher Page |
2008-06-18 | Fixed a small discrepancy in Delphine unpacker's command 00b's documentation ... | Kari Salminen |
2008-06-16 | Merged revisions 32668-32669,32676,32687-32689,32693,32695,32698-32701,32705 ... | Christopher Page |
2008-06-13 | Small cleanup (uint16 -> uint where still applicable). | Kari Salminen |
2008-06-13 | More documentation for CineUnpacker-class (Practically done documenting now).... | Kari Salminen |
2008-06-13 | Made CineUnpacker::unpack more robust & secure. It shouldn't crash now with a... | Kari Salminen |