summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Pawn.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Pawn: cleanup animations, must set prevPosition when rotate, no need to set f...Jérémy Zurcher1-23/+11
2014-10-10Pawn: add prevPosition, revertPosition(), getRevertLastMoveAnimation()Jérémy Zurcher1-0/+29
2014-10-10Pawn: cleanupJérémy Zurcher1-8/+8
2014-10-10Pawn: add abstract move(int), rotate(Orientation), attack(Pawn), reset(), rev...Jérémy Zurcher1-2/+11
2014-10-09Paw,Unit: set fire() rotate() move(in), reset()Jérémy Zurcher1-0/+1
2014-10-08Pawn,Unit: add canMove() and canAttack()Jérémy Zurcher1-0/+2
2014-10-07Pawn,Unit: add isHq()Jérémy Zurcher1-0/+1
2014-10-06Pawn: add getRotationAnimation(Vector3)Jérémy Zurcher1-0/+8
2014-10-06Pawn,Board: add a RunnableAnimation to notify the end of the animationJérémy Zurcher1-1/+1
2014-10-06use ArrayList instead of VectorJérémy Zurcher1-2/+2
2014-10-04Pawn: implements Disposable, cleanupJérémy Zurcher1-82/+53
2014-10-04Tile: cleanup, add boolean hasTargetsFor(Pawn pawn)Jérémy Zurcher1-0/+1
2014-10-04fix according to new assetsJérémy Zurcher1-3/+3
2014-10-03Pawn: add Vector2 getCenter()Jérémy Zurcher1-0/+7
2014-10-03Pawn: is no more an imageJérémy Zurcher1-19/+45
2014-10-03Pawn: slow dawn pawn move animationJérémy Zurcher1-1/+1
2014-10-03Pawn: add AnimationSequence getMoveAnimation(Vector<Vector3> path)Jérémy Zurcher1-0/+21
2014-10-03Pawn: rename path -> movesJérémy Zurcher1-13/+14
2014-10-03Board.Orientation -> OrientationJérémy Zurcher1-4/+4
2014-10-02Pawn,HeadedPaw: use StackedImage.centerOn(float, float) not setPosition(...)Jérémy Zurcher1-2/+7
2014-10-01Pawn, Image: add protected default constructorJérémy Zurcher1-0/+5
2014-09-30Pawn/Unit: add boolean isUnit()Jérémy Zurcher1-0/+1
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