summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/engine
AgeCommit message (Expand)AuthorFilesLines
2016-03-14TankFireAnimation: set(...) set region dimensionsJérémy Zurcher1-0/+5
2016-02-10Collection,IterableArray: add indexOf(E)Jérémy Zurcher2-0/+12
2016-02-03PawnId/UnitID -> PawnCode/UnitCodeJérémy Zurcher1-2/+2
2016-01-24engine.Order, engine.OrderList, game.Command -> game.Order, game.OrderListJérémy Zurcher2-95/+0
2016-01-24Zone: add method add(int, int)Jérémy Zurcher1-1/+1
2016-01-14InfantryFireAnimation: add missing var init in Shot.set(...)Jérémy Zurcher1-0/+3
2016-01-11IterableArray does not extends ArrayList but has it's own implementationJérémy Zurcher3-28/+120
2016-01-11coding styleJérémy Zurcher1-1/+1
2016-01-11add engine.util.Collection and use itJérémy Zurcher4-8/+24
2016-01-11use IterableStack, IterableSet and IterableQueueJérémy Zurcher5-37/+33
2016-01-11extract IterableStack, IterableSet and IterableQueue out of IterableArrayJérémy Zurcher4-27/+62
2016-01-11ArrayListIt -> IterableArrayJérémy Zurcher9-36/+36
2016-01-11PathBuilder: tiles and paths use ArrayListItJérémy Zurcher1-12/+9
2016-01-11Board: tilesToDraw init capacity is 20Jérémy Zurcher1-1/+1
2016-01-11Board: tilesToDraw is an ArrayListItJérémy Zurcher1-16/+11
2016-01-11ArrayListIt: add addUniqueJérémy Zurcher1-0/+7
2016-01-11SearchBoard: use ArrayListItJérémy Zurcher1-16/+11
2016-01-10ArrayListIt: add push pop enqueue dequeueJérémy Zurcher1-0/+20
2016-01-10OrderList is an ArrayListItJérémy Zurcher1-7/+11
2016-01-09TileSet: extends ArrayListItJérémy Zurcher1-2/+10
2016-01-09Tile: add constructor param int capacity (of the stack)Jérémy Zurcher1-4/+4
2016-01-09Tile: stack is private and is an ArrayListItJérémy Zurcher1-9/+9
2016-01-09Move: swallows PathIteratorJérémy Zurcher2-82/+62
2016-01-09Move: get rid of useless TileIteratorJérémy Zurcher1-51/+0
2016-01-09while, for, if codding styleJérémy Zurcher7-21/+21
2016-01-09Board: set initial size of animations to 10Jérémy Zurcher1-1/+1
2016-01-09Board: forgot to dispose() the animation that is finishedJérémy Zurcher1-1/+3
2016-01-09Board: use ArrayListIt: for animations tooJérémy Zurcher1-10/+7
2016-01-09ArrayListIt: support Iterator.remove()Jérémy Zurcher1-1/+3
2016-01-09use ArrayListItJérémy Zurcher5-20/+22
2016-01-09add engine/util/ArrayListItJérémy Zurcher1-0/+49
2016-01-04PathBuilder: factorise best(Path, Path) out of chooseBest() and chooseExit()Jérémy Zurcher1-16/+17
2016-01-04PathBuilder: replace setExit(Orientation) with chooseExit(Orientation)Jérémy Zurcher1-11/+38
2016-01-04PathBuilder: factorise keepOnly(Path) out of choosBest() and chooseShortest()Jérémy Zurcher1-12/+11
2016-01-04PathBuilder: use getPaths()Jérémy Zurcher1-11/+13
2016-01-04PathBuilder: factorise getPaths(...) out of canExit()Jérémy Zurcher1-7/+8
2016-01-04PathBuilder: factorise pathCanExit(...) out of canExit()Jérémy Zurcher1-4/+10
2016-01-04PathBuilder: add chooseShortest()Jérémy Zurcher1-0/+19
2016-01-04PathBuilder: remove useless codeJérémy Zurcher1-3/+1
2016-01-04PathBuilder: choosePath() -p chooseBest()Jérémy Zurcher1-1/+1
2016-01-04PathIterator: do not compute size all the timeJérémy Zurcher1-3/+2
2016-01-04PathIterator: fix rotation supportJérémy Zurcher1-2/+4
2016-01-04PathBuilder: do not compute distance if from == toJérémy Zurcher1-3/+5
2016-01-04PathBuilder: impove error msgsJérémy Zurcher1-2/+2
2016-01-04PathIterator: support simple rotationJérémy Zurcher1-3/+6
2016-01-04PathBuilder: if (from == to) build empty pathJérémy Zurcher1-1/+6
2016-01-04InfantryFireAnimation: add usage of HALF_WIDTH_PJérémy Zurcher1-2/+3
2016-01-04PathBuilder: shorten codeJérémy Zurcher1-5/+2
2016-01-04PathBuilder: fix for at least one moveJérémy Zurcher1-11/+12
2015-12-31PathBuilder: fitness is the count of reached objectivesJérémy Zurcher1-6/+4