Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-05 | PossiblePaths: implements applyToPawn that feed Pawn.Move and is called from ... | Jérémy Zurcher | 1 | -0/+12 |
2014-11-05 | PosisblePaths: fix cost computation | Jérémy Zurcher | 1 | -6/+6 |
2014-11-05 | PossiblePaths: fix findAllPaths(...) roadMarch overriding when trying adjacents | Jérémy Zurcher | 1 | -4/+4 |
2014-11-05 | PossiblePaths: first call init(Pawn, Tile from) then build(Tile to) | Jérémy Zurcher | 1 | -9/+6 |
2014-11-05 | PossiblePaths: support int init(Pawn pawn, Tile from, Tile to) | Jérémy Zurcher | 1 | -6/+12 |
2014-11-05 | Tile,Hex: int costFrom(Pawn, Orientation, boolean) -> int costFrom(Pawn, Orie... | Jérémy Zurcher | 1 | -7/+6 |
2014-10-31 | PossiblePaths: Pawn, Tile, Orientation are public | Jérémy Zurcher | 1 | -18/+18 |
2014-10-31 | PossiblePaths: fix path.get(i) | Jérémy Zurcher | 1 | -2/+9 |
2014-10-31 | add engine/PossiblePaths | Jérémy Zurcher | 1 | -0/+297 |