Age | Commit message (Expand) | Author |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-11 | Revert "SCUMM: revert savegame version to 89" | Willem Jan Palenstijn |
2012-02-11 | SCUMM: revert savegame version to 89 | Tobias Gunkel |
2012-02-11 | SCUMM: remove unnecessary cast to Actor_v0 | Tobias Gunkel |
2012-02-11 | SCUMM: replaced A with a0 to avoid upper-case local vars | Tobias Gunkel |
2012-02-11 | SCUMM: cleanup and separation of objIsActor()/objToActor()/actorToObj() for v... | Tobias Gunkel |
2012-02-11 | SCUMM: match style-guide, add missing spaces between some "if ()", "for ()" | Tobias Gunkel |
2012-02-11 | SCUMM: add support for diagonal walking between boxes (e.g. used for meteor o... | Tobias Gunkel |
2012-02-11 | SCUMM: Remove old code | Robert Crossfield |
2012-02-11 | SCUMM: Few changes for animations, dont move while turning & not necessary to... | Robert Crossfield |
2012-02-11 | SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver... | Tobias Gunkel |
2012-02-11 | SCUMM: save complete v0 state and initialize actors correctly | Tobias Gunkel |
2012-02-11 | SCUMM: remove the temporary variable _limb_current | Tobias Gunkel |
2012-02-11 | SCUMM: adjust to coding style-guide | Tobias Gunkel |
2012-02-11 | SCUMM: Fix ActorStop, V0 needs to set the stop direction | Robert Crossfield |
2012-02-11 | SCUMM: isPlayer() is not supported by engine v0 | Tobias Gunkel |
2012-02-11 | SCUMM: fix diagonal walking in at least MM v0 | Tobias Gunkel |
2012-02-11 | SCUMM: Fix V0 Sound, and a direction issue (affected walking down the ladder) | Robert Crossfield |
2012-02-11 | SCUMM: V0 always turns actor towards camera when entering room, remove unnece... | Robert Crossfield |
2012-02-11 | SCUMM: Remove unnecessary calls to animateActor | Robert Crossfield |
2012-02-11 | SCUMM: Fix Tentacle issue, and possibly some other animation issues | Robert Crossfield |
2012-02-11 | SCUMM: fix actor climbing on plant or swimming pool ladder | Tobias Gunkel |
2012-02-11 | SCUMM: fix for old savegames | Tobias Gunkel |
2012-02-11 | SCUMM: Animations fix again, no need for the hack now | Robert Crossfield |
2012-02-11 | SCUMM: Remove the setCmdFromDirection function | Robert Crossfield |
2012-02-11 | SCUMM: Animation Fixes | Robert Crossfield |
2012-02-11 | SCUMM: Fix the animation system, rename the Limb Frame Repeat variable | Robert Crossfield |
2012-02-11 | SCUMM: fix saving of array _byte_FCE2 | Tobias Gunkel |
2012-02-11 | SCUMM: fix v0 mode handling and actor switching | Tobias Gunkel |
2012-02-11 | SCUMM: Re-arrange some things to make it closer to the original | segrax |
2012-02-11 | SCUMM: Save the new variables, move the setting of the unknown variable to af... | segrax |
2012-02-11 | SCUMM: improve unknown variable support, add case 0xff to the animateactor op... | segrax |
2012-02-11 | SCUMM: Change vars to ints, remove unused variable for now | segrax |
2012-02-11 | SCUMM: Fix actor behind man-eating plant issue in v0. | Tobias Gunkel |
2012-02-11 | SCUMM: Add in support in v0 for the unknown variable to o_animateActor | segrax |
2012-02-11 | SCUMM: Fix meteor actor index | Tobias Gunkel |
2012-02-11 | SCUMM: Fix sound playback if fast-mode is on | Tobias Gunkel |
2011-09-08 | SCUMM: Made some static data const. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-14 | SCUMM: Workaround bug #1463598 (INDY3VGA: giant Henry Jones sr.) | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-05 | SCUMM: Move ActorHE into its own header, move some HE specific stuff out of s... | Max Horn |
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 |
2010-12-28 | SCUMM: Correct fix for bug #3145951 - DIG: Subtitles won't turn off (regressi... | Travis Howell |
2010-10-26 | SCUMM: Add alternative version of patch #3094717 - MMC64: save actor state. | Travis Howell |
2010-10-25 | SCUMM: Add patch #3094711 - MMC64: Correct position of plant actor. | Travis Howell |
2010-10-25 | SCUMM: Add patch #3093541 - MMC64: Actor Walk / Object Fix. | Travis Howell |
2010-10-25 | SCUMM: Add patch #3093051 - MMC64: Ladder facing patch. | Travis Howell |