aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/actor.cpp
AgeCommit message (Expand)Author
2019-12-23SCUMM: Fix Missing Default Switch CasesD G Turner
2019-07-14SCUMM: Silence GCC memset() warningsTorbjörn Andersson
2018-03-12SCUMM: MM V0: Fix regression from 038b3b178939f1bcc6714eda1b88c3e80e787c02 an...Robert Crossfield
2018-01-31COMMON: Move VER macro for serializer into common codeColin Snover
2018-01-31SCUMM: Replace UB-triggering serialization code with Common::SerializerColin Snover
2018-01-31SCUMM: Fix stack overflow initializing localsColin Snover
2018-01-31SCUMM: Fix stack overflow initializing localsColin Snover
2017-12-01SCUMM: Fix UB shifting negative integers in ActorColin Snover
2017-08-06JANITORIAL: Silence GCC warningTorbjörn Andersson
2017-02-21SCUMM: MM V0: Fix actors skipping between certain walk-boxesRobert Crossfield
2017-02-15SCUMM: MM V0: Fix an issue with Sandy appearing to slide across a walkboxRobert Crossfield
2016-12-27SCUMM: Fix bug #4515 (Dr. Fred facing wrong way in lab cutscene)Robert Crossfield
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-07-19SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine o...Robert Crossfield
2016-07-19SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk codeRobert Crossfield
2016-05-24SCUMM: Fix bug #3230 PAJAMA SAM 2: Background gfx glitch in intro.Kirben
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2014-12-08SCUMM: Correct variable type in Actor_v0::adjustPosInBorderWalkbox, since var...Kirben
2014-12-08Merge pull request #542 from segrax/V1-V2_WalkAnimFixKirben
2014-12-08SCUMM V1-V2: Fix actor walk behavior (transitions between walk boxes, and cha...Robert Crossfield
2014-12-08SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' arrayRobert Crossfield
2014-12-07SCUMM: Correct spacing and warning in last Maniac V0 merge.Kirben
2014-12-02SCUMM: Maniac V0: Correctly handle 'slanted' walk-boxes, Add new variables to...Robert Crossfield
2014-11-29SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. Remov...Robert Crossfield
2014-11-28SCUMM: Maniac V0: Implement the original Walk Code (to fix some anim glitches...Robert Crossfield
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-18SCUMM: Remove unnecessary NULL check, CID 1003629Torbjörn Andersson
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-11Revert "SCUMM: revert savegame version to 89"Willem Jan Palenstijn
2012-02-11SCUMM: revert savegame version to 89Tobias Gunkel
2012-02-11SCUMM: remove unnecessary cast to Actor_v0Tobias Gunkel
2012-02-11SCUMM: replaced A with a0 to avoid upper-case local varsTobias Gunkel
2012-02-11SCUMM: cleanup and separation of objIsActor()/objToActor()/actorToObj() for v...Tobias Gunkel
2012-02-11SCUMM: match style-guide, add missing spaces between some "if ()", "for ()"Tobias Gunkel
2012-02-11SCUMM: add support for diagonal walking between boxes (e.g. used for meteor o...Tobias Gunkel
2012-02-11SCUMM: Remove old codeRobert Crossfield
2012-02-11SCUMM: Few changes for animations, dont move while turning & not necessary to...Robert Crossfield
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2012-02-11SCUMM: save complete v0 state and initialize actors correctlyTobias Gunkel
2012-02-11SCUMM: remove the temporary variable _limb_currentTobias Gunkel
2012-02-11SCUMM: adjust to coding style-guideTobias Gunkel
2012-02-11SCUMM: Fix ActorStop, V0 needs to set the stop directionRobert Crossfield
2012-02-11SCUMM: isPlayer() is not supported by engine v0Tobias Gunkel
2012-02-11SCUMM: fix diagonal walking in at least MM v0Tobias Gunkel
2012-02-11SCUMM: Fix V0 Sound, and a direction issue (affected walking down the ladder)Robert Crossfield
2012-02-11SCUMM: V0 always turns actor towards camera when entering room, remove unnece...Robert Crossfield
2012-02-11SCUMM: Remove unnecessary calls to animateActorRobert Crossfield
2012-02-11SCUMM: Fix Tentacle issue, and possibly some other animation issuesRobert Crossfield