Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-29 | Limit to scumm 7+ games again, it should not be checked in HE games. | Travis Howell | |
svn-id: r17281 | |||
2005-03-28 | Moved ObjectClass to object.h | Max Horn | |
svn-id: r17280 | |||
2005-03-28 | Always check hasManyDirections for AKOS costumes -- this could cause ↵ | Max Horn | |
regressions with HE games (or fix something, who knows?) svn-id: r17279 | |||
2005-03-27 | Tie the AKOS code into the new costume infrastructure, too | Max Horn | |
svn-id: r17259 | |||
2005-03-27 | More costume code restructuring | Max Horn | |
svn-id: r17258 | |||
2005-03-27 | Started 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-25 | Do not use (non-const) local static variables | Max Horn | |
svn-id: r17221 | |||
2005-03-21 | Many 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-19 | Add bug fix from cyx for: | Travis Howell | |
883415 - COMI: Guybrush appears above tomb svn-id: r17183 | |||
2005-03-17 | HE72+ games use slightly different code for subtitle color. | Travis Howell | |
svn-id: r17174 | |||
2005-03-16 | Actor position fix for NES maniac, from Quietust | Travis Howell | |
svn-id: r17163 | |||
2005-03-15 | Some 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-11 | Mass-renamed all variables of Actor object according to our current code | Eugene 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 and | Eugene Sandulenko | |
text colors are not always match. svn-id: r16818 | |||
2005-02-20 | Patch #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-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | cleanup | Max Horn | |
svn-id: r16389 | |||
2004-12-19 | to 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-27 | moved all the HE wiz stuff to a separate module, with minor cleanups and ↵ | Gregory Montoir | |
simplifications svn-id: r15921 | |||
2004-11-05 | Add patch #1060453 - MIVGA: Actor Scale Patch | Travis Howell | |
svn-id: r15712 | |||
2004-10-12 | Rename as requested. | Travis Howell | |
svn-id: r15530 | |||
2004-10-12 | Rename vars | Travis Howell | |
Add some missng code for HE games. svn-id: r15528 | |||
2004-10-12 | Rename var | Travis Howell | |
Update HE issues svn-id: r15525 | |||
2004-10-11 | cleanup / updated some comments | Max Horn | |
svn-id: r15524 | |||
2004-10-07 | Another 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-05 | Missed spot | Travis Howell | |
svn-id: r15420 | |||
2004-10-04 | Add actor transparency var for HE99 games. | Travis Howell | |
svn-id: r15405 | |||
2004-10-02 | Increase Actor animVariable for HE80+ games. | Travis Howell | |
svn-id: r15382 | |||
2004-10-01 | Fix for bug #902360 (MANIAC: Plant has no head if he has Pepsi before growing) | Max Horn | |
svn-id: r15374 | |||
2004-09-30 | constness | Gregory Montoir | |
svn-id: r15364 | |||
2004-09-28 | Fix (I hope) for bug #1032964 (INDY3-VGA: actors walking in wrong places) | Max Horn | |
svn-id: r15335 | |||
2004-09-28 | Changed 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-28 | talkQueue should be actor specific | Travis Howell | |
svn-id: r15318 | |||
2004-09-24 | Use 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-21 | cleanup | Gregory Montoir | |
add some warnings to detect the use of new Aux animation data svn-id: r15226 | |||
2004-09-21 | fix freddemo intro glitches | Gregory Montoir | |
svn-id: r15225 | |||
2004-09-21 | cleanup | Max Horn | |
svn-id: r15224 | |||
2004-09-21 | More cleanup | Max Horn | |
svn-id: r15223 | |||
2004-09-21 | Add HE90+ opcode difference | Travis Howell | |
svn-id: r15214 | |||
2004-09-20 | cleanup / code re-use | Gregory Montoir | |
svn-id: r15203 | |||
2004-09-19 | only warn if the AXFD block is valid | Gregory Montoir | |
svn-id: r15185 | |||
2004-09-19 | Fix last commit | Travis Howell | |
Add stub/warning svn-id: r15184 | |||
2004-09-19 | Missed one spot, needed for costume reset too. | Travis Howell | |
svn-id: r15181 | |||
2004-09-19 | Correct auxblock hides. | Travis Howell | |
svn-id: r15180 | |||
2004-09-18 | fixed warnings | Paweł Kołodziejski | |
svn-id: r15161 | |||
2004-09-18 | Should be for HE71 and later. | Travis Howell | |
svn-id: r15151 | |||
2004-09-18 | preliminar AuxQueue support (freddemo intro), some glitches though | Gregory Montoir | |
svn-id: r15149 | |||
2004-09-12 | Typo | Travis Howell | |
svn-id: r15016 | |||
2004-09-11 | Ooops | Travis Howell | |
svn-id: r15007 | |||
2004-09-11 | Use random talk animation in HE 80+ games for now. | Travis Howell | |
svn-id: r15006 |