aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-06-20Merged revisions 32727-32728,32730-32733,32737-32738 via svnmerge from 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
2008-06-10unpackerHelper2(numBits) -> copyRelocatesBytes(offset, numBytes) and some rev...Kari Salminen
2008-06-10Properly renamed some of the functions in the Delphine unpacker after underst...Kari Salminen
2008-06-10Objectified the Delphine decompression routine (i.e. delphineUnpack).Kari Salminen
2008-06-09Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an arrayTorbjörn Andersson
2008-06-08Fixed readVolCnf() filename length detection and converted fixVolCnfFileName-...Kari Salminen
2008-06-02Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,...Christopher Page
2008-05-30Checked that opcodes 0x71-0x73 really do nothing else but read the parameters...Kari Salminen
2008-05-30Implemented opcodes 0x04 (o1_mulObjectParam) and 0x05 (o1_divObjectParam).Kari Salminen
2008-05-29Added check in modifyObjectParam's start (Verified with FW & OS PC versions' ...Kari Salminen
2008-05-29Fixed a crash that occurs when OS startsFilippos Karapetis
2008-05-29Verified most parts of opcode 0x01 (o1_modifyObjectParam) against Future Wars...Kari Salminen
2008-05-29Tiny comment update (Echec in French means failure).Kari Salminen
2008-05-28Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-...Christopher Page
2008-05-28Implemented opcode 0x9A (o2_wasZoneChecked).Kari Salminen
2008-05-28Fix Operation Stealth's opcode 0x82's parameter list (Verified with DOS versi...Kari Salminen
2008-05-28CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returnin...Christopher Page
2008-05-27CINE: Fixed two memory leaks when shutting down the CINE engineChristopher Page
2008-05-27Added a few more comments about Operation Stealth's opcodes (Redundancies, Fu...Kari Salminen
2008-05-27Went through Operation Stealth's opcode list and added TODOs for naming all u...Kari Salminen
2008-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
2008-05-12Proper fix for savestates. Thanks to next_ghostEugene Sandulenko
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-24Cleanup & typo.Kari Salminen
2008-04-24Fixed regression: CINE games crashed when a message box appeared (patch by ne...Filippos Karapetis
2008-04-21Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghostEugene Sandulenko
2008-04-09Fixed warnings for msvc9.Johannes Schickel
2008-04-08Ignore pointers on saveEugene Sandulenko
2008-04-08Fix compilation on my 64-bit system...Sven Hesse
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-03-28OopsFilippos Karapetis
2008-03-28Fixed 2 off-by-one errors (thanks next_ghost for spotting them)Filippos Karapetis
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-02-08Initial support for plugin typesJordi Vilalta Prat