aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
AgeCommit message (Collapse)Author
2005-04-20Replace all GF_HUMONGOUS use with _heversion.Travis Howell
Make HE60 specific to puttdemo, since it is unqie. Other HE60 games changed to HE 61. svn-id: r17698
2005-04-14Add missing safety check, should only clip if rect is valid.Travis Howell
Fixes Eggs Away in farm svn-id: r17598
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-10akst/aksf pointer should be reset for each loop.Travis Howell
svn-id: r17506
2005-04-07Add WIP on hePalette.Travis Howell
svn-id: r17431
2005-04-04Add 8 sound channel support for HE gamesTravis Howell
-Allows sound looping to work Added support for WAVE format musuc used in later HE100 games. svn-id: r17372
2005-03-31Started to move some resource related code into a new class ResourceManager ↵Max Horn
(hypothetic goal for the future: use ResourceManager in ScummEx) svn-id: r17311
2005-03-30OoopsTravis Howell
svn-id: r17296
2005-03-30Correct return values were lost in last commit.Travis Howell
Also revert cleanup from scumm/akos.cpp revision 1.185. Clipping isn't compatible, due to possible negative values. svn-id: r17294
2005-03-27Tie the AKOS code into the new costume infrastructure, tooMax Horn
svn-id: r17259
2005-03-17HE72+ games use slightly different code for subtitle color.Travis Howell
svn-id: r17174
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-01-30Check sound queue for music in HE games.Travis Howell
Avoid extra sound channel. svn-id: r16706
2005-01-24Correct aksf/akst pointer when sequence found.Travis Howell
svn-id: r16632
2005-01-01Updated copyrightMax Horn
svn-id: r16398
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-28Fix range checkMax Horn
svn-id: r15949
2004-11-28Fixing actor regression in The Dig caused by my previous changesMax Horn
svn-id: r15927
2004-11-28Fix AKOS clipping issues at the left/right border of the screen (smooth ↵Max Horn
scrolling regression) svn-id: r15926
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and ↵Gregory Montoir
simplifications svn-id: r15921
2004-11-25Turn the v1 member in the costume renderers into a function local object ↵Max Horn
(used to be a member var) svn-id: r15887
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-09Fix for bug #1042802 (DIG: Graphics glitch when scrolling) -- the fix is to ↵Max Horn
properly distinguish pitch and width of the target surface svn-id: r15480
2004-10-08Removed unnecessary whitespaceTorbjörn Andersson
svn-id: r15465
2004-10-07Simplify calling drawBomp a littlMax Horn
svn-id: r15448
2004-10-05Missed spotTravis Howell
svn-id: r15420
2004-10-05HE71+ games use wizImages for charset too.Travis Howell
svn-id: r15417
2004-10-04Add actor transparency var for HE99 games.Travis Howell
svn-id: r15405
2004-09-30constnessGregory Montoir
svn-id: r15364
2004-09-28cleanupGregory Montoir
svn-id: r15334
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-27Revert small part, actor backgrounds were no longer reset.Travis Howell
svn-id: r15314
2004-09-27Well, it *looks* as if that clipping code could be simplified. We'll see if ↵Max Horn
somebody starts to yell about the changes, though :-) svn-id: r15313
2004-09-27Temporary fix for akos codec32 (this should re-use the existing code in ↵Gregory Montoir
Gdi). There are still some glitches, but catalog2 doesn't crash anymore when displaying the HE logo. svn-id: r15311
2004-09-26fix actor masking with V7_SMOOTH_SCROLLING_HACK enabledMax Horn
svn-id: r15301
2004-09-24More V7_SMOOTH_SCROLLING_HACK related fixesMax Horn
svn-id: r15250
2004-09-23try to detect what's wrong in akos code with pjs2Gregory Montoir
svn-id: r15246
2004-09-21cleanupGregory Montoir
add some warnings to detect the use of new Aux animation data svn-id: r15226
2004-09-21cleanupMax Horn
svn-id: r15224
2004-09-20cleanup / code re-useGregory Montoir
svn-id: r15203
2004-09-18minor code simplificationGregory Montoir
svn-id: r15159
2004-09-18fix offsets computation (Putt-Putt's head and body are no more detached in ↵Gregory Montoir
timedemo now) svn-id: r15158
2004-09-18Should be for HE71 and later.Travis Howell
svn-id: r15151
2004-09-18preliminar AuxQueue support (freddemo intro), some glitches thoughGregory Montoir
svn-id: r15149
2004-09-15Add missing akos case.Travis Howell
svn-id: r15130
2004-09-13CorrectionTravis Howell
svn-id: r15095