summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/Orientation.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-09coding styleJérémy Zurcher1-0/+1
2014-10-07Orientation: typoJérémy Zurcher1-1/+1
2014-10-07Orientation: add Orientation fromAdj(int,int,int,int)Jérémy Zurcher1-0/+27
2014-10-07Orientation: remove useless 'Orientation.'Jérémy Zurcher1-7/+7
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