summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/states/StateMove.java
AgeCommit message (Expand)AuthorFilesLines
2017-05-18StateCommon : select(Unit) activate(Unit) -> u.select(boolean)Jérémy Zurcher1-37/+37
2016-05-03OMG: add event queue, messages, replay, bounce animation, complete states rew...Jérémy Zurcher1-103/+233
2016-03-30State: use ctrl.post(StateType) instead of ctrl.setState(StateType)Jérémy Zurcher1-5/+5
2016-03-29StateMove: be sure activable are shownJérémy Zurcher1-0/+1
2016-03-26StateMove: hideAssists() -> hideActivable()Jérémy Zurcher1-3/+3
2016-03-24State leave/enter -> leaveFor/enterFromJérémy Zurcher1-2/+2
2016-03-23Map: moveableUnits,assistUnits,breakthroughUnits -> activableUnitsJérémy Zurcher1-2/+2
2016-02-10Battle,State: use entry and exit Zones from Unit and MapJérémy Zurcher1-6/+3
2016-01-09while, for, if codding styleJérémy Zurcher1-1/+1
2016-01-04StateMove: fix checkExit(Hex) usage, and path buildingJérémy Zurcher1-15/+20
2016-01-04StateMove: split checkExit() -> inplace | from hexJérémy Zurcher1-5/+14
2016-01-04PathBuilder: choosePath() -p chooseBest()Jérémy Zurcher1-1/+1
2015-12-30Config: add autoPath = trueJérémy Zurcher1-1/+1
2015-12-24State: replace touchUp() and touchDown() with touch(Hex)Jérémy Zurcher1-15/+9
2015-12-14Unit: show/hideMoveable -> show/hideActiveable, change png tooJérémy Zurcher1-6/+4
2015-12-10Hud: by default notify at MIDDLE_CENTERJérémy Zurcher1-1/+2
2015-12-09Options: remove mustValidate and canCancelJérémy Zurcher1-1/+1
2015-12-08StateCommon: use static method to set ctrl, cfg and mapJérémy Zurcher1-1/+1
2015-12-08Map: go back from common API using UnitListJérémy Zurcher1-7/+6
2015-12-08Map: rename collectAndShowMovesAndAssits -> collectUpdateJérémy Zurcher1-1/+1
2015-12-07Map: paths is now protectedJérémy Zurcher1-10/+10
2015-12-07Map: pathsToggleHex(Hex) swallows togglePathOverlay(Hex)Jérémy Zurcher1-1/+0
2015-12-07Map,States: possbleMoves->protected moves, pathBuilder->pathsJérémy Zurcher1-22/+22
2015-12-07Map,States: improve API -> hexWhatShow/HideJérémy Zurcher1-4/+4
2015-12-07Map,States: UnitList are protected, set a common APIJérémy Zurcher1-6/+7
2015-11-11StateMove: call pathBuilder.choosePath() on multilpe pathsJérémy Zurcher1-0/+2
2015-07-19welcome RustAndDustJérémy Zurcher1-0/+193