aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.h
AgeCommit message (Expand)Author
2008-07-29Added purgeSeqList function (Used in mainloop now). Let's see if this helps a...Kari Salminen
2008-07-23Renamed opcodes 0x49 and 0x68:Kari Salminen
2008-07-22Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves):Kari Salminen
2008-06-25Implemented opcode:Kari Salminen
2008-06-24Fixed opcodes:Kari Salminen
2008-05-30Implemented opcodes 0x04 (o1_mulObjectParam) and 0x05 (o1_divObjectParam).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-14renamed several structures, variables and functionsGregory Montoir
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-13added basic support for sounds playback in Amiga versions (only tested with t...Gregory Montoir
2006-12-03Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am ITorbjörn Andersson
2006-11-24Let F10 work in all expected cases.Eugene Sandulenko
2006-04-08Some more Operation Stealth changes. Mostly stubs.Torbjörn Andersson
2006-04-08Split the opcodes into individual functions. This could easily causeTorbjörn Andersson
2006-02-25cleanup (endianess fixes, fixed partBufferStruct structure)Gregory Montoir
2006-02-25- avoid using typedef for structs (it is just not necessary in C++)Max Horn
2006-02-25Moved cine engine into namespace CineMax Horn
2006-02-23formating codePaweł Kołodziejski
2006-02-23Cleanup to remove duplicate type definesTravis Howell
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko