aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.cpp
AgeCommit message (Expand)Author
2012-09-07CINE: A little bit enforcement of our formatting guidelines.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-09CINE: Added fix for Operation Stealth Loss of Inventory after Scene 6 Labyrin...David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-09-20Changed some type names to match our coding guidelines.Johannes Schickel
2008-08-09Converted objectTable from a plain array to a Common::Array. Should help to c...Kari Salminen
2008-07-01Fixed unitialized variablesMax Horn
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-25Implemented opcode:Kari Salminen
2008-06-24Fixed opcodes:Kari Salminen
2008-05-29Added check in modifyObjectParam's start (Verified with FW & OS PC versions' ...Kari Salminen
2008-05-29Verified most parts of opcode 0x01 (o1_modifyObjectParam) against Future Wars...Kari Salminen
2008-05-24Patch #1969189: "CinE renderer rewrite"Eugene Sandulenko
2008-04-21Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghostEugene Sandulenko
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2008-01-01Slightly modified patch #1848173: "ScriptVars class implementation for CinE"Eugene Sandulenko
2007-12-24Change 3 remaining free() to delete, which were not changed with commit #2984...Filippos Karapetis
2007-12-14CleanupFilippos Karapetis
2007-12-13use CLIP template for clipping, made an array static const and renamed MAX_OB...Gregory Montoir
2007-12-13Added a proper fix for bug #1733238 - "FW: crash in copier room", taken from ...Filippos Karapetis
2007-12-13CleanupFilippos Karapetis
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
2007-12-08Cleanup and simplificationFilippos Karapetis
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-12Fix for #1733238 - FW: crash in copier roomFilippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-29removed some resource related memory leaksGregory Montoir
2007-05-29added code for freePartRange, freePartEntry and freeOverlay (also renamed som...Gregory Montoir
2007-05-13removed duplicated code (BASESON datafiles can be loaded with the existing bu...Gregory Montoir
2006-04-12Fixed serious bug in removeOverlayElement() that would cause it to fail. ThisTorbjörn Andersson
2006-04-12cleanupEugene Sandulenko
2006-04-08Cleanup.Torbjörn Andersson
2006-04-05Fixed bug in loadObject() where the data pointer was only advanced for theTorbjörn Andersson
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-23uint8 -> byteEugene Sandulenko
2006-03-23Got rid of ASSERT and ASSERT_PTR definesEugene Sandulenko
2006-03-16- added defines to handle the different mouse cursorsGregory Montoir
2006-03-15added mouse cursorsGregory Montoir
2006-03-03Eliminate flip_support.cpp file.Eugene Sandulenko
2006-02-27cleanupGregory Montoir
2006-02-25Some more cine header cleanupMax Horn
2006-02-25Reducing the header dependencies in cine a bit moreMax Horn
2006-02-25Moved cine engine into namespace CineMax Horn
2006-02-23formating codePaweł Kołodziejski
2006-02-23Fix a few compile warnings.Travis Howell
2006-02-23Cleanup to remove duplicate type definesTravis Howell