summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game
AgeCommit message (Expand)AuthorFilesLines
2014-09-16add Pawn#setPawnAtJérémy Zurcher2-0/+9
2014-09-16PawnImage#resetMoves do not rotate if not neededJérémy Zurcher1-1/+2
2014-09-16remove debug outputJérémy Zurcher1-2/+0
2014-09-16refactorJérémy Zurcher6-103/+102
2014-09-16add game/HexOrientationJérémy Zurcher1-0/+15
2014-09-16add game/HexMapFactoryJérémy Zurcher1-0/+28
2014-09-16game/HexMap.java -> game/HexMapImage + interface game/HexMapJérémy Zurcher3-149/+175
2014-09-16game/Pawn -> game/PawnImage + interface game/PawnJérémy Zurcher4-67/+99
2014-09-16actors/HexMap actors/Pawn -> game/*Jérémy Zurcher4-5/+246
2014-09-16add game/ArmyJérémy Zurcher3-17/+26
2014-09-16move Unit and UnitFactory into game/Jérémy Zurcher2-0/+140