summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/engine/PossiblePaths.java
AgeCommit message (Expand)AuthorFilesLines
2015-01-20PossiblePaths -> PathBuilderJérémy Zurcher1-257/+0
2015-01-19StateEscape: if exit from unit hex, build stay path, add runtime exitHex vali...Jérémy Zurcher1-2/+3
2015-01-19PossiblePaths: add boolean canExit(Orientation o)Jérémy Zurcher1-0/+21
2015-01-18PossiblePaths: add getExitMove()Jérémy Zurcher1-0/+7
2015-01-18PossiblePaths: add error message when getMove() cant find unique PathJérémy Zurcher1-1/+3
2015-01-18remove Pawn.Movement class, use Move insteadJérémy Zurcher1-42/+9
2015-01-18PossiblePaths: fix double dispose()Jérémy Zurcher1-1/+0
2015-01-17PossiblePaths: extract Vector3Iterator into self class PathIteratorJérémy Zurcher1-67/+1
2015-01-16PossiblePath: is DisposableJérémy Zurcher1-1/+8
2015-01-16Path: Poolable extracted out of PossiblePathsJérémy Zurcher1-25/+4
2015-01-15PossiblePaths: add inner class Path(cost, roadMarch, [tiles])Jérémy Zurcher1-76/+80
2015-01-08PossiblePaths: getPath is publicJérémy Zurcher1-1/+1
2015-01-08PossiblePaths: improve printToErr()Jérémy Zurcher1-3/+3
2015-01-08PossiblePaths: fix getPath to return asked path not always the firstJérémy Zurcher1-2/+2
2014-11-20engine.TileSet/Zone are dead: welcome game.HexSet/ZoneJérémy Zurcher1-3/+5
2014-11-18PossiblePaths: add setExit(Orientation exit)Jérémy Zurcher1-0/+8
2014-11-14PossiblePaths: support rotation has moves of distance 0 and cost 0Jérémy Zurcher1-14/+17
2014-11-14PossiblePaths: add boolean isSet()Jérémy Zurcher1-0/+5
2014-11-14Naming attack -> engagement - move -> movementJérémy Zurcher1-6/+6
2014-11-05PossiblePaths: implements applyToPawn that feed Pawn.Move and is called from ...Jérémy Zurcher1-0/+12
2014-11-05PosisblePaths: fix cost computationJérémy Zurcher1-6/+6
2014-11-05PossiblePaths: fix findAllPaths(...) roadMarch overriding when trying adjacentsJérémy Zurcher1-4/+4
2014-11-05PossiblePaths: first call init(Pawn, Tile from) then build(Tile to)Jérémy Zurcher1-9/+6
2014-11-05PossiblePaths: support int init(Pawn pawn, Tile from, Tile to)Jérémy Zurcher1-6/+12
2014-11-05Tile,Hex: int costFrom(Pawn, Orientation, boolean) -> int costFrom(Pawn, Orie...Jérémy Zurcher1-7/+6
2014-10-31PossiblePaths: Pawn, Tile, Orientation are publicJérémy Zurcher1-18/+18
2014-10-31PossiblePaths: fix path.get(i)Jérémy Zurcher1-2/+9
2014-10-31add engine/PossiblePathsJérémy Zurcher1-0/+297