summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/actors
AgeCommit message (Expand)AuthorFilesLines
2014-09-16actors/HexMap actors/Pawn -> game/*Jérémy Zurcher2-246/+0
2014-09-16actors/LoadingBar -> loading/LoadingBarJérémy Zurcher1-32/+0
2014-09-16move Unit and UnitFactory into game/Jérémy Zurcher1-36/+0
2014-09-15add actors/UnitJérémy Zurcher1-0/+36
2014-09-15actors/Tile -> actors/PawnJérémy Zurcher2-49/+51
2014-09-15add ugly selectedHexJérémy Zurcher1-0/+8
2014-09-14GameScreen tracks the touched cell, dragNdrop tilesJérémy Zurcher1-0/+1
2014-09-14HexMap: stack tiles on hexes, taking care of position rotation and z indexJérémy Zurcher1-9/+72
2014-09-14add actors/TileJérémy Zurcher1-0/+85
2014-09-14add HexMap#centerActorOn(Actor actor, int col, int row)Jérémy Zurcher1-0/+8
2014-09-13add actors/HexMapJérémy Zurcher1-0/+79
2014-09-11add screens/LoadScreen + actors/LoadingBar + assetsJérémy Zurcher1-0/+32