summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-29MoveToAnimation: gently set the turret rotation to 0Jérémy Zurcher1-2/+11
2015-12-29HeadedPawn: has a chit, a body and a turret that can aimJérémy Zurcher4-24/+74
2015-12-29Unit: enable ace overlay if neededJérémy Zurcher1-0/+1
2015-12-28assets: work on us tanksJérémy Zurcher44-0/+249
2015-12-28units-gimp: bring lots of stuff inJérémy Zurcher29-0/+5
2015-12-28Config: set TANKS as defaultJérémy Zurcher1-1/+1
2015-12-28OptionsMenu: add graphics selectionJérémy Zurcher1-0/+25
2015-12-28update FIXMEJérémy Zurcher2-2/+1
2015-12-28Objective: Tile swallows Objective, ObjectiveSet is destroyed, Board does ↵Jérémy Zurcher11-198/+161
the trick
2015-12-28OrderList: add get(Pawn, Order.OrderType)Jérémy Zurcher1-0/+11
2015-12-28Command: remove spaceJérémy Zurcher1-1/+1
2015-12-28Army: add overlay which is hex overlay indexJérémy Zurcher3-12/+17
2015-12-28Move: add TileIteratorJérémy Zurcher1-0/+51
2015-12-28PathIterator: throws java.util.NoSuchElementException when neededJérémy Zurcher1-0/+3
2015-12-28Tile: enableOverlay() does nothing if index < 0Jérémy Zurcher1-5/+9
2015-12-26game:HexSet -> engine:TileSetJérémy Zurcher4-35/+26
2015-12-26StateWithdraw: add debug error if many pathsJérémy Zurcher1-0/+4
2015-12-26States*: remove uselss empty lines in importsJérémy Zurcher5-6/+0
2015-12-26StateRotate: hide move assists on enter if option is offJérémy Zurcher1-0/+2
2015-12-24update TODOJérémy Zurcher1-4/+1
2015-12-24Hex: blockLineOfSightFrom(Tile) -> blockLineOfSight(Tile, Tile)Jérémy Zurcher4-9/+12
2015-12-24tests: remove useless importsJérémy Zurcher3-9/+0
2015-12-24increase versionv14Jérémy Zurcher2-2/+2
2015-12-24battles: add Battle00Jérémy Zurcher3-1/+124
2015-12-24PathBuilder: give more weight to objectivesJérémy Zurcher1-1/+1
2015-12-24Hex: simplify blockLineOfSightFrom(Tile)Jérémy Zurcher1-4/+1
2015-12-24State: replace touchUp() and touchDown() with touch(Hex)Jérémy Zurcher14-158/+72
2015-12-24States: do not use downHex or upHex out of touchDown() and touchUp()Jérémy Zurcher2-5/+5
2015-12-24PathBuilder: fix error msgJérémy Zurcher1-1/+1
2015-12-24Revert "BoardUtils: fix assertion"Jérémy Zurcher1-1/+1
This reverts commit b39e0fe7a54fbaab18f3a7a467bd62febd268b15.
2015-12-24Revert "PathBuilder: always search for path even if distance is < 2, to ↵Jérémy Zurcher1-1/+9
check for objectives" This reverts commit 8a34706f23f479eead58a393c27e6a56eb3bcd4b.
2015-12-24BoardUtils: fix assertionJérémy Zurcher1-1/+1
2015-12-24tests: FakeBoard implement isObjectiveFor()Jérémy Zurcher1-0/+2
2015-12-24ObjectiveSet: respond to isObjectiveFor() taking peristence into accountJérémy Zurcher3-4/+18
2015-12-23StateRotate: fix bug when in HQ activation, start rotate, but do not complete itJérémy Zurcher1-1/+4
2015-12-23BattleTest: be a test battle againJérémy Zurcher1-47/+55
2015-12-23game.Factory -> FactoryJérémy Zurcher6-10/+7
2015-12-23assets: ok->tick target is biggerJérémy Zurcher7-8/+8
2015-12-22MenuScreen: add versionLabelJérémy Zurcher1-0/+7
2015-12-21increase android codeVersionv13Jérémy Zurcher1-1/+1
2015-12-21increase android codeVersionv12Jérémy Zurcher1-1/+1
2015-12-21PathBuilder: use printToErr on errorJérémy Zurcher1-0/+1
2015-12-21update TODOJérémy Zurcher1-1/+1
2015-12-21PathBuilder: always search for path even if distance is < 2, to check for ↵Jérémy Zurcher1-9/+1
objectives
2015-12-21PathBuilder: choosePath: clears it all and then add the choosen pathJérémy Zurcher1-6/+6
2015-12-21PathBuilder: extract clearPaths() from clear()Jérémy Zurcher1-0/+5
2015-12-21Map0Hex: isObjective(Tile) -> isObjectiveFor(Tile,Pawn) : says no if already ↵Jérémy Zurcher3-4/+8
owned
2015-12-21PathBuilder: fitness takes objectives into accountJérémy Zurcher3-0/+8
2015-12-21Board: sprinkle with some finalJérémy Zurcher1-9/+12
2015-12-20Hud: use ArrayDeque instead of StackJérémy Zurcher1-2/+2