summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Tile.java
AgeCommit message (Expand)AuthorFilesLines
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