aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/prc.cpp
AgeCommit message (Expand)Author
2011-06-26CINE: Fixed compilation when DUMP_SCRIPTS is setFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-08Added detection entry for the Sony published CD version of Future Wars.Kari Salminen
2008-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-14Fix for bug #2016647 (FW: crash with italian amiga version).Kari Salminen
2008-07-10Changed CINE to RTL when copy protection fails instead of QuitChristopher 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-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-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
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
2006-11-23Fix Amiga/Atari-specific copy protection.Eugene Sandulenko
2006-11-23Dump global scripts too.Eugene Sandulenko
2006-10-15Add proper game detection to CinE engine.Eugene Sandulenko
2006-08-28Removed the copy protection bypass for Future Wars. We should only bypass 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-23Make copy protection in OS and FW turnable. Still buggyEugene 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-25cleanup (endianess fixes, fixed partBufferStruct structure)Gregory Montoir
2006-02-25Some more cine header cleanupMax Horn
2006-02-25Reducing the header dependencies in cine a bit moreMax Horn
2006-02-25- avoid using typedef for structs (it is just not necessary in C++)Max Horn
2006-02-25Use static/const on data tables when possible (this helps the compiler to opt...Max Horn
2006-02-25Moved cine engine into namespace CineMax Horn
2006-02-23formating codePaweł Kołodziejski
2006-02-23Update function type, to match last commitTravis Howell
2006-02-23Cleanup to remove duplicate type definesTravis Howell
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko