summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Orientation.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Orientation.fromMove: return KEEP if dx== 0 && dy==0Jérémy Zurcher1-0/+1
2014-10-04Orientation: fix fromMove(...)Jérémy Zurcher1-2/+2
2014-10-03Orientation: add Orientation fromMove(int col0, int row0, int col1, int row1)Jérémy Zurcher1-0/+18
2014-10-03Orientation: remove useless importJérémy Zurcher1-26/+0
2014-10-03Board.Orientation -> OrientationJérémy Zurcher1-0/+108