aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.cpp
AgeCommit message (Expand)Author
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
2006-02-23Don't call exit() directly. Instead, use the backend's quit() method for normalTorbjörn Andersson
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko