aboutsummaryrefslogtreecommitdiff
path: root/scumm/insane/insane.h
AgeCommit message (Collapse)Author
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-09-05Fix bug which sometimes lead to some enemies never appear.Eugene Sandulenko
Remove some unused code. Give some vars and functions proper names. svn-id: r14902
2004-08-08No longer requiredTravis Howell
svn-id: r14514
2004-07-19removed not needed call for pause imuse and non used variablePaweł Kołodziejski
svn-id: r14271
2004-03-28Fix bad array size (part of bug report #924685)Max Horn
svn-id: r13394
2004-02-18INSANE debug output now can be turned on in debug consoleEugene Sandulenko
svn-id: r12927
2004-02-09o Fix bug #892909 (Unable to get Hover Lift at Gorge)Eugene Sandulenko
o Fix bug with transition from vista to ranch svn-id: r12799
2004-02-06o Now Long TRS messages get wrappedEugene Sandulenko
o Approaching enemy animation fixed o Renames some vars and struct members o Fixed dosdemo. It didn't run o Correct Mac demo INSANE skipping behaviour svn-id: r12751
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
o Support transparency for characters. Needed for cockpit rendering o Fixed bug in NUT renderer which drawed transparent characters garbled o Fixed long-standing (and outstanding) bug with SAUD error o Previous fix fixed music in some cases (scene transitions) o Fixed bug with palette being reset when smush video is rewind o Made debug level for insane adjustable at compile time (maybe I will remove it later) svn-id: r12717
2004-02-01o Major debug of all actors codeEugene Sandulenko
o Road signs aligned to match original o Fixed bug with Ben's velocity not reset with scene switch o Removed some unused code o Debug level increased, so console is not flooded anymore o Rearranged those huge switch statements I succesfully passed by all insane scenes, so FT should be completable now with some SAUD related crashes which are easy to avoid. svn-id: r12695
2004-01-30o Renamed more variables/structures to reflect their functionalityEugene Sandulenko
o Fixed bug with only caveman approaching o Extended smush player to process FT-specific overlays in videos. They're used to draw broken truck & car approaching and opponents on the mineroad svn-id: r12670
2004-01-27const'ness fixesMax Horn
svn-id: r12631
2004-01-26o Implemented TRS handlingEugene Sandulenko
o Now you can succesfully reach the cave so FT is completable, but it crashes now in some particularly situations, so you should avoid them. svn-id: r12630
2004-01-26o Fixed bug with lost inventoryEugene Sandulenko
o Gave meaningful names to many variables o Eliminated some slipped debug output o Fixed vista-ranch scenes transition o Now it is possible to equip goggles svn-id: r12623
2004-01-19cleanupMax Horn
svn-id: r12528
2004-01-19smush and insane only work with V6 (this will allow moving some stuff from ↵Max Horn
ScummEngine to ScummEngine_v6) svn-id: r12516
2004-01-18Renamed startSound1 & startSound2 to correct names due to complete iMUSEEugene Sandulenko
digital implementation. svn-id: r12479
2004-01-16Moved FT INSANE to a separate directoryEugene Sandulenko
svn-id: r12443