summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Command.java
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Order,Command: add public abstract boolean isA(OrderType) to Order, and imple...Jérémy Zurcher1-2/+8
2015-02-18Command: orderPool -> commandPoolJérémy Zurcher1-3/+8
2015-02-18Command: implements Comparable<Pawn>Jérémy Zurcher1-0/+9
2015-02-18Command: support engagementJérémy Zurcher1-0/+12
2015-02-18Command: fix toStringJérémy Zurcher1-1/+1
2015-02-18Map,Command: promoteUnit uses Command processingJérémy Zurcher1-0/+6
2015-02-18add game.Command extends engine.OrderJérémy Zurcher1-0/+88