summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game
AgeCommit message (Expand)AuthorFilesLines
2016-01-11IterableArray does not extends ArrayList but has it's own implementationJérémy Zurcher3-10/+9
2016-01-11add engine.util.Collection and use itJérémy Zurcher2-2/+2
2016-01-11ArrayListIt -> IterableArrayJérémy Zurcher3-7/+7
2016-01-11PathBuilder: tiles and paths use ArrayListItJérémy Zurcher1-1/+1
2016-01-10OrderList is an ArrayListItJérémy Zurcher1-1/+1
2016-01-09Engagement: use ArrayListIt instead of LinkedListJérémy Zurcher1-2/+3
2016-01-09Tile: add constructor param int capacity (of the stack)Jérémy Zurcher2-3/+5
2016-01-09Tile: stack is private and is an ArrayListItJérémy Zurcher1-1/+1
2016-01-09while, for, if codding styleJérémy Zurcher3-3/+3
2016-01-09StateBreak: remove useless import statementJérémy Zurcher1-1/+0
2016-01-09use ArrayListItJérémy Zurcher2-5/+5
2016-01-07Config: add fxStringsJérémy Zurcher2-5/+5
2016-01-06Option menus: repalce VSPACING with LABEL_PADDINGJérémy Zurcher1-14/+13
2016-01-06Ctrl: do not process null HexJérémy Zurcher1-1/+1
2016-01-05Ctrl: check if Player can do something after each action and at turn startJérémy Zurcher1-1/+8
2016-01-05Player: add boolean canDoSomething()Jérémy Zurcher1-0/+11
2016-01-04StateMove: fix checkExit(Hex) usage, and path buildingJérémy Zurcher1-15/+20
2016-01-04PathBuilder: replace setExit(Orientation) with chooseExit(Orientation)Jérémy Zurcher2-5/+3
2016-01-04StateMove: split checkExit() -> inplace | from hexJérémy Zurcher1-5/+14
2016-01-04OptionsPanel: fix quit battleJérémy Zurcher1-0/+1
2016-01-04StateBreak: use chooseShortest()Jérémy Zurcher2-6/+6
2016-01-04PathBuilder: choosePath() -p chooseBest()Jérémy Zurcher2-2/+2
2016-01-04OptionsPanel: quick closingJérémy Zurcher1-0/+5
2016-01-04Map: fix call getDefense( defender.tile )Jérémy Zurcher1-1/+1
2016-01-04PathBuilder: impove error msgsJérémy Zurcher2-2/+2
2016-01-04UnitDock: replace selected red border with light grey BgJérémy Zurcher2-7/+5
2015-12-31Options: remove 'Automatic Path' optionJérémy Zurcher1-3/+0
2015-12-30OptionsPanel: fix missing paddingJérémy Zurcher1-4/+4
2015-12-30OptionsPanel: add Automatic PathJérémy Zurcher2-5/+63
2015-12-30Config: add autoPath = trueJérémy Zurcher2-1/+3
2015-12-30PathBuilder: toggleCtrlTile add boolean quick parameterJérémy Zurcher1-1/+1
2015-12-29Config: graphics default to CHITSJérémy Zurcher1-1/+1
2015-12-29Factory: use turret assets when availableJérémy Zurcher1-1/+15
2015-12-29Map0Hex: remove unused importJérémy Zurcher1-2/+0
2015-12-29TankFireAnimation: aim before shootingJérémy Zurcher1-1/+1
2015-12-29HeadedPawn: has a chit, a body and a turret that can aimJérémy Zurcher2-13/+26
2015-12-29Unit: enable ace overlay if neededJérémy Zurcher1-0/+1
2015-12-28Config: set TANKS as defaultJérémy Zurcher1-1/+1
2015-12-28update FIXMEJérémy Zurcher1-1/+1
2015-12-28Objective: Tile swallows Objective, ObjectiveSet is destroyed, Board does the...Jérémy Zurcher6-47/+13
2015-12-28Command: remove spaceJérémy Zurcher1-1/+1
2015-12-28Army: add overlay which is hex overlay indexJérémy Zurcher2-12/+16
2015-12-26game:HexSet -> engine:TileSetJérémy Zurcher3-35/+6
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-24Hex: blockLineOfSightFrom(Tile) -> blockLineOfSight(Tile, Tile)Jérémy Zurcher1-2/+2
2015-12-24battles: add Battle00Jérémy Zurcher3-1/+124
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 Zurcher13-150/+61