summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Map.java
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Map: fix touchUpJérémy Zurcher1-8/+12
2014-09-30Map/GameScreen: clean upJérémy Zurcher1-76/+33
2014-09-29add lineOfSight testing codeJérémy Zurcher1-0/+25
2014-09-27update terrains and units positionsJérémy Zurcher1-1/+2
2014-09-27Tiles have a center, GameFactory implements Board.TileBuilder to create Hex(c...Jérémy Zurcher1-2/+2
2014-09-27overlays clear -> disableJérémy Zurcher1-1/+1
2014-09-27Map: change debugMap cycling orderJérémy Zurcher1-3/+3
2014-09-25Map: add openToAttackFrom() testJérémy Zurcher1-0/+2
2014-09-24RIGHT click to show reachableJérémy Zurcher1-0/+12
2014-09-23update debug to show offmap tilesJérémy Zurcher1-4/+4
2014-09-23add Hex.OFFMAPJérémy Zurcher1-1/+1
2014-09-23use Hex overlay constants in debugJérémy Zurcher1-7/+12
2014-09-23add mapDebug cycling terrainJérémy Zurcher1-0/+45
2014-09-23board allocation goes into Board, hex setup goes into MapA extends MapJérémy Zurcher1-3/+12
2014-09-22correctly manage dragged Pawn and pawnsToDrawJérémy Zurcher1-1/+3
2014-09-21update Map,Hex,Unit extends Board,Tile,Pawn fix GameScreenJérémy Zurcher1-0/+41
2014-09-17split into '.engine.*' and '.game.*'Jérémy Zurcher1-43/+0
2014-09-17renameJérémy Zurcher1-0/+43