summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Tile.java
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Tile/Hex: add boolean isOffMap()Jérémy Zurcher1-0/+1
2014-09-27getPawnPosAt(...) uses Tile.getCenter()Jérémy Zurcher1-0/+5
2014-09-27Tiles have a center, GameFactory implements Board.TileBuilder to create Hex(c...Jérémy Zurcher1-7/+5
2014-09-27rework (Basic)Drawable into Drawable->MoveableJérémy Zurcher1-9/+2
2014-09-27overlays clear -> disableJérémy Zurcher1-2/+2
2014-09-25Tile, Hex: add hasTargetsFor(Pawn)Jérémy Zurcher1-1/+2
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-2/+2
2014-09-24Tile.roadMarchBonus() -> Pawn.roadMarch()Jérémy Zurcher1-1/+0
2014-09-24Tile and Hex: atLeastOneMove(), roadMarchBonus(), road(), costFrom()Jérémy Zurcher1-7/+4
2014-09-23board allocation goes into Board, hex setup goes into MapA extends MapJérémy Zurcher1-0/+2
2014-09-23implement clear overlays in Board/Tile/StackImageJérémy Zurcher1-0/+6
2014-09-23Tile#occupied: prevent null ref accessJérémy Zurcher1-0/+1
2014-09-22move translate from Drawable to BasicDrawableJérémy Zurcher1-0/+9
2014-09-22Pawn.Orientation + Tile.Side -> Board.OrientationJérémy Zurcher1-13/+0
2014-09-21add Map.enableOverlayOn(...)Jérémy Zurcher1-1/+3
2014-09-21MapNode->Board TileOverlays->Tile PawnImage->PawnJérémy Zurcher1-17/+84
2014-09-21Tile#remove(Pawn) return stack sizeJérémy Zurcher1-1/+1
2014-09-21update Tile and bring TileOverlays inJérémy Zurcher1-2/+8
2014-09-20Tile oooops forgot to commit import BasicDrawableJérémy Zurcher1-0/+2
2014-09-20Tile extends BasicDrawableJérémy Zurcher1-1/+1
2014-09-18Tile.Orientation -> Pawn.OrientationJérémy Zurcher1-12/+0
2014-09-17split into '.engine.*' and '.game.*'Jérémy Zurcher1-0/+41