aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_player.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-07-29M4: Further work done on the setup and starting of actionsPaul Gilbert
2010-07-24M4: Bugfixes for depth ordering to fix the Z order of on-screen objectsPaul Gilbert
2010-07-16Fix use of "&&" instead of "&" for bit masking. (This looks much more sensibl...Johannes Schickel
2010-07-16Implemented path-finding logic for accurate player movementPaul Gilbert
2010-07-15Bugfixes to walking code. Rex can now walk about on-screenPaul Gilbert
2010-07-14Silence gcc warning.Matthew Hoops
2010-07-14Preliminary implementation of lots of code related to player movementPaul Gilbert
2010-07-07Bugfixes and changed field names in the player class to be more explanatory. ...Paul Gilbert
2010-07-06Added support for idle character animationsPaul Gilbert
2010-07-05Bugfixes for new player code - Rex is now correctly positioned when the playe...Paul Gilbert
2010-07-04Implemented more of the support methods for player displayPaul Gilbert
2010-07-03Adding the beginnings of a player control class, as well as various changes t...Paul Gilbert