index
:
RustAndDust
PvP
keep
master
server
units1
Tactical ground combat simulation for android
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
ch
/
asynk
/
tankontank
/
engine
/
PossiblePaths.java
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
engine.TileSet/Zone are dead: welcome game.HexSet/Zone
Jérémy Zurcher
1
-3
/
+5
2014-11-18
PossiblePaths: add setExit(Orientation exit)
Jérémy Zurcher
1
-0
/
+8
2014-11-14
PossiblePaths: support rotation has moves of distance 0 and cost 0
Jérémy Zurcher
1
-14
/
+17
2014-11-14
PossiblePaths: add boolean isSet()
Jérémy Zurcher
1
-0
/
+5
2014-11-14
Naming attack -> engagement - move -> movement
Jérémy Zurcher
1
-6
/
+6
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