summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Player.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-14add AP burn down debugJérémy Zurcher1-0/+1
2014-10-14add promote actionJérémy Zurcher1-0/+14
2014-10-14Pawn,Unit: add boolean isHqOf(Pawn), Player add boolean canPromote(Pawn)Jérémy Zurcher1-0/+8
2014-10-14unify error msgsJérémy Zurcher1-1/+1
2014-10-13Player: add casualty(Pawn)Jérémy Zurcher1-3/+10
2014-10-13Player: add int d6(), fix setActionPoints()Jérémy Zurcher1-2/+12
2014-10-13clean debug System.errJérémy Zurcher1-1/+3
2014-10-13Player: remove unused importJérémy Zurcher1-3/+0
2014-10-13Player: add Iterator<Pawn> unitIterator()Jérémy Zurcher1-0/+6
2014-10-12add game/PlayerJérémy Zurcher1-0/+112