summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Pawn.java
AgeCommit message (Expand)AuthorFilesLines
2014-09-27rework (Basic)Drawable into Drawable->MoveableJérémy Zurcher1-0/+13
2014-09-26Pawn: add Board.Orientation getOrientation()Jérémy Zurcher1-0/+5
2014-09-25Pawn, Unit: add getAttackRangeFrom(Tile)Jérémy Zurcher1-0/+1
2014-09-25Pawn.getMvt -> Pawn.getMovementPointsJérémy Zurcher1-1/+1
2014-09-25Pawn, Unit: add int getAngleOfAttack()Jérémy Zurcher1-0/+1
2014-09-25Pawn.roadMarch() -> Pawn.getRoadMarchBonus()Jérémy Zurcher1-1/+1
2014-09-24Pawn has overlays thatk's itJérémy Zurcher1-10/+7
2014-09-24draw(Batch batch, float parentAlpha) -> draw(batch)Jérémy Zurcher1-3/+3
2014-09-24translate params are dx, dyJérémy Zurcher1-3/+3
2014-09-24Pawn,Unit,Army: implement isEnemy(Pawn)Jérémy Zurcher1-0/+1
2014-09-24Tile.roadMarchBonus() -> Pawn.roadMarch()Jérémy Zurcher1-0/+1
2014-09-24Pawn and Unit: int getMvt()Jérémy Zurcher1-0/+2
2014-09-22Pawn mignt have overlaysJérémy Zurcher1-1/+50
2014-09-22Pawn.Orientation + Tile.Side -> Board.OrientationJérémy Zurcher1-16/+2
2014-09-21MapNode->Board TileOverlays->Tile PawnImage->PawnJérémy Zurcher1-11/+61
2014-09-21PawnNode -> PawnImage does not implement Node anymoreJérémy Zurcher1-2/+3
2014-09-20cleanup Pawn and PawnNodeJérémy Zurcher1-10/+8
2014-09-19MapImage->MapNode, PawnImage->PawnNode, add LayerJérémy Zurcher1-16/+11
2014-09-18Tile.Orientation -> Pawn.OrientationJérémy Zurcher1-1/+15
2014-09-17split into '.engine.*' and '.game.*'Jérémy Zurcher1-0/+24