aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.cpp
AgeCommit message (Expand)Author
2008-07-30Added some debug aids related to addAni and the processSeqList crashing.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-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-22Fix warnings in CINEMax Horn
2008-07-22Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves):Kari Salminen
2008-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-18Added savefile position comments to savegame loading routine (Helpful for deb...Kari Salminen
2008-07-14Fix for bug #2016647 (FW: crash with italian amiga version).Kari Salminen
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07CINE works with the new GMM implementationChristopher Page
2008-07-02Fully implemented processSeqListElementKari Salminen
2008-07-01Fixed unitialized variablesMax Horn
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-26Fixed opcode:Kari Salminen
2008-06-25Implemented support for zoneQuery (Operation Stealth specific).Kari Salminen
2008-06-25Implemented opcode:Kari Salminen
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-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
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-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-01Slightly modified patch #1848173: "ScriptVars class implementation for CinE"Eugene Sandulenko
2007-12-21Slight cleanupFilippos Karapetis
2007-12-14renamed several structures, variables and functionsGregory Montoir
2007-12-14Added a note, switched to CLIP template for clipping, some cleanupFilippos Karapetis
2007-12-13Fixed one more regression from the latest cleanupFilippos Karapetis
2007-12-13Fixed a regression from the latest cleanupFilippos Karapetis
2007-12-13Muting the compiler :PSven Hesse
2007-12-13Cleanup and simplificationFilippos Karapetis
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
2007-12-12Fixed warning about casting away constness.Torbjörn Andersson
2007-12-12Cleanup, removed duplicate codeFilippos Karapetis
2007-12-09- minor screen fix for OSGregory Montoir
2007-12-08simplified gfxConvertSpriteToRaw, some renamingGregory Montoir
2007-12-08Cleanup and simplificationFilippos Karapetis