Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-22 | Oops, I didn't mean to check in those actor.cpp changes (thangs Kirben!) | Max Horn | |
svn-id: r14674 | |||
2004-08-21 | Removed some obsolete TODO comments | Max Horn | |
svn-id: r14669 | |||
2004-08-17 | Typo | Travis Howell | |
svn-id: r14637 | |||
2004-08-17 | This check is Sam & Max specific, doesn't exist in other games. | Travis Howell | |
svn-id: r14636 | |||
2004-08-15 | Fix Dig regression, small part of code was lost. | Travis Howell | |
svn-id: r14617 | |||
2004-08-11 | Add part of suggested cleanup to remove extra variable. | Travis Howell | |
actorDrawVirScr might still be required in future HE games, see actorOps case 219. svn-id: r14553 | |||
2004-08-10 | Added a FIXME, maybe Kirben (or whoever add this stuff) can comment on this :-) | Max Horn | |
svn-id: r14549 | |||
2004-08-05 | Fix for bug #908434 (COMI: Using the ventriloquism book on Blondebeard acts ↵ | Max Horn | |
weird) svn-id: r14474 | |||
2004-07-28 | Add patch from madm00se for: | Travis Howell | |
#869003 MIVGA: Guybrush shrinks & grows near end of game svn-id: r14355 | |||
2004-07-26 | Keep compatbility with older saved games. | Travis Howell | |
svn-id: r14339 | |||
2004-07-26 | Cleanup | Travis Howell | |
svn-id: r14336 | |||
2004-07-18 | Hack to work around bug #775097 - probably wrong, probably will cause ↵ | Max Horn | |
regressions, probably should be undone soon -- but it's an experiment ;-) svn-id: r14268 | |||
2004-07-18 | Remove out dated comment. | Travis Howell | |
svn-id: r14242 | |||
2004-07-18 | Only change actor.frame if actor's frame is actually updated. | Travis Howell | |
svn-id: r14238 | |||
2004-07-16 | Fix bugs: | Travis Howell | |
FT: Stadium Salesman Glitches COMI: Wally's Fake piratehook still on ground after pick up svn-id: r14221 | |||
2004-07-15 | Actually use actor talkScript when required. | Travis Howell | |
svn-id: r14217 | |||
2004-07-11 | Bump save game version for HE 7.0 changes | Travis Howell | |
Remove mention of talkspeed default, since it no longer applies. svn-id: r14191 | |||
2004-07-11 | Missed one spot | Travis Howell | |
svn-id: r14190 | |||
2004-07-11 | Rename var | Travis Howell | |
Add some changes ready for next save game version (Commented out) svn-id: r14189 | |||
2004-07-10 | Always stop actor walkscript when required. | Travis Howell | |
svn-id: r14184 | |||
2004-07-05 | Merge into new function. | Travis Howell | |
svn-id: r14170 | |||
2004-07-04 | Switch warnings to debug, since they occur normally in games. | Travis Howell | |
svn-id: r14164 | |||
2004-07-04 | PC version of FT demo uses older animation/direction calculations | Travis Howell | |
actor flip is only reset for HE games. svn-id: r14162 | |||
2004-07-03 | Fix veggie head bug in fbear. Patch attahed to bugreport #984258 is | Eugene Sandulenko | |
partially attached. svn-id: r14154 | |||
2004-06-29 | Rename var | Travis Howell | |
svn-id: r14121 | |||
2004-06-29 | Fix actorOps case 218/9 in HE games | Travis Howell | |
svn-id: r14115 | |||
2004-06-27 | Another palette change needed for HE 7.0 games. | Travis Howell | |
Rename a few HE sound vars svn-id: r14084 | |||
2004-06-23 | HE 7.0 fixes | Eugene Sandulenko | |
o Stub for o7_startSound o graphics decoders o findResource was moved to ScummEngine and extended o 7.0+ titles use akos costumes, so fix that in launcher o more o6_resourceRoutines stubs Now HE 7.0 games (first 320x200 windows ports) show intros and some are playable to some extent. svn-id: r14003 | |||
2004-04-02 | simplify code by integrating a call to translateText() into ↵ | Max Horn | |
addMessageToStack(); improved translateText() further svn-id: r13438 | |||
2004-03-19 | Revamped COMI/DIG speech decoding (this my cause regressions, watch out). ↵ | Max Horn | |
Goal was to streamline code logic, and get rid of a FIXME svn-id: r13347 | |||
2004-03-16 | Patch #917503: Remove stray semicolons | Max Horn | |
svn-id: r13319 | |||
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter ↵ | Max Horn | |
-- reflect that in the name) svn-id: r13301 | |||
2004-03-15 | clearMsgQueue now just is a synonym for stopTalk -> remove it | Max Horn | |
svn-id: r13300 | |||
2004-03-15 | After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵ | Max Horn | |
yet another obscure global 'parameter' gone :-) svn-id: r13299 | |||
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter ↵ | Max Horn | |
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 | |||
2004-02-24 | Remove warnings, they were dummy warnings in originals. | Travis Howell | |
svn-id: r13024 | |||
2004-02-21 | Ooops | Travis Howell | |
svn-id: r12963 | |||
2004-02-21 | Add a few more actor inits. for later games. | Travis Howell | |
svn-id: r12962 | |||
2004-02-18 | FT/DIG/COMI should always default to 100 for actor.forceclip. | Travis Howell | |
svn-id: r12925 | |||
2004-02-17 | save talkVolume | Max Horn | |
svn-id: r12919 | |||
2004-02-16 | Add akos drawing offsets | Travis Howell | |
svn-id: r12910 | |||
2004-02-09 | added talkVolume, and changed talkPan call method | Paweł Kołodziejski | |
svn-id: r12790 | |||
2004-02-06 | Used wrong check, might have caused regressions. | Travis Howell | |
svn-id: r12747 | |||
2004-01-26 | Not needed | Travis Howell | |
svn-id: r12622 | |||
2004-01-26 | Ooops | Travis Howell | |
svn-id: r12621 | |||
2004-01-22 | actor ignoreTurns is complete for scumm6 | Travis Howell | |
svn-id: r12571 | |||
2004-01-22 | Remove a few old warnings. | Travis Howell | |
svn-id: r12570 | |||
2004-01-17 | Small difference in HE games, fixes radio still moving after speech ends. | Travis Howell | |
svn-id: r12450 | |||
2004-01-16 | Only needed for V1 Maniac. | Travis Howell | |
svn-id: r12431 |