Age | Commit message (Expand) | Author | Files | Lines |
2016-02-10 | Battle,State: use entry and exit Zones from Unit and Map | Jérémy Zurcher | 4 | -12/+7 |
2016-01-31 | Ctrl: remove checkDeploymentDone() | Jérémy Zurcher | 1 | -5/+3 |
2016-01-09 | while, for, if codding style | Jérémy Zurcher | 2 | -2/+2 |
2016-01-09 | StateBreak: remove useless import statement | Jérémy Zurcher | 1 | -1/+0 |
2016-01-04 | StateMove: fix checkExit(Hex) usage, and path building | Jérémy Zurcher | 1 | -15/+20 |
2016-01-04 | PathBuilder: replace setExit(Orientation) with chooseExit(Orientation) | Jérémy Zurcher | 1 | -4/+2 |
2016-01-04 | StateMove: split checkExit() -> inplace | from hex | Jérémy Zurcher | 1 | -5/+14 |
2016-01-04 | StateBreak: use chooseShortest() | Jérémy Zurcher | 1 | -6/+5 |
2016-01-04 | PathBuilder: choosePath() -p chooseBest() | Jérémy Zurcher | 1 | -1/+1 |
2016-01-04 | PathBuilder: impove error msgs | Jérémy Zurcher | 2 | -2/+2 |
2015-12-30 | Config: add autoPath = true | Jérémy Zurcher | 1 | -1/+1 |
2015-12-26 | StateWithdraw: add debug error if many paths | Jérémy Zurcher | 1 | -0/+4 |
2015-12-26 | States*: remove uselss empty lines in imports | Jérémy Zurcher | 5 | -6/+0 |
2015-12-26 | StateRotate: hide move assists on enter if option is off | Jérémy Zurcher | 1 | -0/+2 |
2015-12-24 | State: replace touchUp() and touchDown() with touch(Hex) | Jérémy Zurcher | 11 | -124/+48 |
2015-12-24 | States: do not use downHex or upHex out of touchDown() and touchUp() | Jérémy Zurcher | 2 | -5/+5 |
2015-12-23 | StateRotate: fix bug when in HQ activation, start rotate, but do not complete it | Jérémy Zurcher | 1 | -1/+4 |
2015-12-18 | cleanup tree using fix_java | Jérémy Zurcher | 7 | -10/+0 |
2015-12-15 | Player,StatisticsPanel: add Objectives count | Jérémy Zurcher | 1 | -2/+2 |
2015-12-15 | StateDeployment: no need to revert beforec calling setOnBoard() the latest do... | Jérémy Zurcher | 1 | -1/+0 |
2015-12-15 | StateDeployment: code cleanup | Jérémy Zurcher | 1 | -16/+17 |
2015-12-14 | StateDeployment: fix missing or extra SET orders | Jérémy Zurcher | 1 | -4/+4 |
2015-12-14 | Unit: show/hideMoveable -> show/hideActiveable, change png too | Jérémy Zurcher | 3 | -8/+6 |
2015-12-10 | Revert "StateDeployment: call Map.setOnBoard() remove Map.showOnBoard()" | Jérémy Zurcher | 1 | -1/+1 |
2015-12-10 | Hud: by default notify at MIDDLE_CENTER | Jérémy Zurcher | 3 | -3/+5 |
2015-12-10 | StateBreak: notify break through MIDDLE_CENTER | Jérémy Zurcher | 1 | -1/+2 |
2015-12-09 | SelectState: no HQ activation step when not needed | Jérémy Zurcher | 1 | -1/+1 |
2015-12-09 | StateDeployment: call Map.setOnBoard() remove Map.showOnBoard() | Jérémy Zurcher | 1 | -1/+1 |
2015-12-09 | Revert "StateSelect: no need of HQ activation extra click" | Jérémy Zurcher | 1 | -3/+9 |
2015-12-09 | StateSelect: no need of HQ activation extra click | Jérémy Zurcher | 1 | -9/+3 |
2015-12-09 | Options: remove mustValidate and canCancel | Jérémy Zurcher | 5 | -21/+5 |
2015-12-08 | StateCommon: use static method to set ctrl, cfg and map | Jérémy Zurcher | 7 | -24/+18 |
2015-12-08 | Ctrl,Battle: Battle manages currentPlayer and opponent | Jérémy Zurcher | 3 | -9/+9 |
2015-12-08 | Map: go back from common API using UnitList | Jérémy Zurcher | 6 | -35/+29 |
2015-12-08 | Map: rename collectAndShowMovesAndAssits -> collectUpdate | Jérémy Zurcher | 1 | -1/+1 |
2015-12-08 | Map: simplify collectBlah method names | Jérémy Zurcher | 2 | -6/+6 |
2015-12-07 | Map: paths is now protected | Jérémy Zurcher | 4 | -24/+24 |
2015-12-07 | Map: pathsToggleHex(Hex) swallows togglePathOverlay(Hex) | Jérémy Zurcher | 1 | -1/+0 |
2015-12-07 | Map,States: possbleMoves->protected moves, pathBuilder->paths | Jérémy Zurcher | 6 | -46/+46 |
2015-12-07 | Map,States: improve API -> hexWhatShow/Hide | Jérémy Zurcher | 9 | -35/+35 |
2015-12-07 | Map,States: UnitList are protected, set a common API | Jérémy Zurcher | 6 | -29/+35 |
2015-12-07 | get rid of orientation HexOverlay | Jérémy Zurcher | 2 | -4/+0 |
2015-11-11 | StateMove: call pathBuilder.choosePath() on multilpe paths | Jérémy Zurcher | 1 | -0/+2 |
2015-07-19 | welcome RustAndDust | Jérémy Zurcher | 11 | -0/+1074 |