aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script_fw.cpp
AgeCommit message (Expand)Author
2016-03-01CINE: Fix sound effects stopping the music in the DOS CD version of Future Wars.Kirben
2015-09-13CINE: Add support for CD music in the CD version of Future Wars.Kirben
2014-03-16CINE: Avoid possible string buffer overrun by using strlcpy and strlcatStrangerke
2014-02-18CINE: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-02CINE: Fix for possible uninitialized variable usage. CID 1086890.D G Turner
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-26CINE: Null terminate string. CID 1003884Eugene Sandulenko
2012-09-08CINE: Fix sfx channel use in Amiga and AtariST versions of FW.Johannes Schickel
2012-09-08CINE: Skip resource header in loadSpl.Johannes Schickel
2012-09-07CINE: A little bit enforcement of our formatting guidelines.Johannes Schickel
2012-08-20CINE: Fix drawing of sprite with mask.Vincent Hamm
2012-08-13CINE: Fix system menu sometimes not appearing in OSVincent Hamm
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-11CINE: Extend "labyrinthCheat" console command to cover Operation Stealth Scen...David Turner
2011-01-09CINE: Add console command "labyrinthCheat" to help with Operation Stealth Pla...David Turner
2010-12-31CINE: Fix CollisionPage Uninitialised Reads in Operation Stealth.David Turner
2010-12-29CINE: Fixed mismatched deallocation in ScriptVars reported by Valgrind.David Turner
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-08-09CINE: eliminate global variablesEugene Sandulenko
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