summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/engine/Tile.java
AgeCommit message (Expand)AuthorFilesLines
2016-05-02Pawn,Hex: road(Orientation) -> roadFrom(Orientation)Jérémy Zurcher1-1/+1
2016-01-11use IterableStack, IterableSet and IterableQueueJérémy Zurcher1-5/+4
2016-01-11ArrayListIt -> IterableArrayJérémy Zurcher1-3/+3
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-09while, for, if codding styleJérémy Zurcher1-1/+1
2015-12-29Tile: remove empty lineJérémy Zurcher1-1/+0
2015-12-28Objective: Tile swallows Objective, ObjectiveSet is destroyed, Board does the...Jérémy Zurcher1-5/+100
2015-12-28Tile: enableOverlay() does nothing if index < 0Jérémy Zurcher1-5/+9
2015-12-24Hex: blockLineOfSightFrom(Tile) -> blockLineOfSight(Tile, Tile)Jérémy Zurcher1-1/+1
2015-12-18cleanup tree using fix_javaJérémy Zurcher1-3/+0
2015-10-29Tile: constructor without params set empty stackJérémy Zurcher1-0/+1
2015-07-19welcome RustAndDustJérémy Zurcher1-0/+175