Age | Commit message (Expand) | Author |
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 |
2008-06-12 | CINE: Fixed memory leaks in the CINE engine | Christopher Page |
2008-06-11 | Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-... | Christopher Page |
2008-06-11 | Documented CineUnpacker class. | Kari Salminen |
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn |
2008-06-10 | A little Delphine unpacker documentation addition and variable renaming. | Kari Salminen |
2008-06-10 | Changed unpackHelper1(numBits, addCount) to unpackBytes(numBytes). | Kari Salminen |
2008-06-10 | unpackerHelper2(numBits) -> copyRelocatesBytes(offset, numBytes) and some rev... | Kari Salminen |
2008-06-10 | Properly renamed some of the functions in the Delphine unpacker after underst... | Kari Salminen |
2008-06-10 | Objectified the Delphine decompression routine (i.e. delphineUnpack). | Kari Salminen |
2008-06-09 | Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array | Torbjörn Andersson |
2008-06-08 | Fixed readVolCnf() filename length detection and converted fixVolCnfFileName-... | Kari Salminen |
2008-06-02 | Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,... | Christopher Page |
2008-05-30 | Checked that opcodes 0x71-0x73 really do nothing else but read the parameters... | Kari Salminen |
2008-05-30 | Implemented opcodes 0x04 (o1_mulObjectParam) and 0x05 (o1_divObjectParam). | Kari Salminen |
2008-05-29 | Added check in modifyObjectParam's start (Verified with FW & OS PC versions' ... | Kari Salminen |
2008-05-29 | Fixed a crash that occurs when OS starts | Filippos Karapetis |
2008-05-29 | Verified most parts of opcode 0x01 (o1_modifyObjectParam) against Future Wars... | Kari Salminen |
2008-05-29 | Tiny comment update (Echec in French means failure). | Kari Salminen |
2008-05-28 | Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-... | Christopher Page |
2008-05-28 | Implemented opcode 0x9A (o2_wasZoneChecked). | Kari Salminen |
2008-05-28 | Fix Operation Stealth's opcode 0x82's parameter list (Verified with DOS versi... | Kari Salminen |
2008-05-28 | CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returnin... | Christopher Page |