summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Board.java
AgeCommit message (Expand)AuthorFilesLines
2014-09-22correctly manage dragged Pawn and pawnsToDrawJérémy Zurcher1-1/+14
2014-09-22Board: remove fields cols and rowsJérémy Zurcher1-5/+1
2014-09-22Board: cell -> tileJérémy Zurcher1-8/+8
2014-09-22Pawn.Orientation + Tile.Side -> Board.OrientationJérémy Zurcher1-4/+23
2014-09-21Board: add drawing stats to drawDebug(...)Jérémy Zurcher1-0/+30
2014-09-21add Map.enableOverlayOn(...)Jérémy Zurcher1-0/+13
2014-09-21MapNode->Board TileOverlays->Tile PawnImage->PawnJérémy Zurcher1-0/+286