aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
AgeCommit message (Collapse)Author
2005-04-12Work in progress on opcodeE0 for HE games.Travis Howell
Cleanup. svn-id: r17560
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵Max Horn
complies a bit better with our code formatting rules svn-id: r17508
2005-04-09Add missing bit of HE code.Travis Howell
svn-id: r17465
2005-04-02CleanupTravis Howell
svn-id: r17333
2005-04-01Actor order needs to be checked too (For HE games)Travis Howell
svn-id: r17327
2005-03-30This is now obsoleteMax Horn
svn-id: r17298
2005-03-30Switch warnings to errors, to make sure any use isn't missed.Travis Howell
svn-id: r17290
2005-03-29Limit to scumm 7+ games again, it should not be checked in HE games.Travis Howell
svn-id: r17281
2005-03-28Moved ObjectClass to object.hMax Horn
svn-id: r17280
2005-03-28Always check hasManyDirections for AKOS costumes -- this could cause ↵Max Horn
regressions with HE games (or fix something, who knows?) svn-id: r17279
2005-03-27Tie the AKOS code into the new costume infrastructure, tooMax Horn
svn-id: r17259
2005-03-27More costume code restructuringMax Horn
svn-id: r17258
2005-03-27Started to overhaul the costume infrastructure a bit, properly separating ↵Max Horn
the NES costume code in the process (sorry if I broke stuff for the NES folks, but I figure it is better to get this done properly now before we have to untangle the mess later) svn-id: r17257
2005-03-25Do not use (non-const) local static variablesMax Horn
svn-id: r17221
2005-03-21Many MM NES fixes/improvements from Quietust:Eugene Sandulenko
o Doesn't crash when going upstairs. Now game is playable up to the green tentacle o Proper subtitles colors o Room mask is decoded but doesn't affect sprites yet o Inventory draw issues fixed o Fix actors position when they're facing right svn-id: r17191
2005-03-19Add bug fix from cyx for:Travis Howell
883415 - COMI: Guybrush appears above tomb svn-id: r17183
2005-03-17HE72+ games use slightly different code for subtitle color.Travis Howell
svn-id: r17174
2005-03-16Actor position fix for NES maniac, from QuietustTravis Howell
svn-id: r17163
2005-03-15Some cleanup/costume code unification. Note: NES costume code probably ↵Max Horn
should be using subclasses; and maybe we should add AKOSLoadedCostume and NESLoadedCostume ? svn-id: r17161
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
formatting standards. Earlier we had half of vars named with leading underscore and half without it. Now code in actor.cpp is considerably more readable. svn-id: r17068
2005-02-20(more) correct v2 ditherers. Still suffers from some differences andEugene Sandulenko
text colors are not always match. svn-id: r16818
2005-02-20Patch #1121337 (CGA rendering in early LEC titles).Eugene Sandulenko
Differences against patch: o Updated documentation o Fixed text colors o Implemented Hercules dithering Ditherers are based on loom ega and monkey ega, so for zak and mm they're wrong, i.e. these games look better than with original ditherers. TODO: Proper ditherers for zak & MM EGA ditherers for VGA SCUMM v5 games svn-id: r16816
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-30cleanupMax Horn
svn-id: r16389
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it ↵Gregory Montoir
actually belongs, I don't quite like the upcasts I introduced, but I don't know how to deal without them svn-id: r16132
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and ↵Gregory Montoir
simplifications svn-id: r15921
2004-11-05Add patch #1060453 - MIVGA: Actor Scale PatchTravis Howell
svn-id: r15712
2004-10-12Rename as requested.Travis Howell
svn-id: r15530
2004-10-12Rename varsTravis Howell
Add some missng code for HE games. svn-id: r15528
2004-10-12Rename varTravis Howell
Update HE issues svn-id: r15525
2004-10-11cleanup / updated some commentsMax Horn
svn-id: r15524
2004-10-07Another attempt at a fix for bug #1032964 (INDY3-VGA: actors walking in ↵Max Horn
wrong places), by making sure all actor walkdata is saved svn-id: r15455
2004-10-05Missed spotTravis Howell
svn-id: r15420
2004-10-04Add actor transparency var for HE99 games.Travis Howell
svn-id: r15405
2004-10-02Increase Actor animVariable for HE80+ games.Travis Howell
svn-id: r15382
2004-10-01Fix for bug #902360 (MANIAC: Plant has no head if he has Pepsi before growing)Max Horn
svn-id: r15374
2004-09-30constnessGregory Montoir
svn-id: r15364
2004-09-28Fix (I hope) for bug #1032964 (INDY3-VGA: actors walking in wrong places)Max Horn
svn-id: r15335
2004-09-28Changed more of the actor class members to match our coding guidelines (in ↵Max Horn
the future, when adding new member vars here, please always use our conventions, i.e. prefix them with _ and use CamelBackStyle svn-id: r15331
2004-09-28talkQueue should be actor specificTravis Howell
svn-id: r15318
2004-09-24Use Gdi::_numStrips in costume code (this allows us to be more flexible in ↵Max Horn
how we compute _numStrips: from now on, only one place has to be changed for that) svn-id: r15254
2004-09-21cleanupGregory Montoir
add some warnings to detect the use of new Aux animation data svn-id: r15226
2004-09-21fix freddemo intro glitchesGregory Montoir
svn-id: r15225
2004-09-21cleanupMax Horn
svn-id: r15224
2004-09-21More cleanupMax Horn
svn-id: r15223
2004-09-21Add HE90+ opcode differenceTravis Howell
svn-id: r15214
2004-09-20cleanup / code re-useGregory Montoir
svn-id: r15203
2004-09-19only warn if the AXFD block is validGregory Montoir
svn-id: r15185
2004-09-19Fix last commitTravis Howell
Add stub/warning svn-id: r15184
2004-09-19Missed one spot, needed for costume reset too.Travis Howell
svn-id: r15181