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
/
rustanddust
/
engine
/
PathBuilder.java
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
IterableArray does not extends ArrayList but has it's own implementation
Jérémy Zurcher
1
-10
/
+9
2016-01-11
use IterableStack, IterableSet and IterableQueue
Jérémy Zurcher
1
-10
/
+12
2016-01-11
ArrayListIt -> IterableArray
Jérémy Zurcher
1
-7
/
+7
2016-01-11
PathBuilder: tiles and paths use ArrayListIt
Jérémy Zurcher
1
-12
/
+9
2016-01-09
while, for, if codding style
Jérémy Zurcher
1
-2
/
+2
2016-01-09
use ArrayListIt
Jérémy Zurcher
1
-3
/
+4
2016-01-04
PathBuilder: factorise best(Path, Path) out of chooseBest() and chooseExit()
Jérémy Zurcher
1
-16
/
+17
2016-01-04
PathBuilder: replace setExit(Orientation) with chooseExit(Orientation)
Jérémy Zurcher
1
-11
/
+38
2016-01-04
PathBuilder: factorise keepOnly(Path) out of choosBest() and chooseShortest()
Jérémy Zurcher
1
-12
/
+11
2016-01-04
PathBuilder: use getPaths()
Jérémy Zurcher
1
-11
/
+13
2016-01-04
PathBuilder: factorise getPaths(...) out of canExit()
Jérémy Zurcher
1
-7
/
+8
2016-01-04
PathBuilder: factorise pathCanExit(...) out of canExit()
Jérémy Zurcher
1
-4
/
+10
2016-01-04
PathBuilder: add chooseShortest()
Jérémy Zurcher
1
-0
/
+19
2016-01-04
PathBuilder: remove useless code
Jérémy Zurcher
1
-3
/
+1
2016-01-04
PathBuilder: choosePath() -p chooseBest()
Jérémy Zurcher
1
-1
/
+1
2016-01-04
PathBuilder: do not compute distance if from == to
Jérémy Zurcher
1
-3
/
+5
2016-01-04
PathBuilder: impove error msgs
Jérémy Zurcher
1
-2
/
+2
2016-01-04
PathBuilder: if (from == to) build empty path
Jérémy Zurcher
1
-1
/
+6
2016-01-04
PathBuilder: shorten code
Jérémy Zurcher
1
-5
/
+2
2016-01-04
PathBuilder: fix for at least one move
Jérémy Zurcher
1
-11
/
+12
2015-12-31
PathBuilder: fitness is the count of reached objectives
Jérémy Zurcher
1
-6
/
+4
2015-12-31
PathBuilder: search for paths even if distance < 2
Jérémy Zurcher
1
-9
/
+1
2015-12-31
PathBuilder: keep looking even if target tile is reached
Jérémy Zurcher
1
-5
/
+4
2015-12-30
PathBuilder: toggleCtrlTile add boolean quick parameter
Jérémy Zurcher
1
-4
/
+4
2015-12-28
Objective: Tile swallows Objective, ObjectiveSet is destroyed, Board does the...
Jérémy Zurcher
1
-1
/
+1
2015-12-24
PathBuilder: give more weight to objectives
Jérémy Zurcher
1
-1
/
+1
2015-12-24
PathBuilder: fix error msg
Jérémy Zurcher
1
-1
/
+1
2015-12-24
Revert "PathBuilder: always search for path even if distance is < 2, to check...
Jérémy Zurcher
1
-1
/
+9
2015-12-21
PathBuilder: use printToErr on error
Jérémy Zurcher
1
-0
/
+1
2015-12-21
PathBuilder: always search for path even if distance is < 2, to check for obj...
Jérémy Zurcher
1
-9
/
+1
2015-12-21
PathBuilder: choosePath: clears it all and then add the choosen path
Jérémy Zurcher
1
-6
/
+6
2015-12-21
PathBuilder: extract clearPaths() from clear()
Jérémy Zurcher
1
-0
/
+5
2015-12-21
Map0Hex: isObjective(Tile) -> isObjectiveFor(Tile,Pawn) : says no if already ...
Jérémy Zurcher
1
-1
/
+1
2015-12-21
PathBuilder: fitness takes objectives into account
Jérémy Zurcher
1
-0
/
+1
2015-12-18
cleanup tree using fix_java
Jérémy Zurcher
1
-2
/
+0
2015-11-21
PathBuilder: fix fitness computation
Jérémy Zurcher
1
-3
/
+3
2015-11-11
PathBuilder: add Path.fitness and use it in findAllPaths() and choosePath()
Jérémy Zurcher
1
-7
/
+19
2015-11-11
PathBuilder: add stupid choosePath()
Jérémy Zurcher
1
-0
/
+15
2015-07-19
welcome RustAndDust
Jérémy Zurcher
1
-0
/
+266