aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script_fw.cpp
AgeCommit message (Expand)Author
2010-04-21CINE: Change Doxygen commands to match our CFCMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-09-20Changed some type names to match our coding guidelines.Johannes Schickel
2009-09-15Fix valgrind warning inside "saturatedAddColor", when using the same palette ...Johannes Schickel
2009-09-03Workaround for bug #2848940 (ScummVM crashes with Future wars): getZoneFromPo...Kari Salminen
2009-07-13Fix for bug #2669415 (FW: half walking speed in a screen).Kari Salminen
2009-05-11Fix bug #2055836: "FW: Music is not restarted when loading a saved game"Eugene Sandulenko
2009-02-15Fixed compilation (along with it const correctness).Johannes Schickel
2009-02-15Quick dirty hack to make the engine run again on PalmOSChris Apers
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2008-10-19Cleanup (Removed an extra 'return 0').Kari Salminen
2008-08-16Workaround for bug #2054882 (FW: Impossible to survive entering monastery (re...Kari Salminen
2008-08-06Tiny comment update to loadCt-opcodes: Load collision table data.Kari Salminen
2008-08-06Renamed page3Raw to collisionPage so it's more apparent what it does.Kari Salminen
2008-08-06Add 320x200 screen bounds checking to Operation Stealth's checkCollision func...Kari Salminen
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-29Added purgeSeqList function (Used in mainloop now). Let's see if this helps a...Kari Salminen
2008-07-28Fixed crash when running Operation Stealth introduced in r33339 (There are ac...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-07-14Fix for bug #2016647 (FW: crash with italian amiga version).Kari Salminen
2008-06-30Removed TODO from checkCollision: Updating zoneQuery each time checkCollision...Kari Salminen
2008-06-26Comments update.Kari Salminen
2008-06-25Fix for GCC warning (Warned about testing x >= 0 when x is unsigned and there...Kari Salminen
2008-06-25Implemented support for zoneQuery (Operation Stealth specific).Kari Salminen
2008-05-30Checked that opcodes 0x71-0x73 really do nothing else but read the parameters...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