summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/states/StateReinforcement.java
AgeCommit message (Expand)AuthorFilesLines
2017-05-18StateCommon : select(Unit) activate(Unit) -> u.select(boolean)Jérémy Zurcher1-5/+5
2016-05-10Battle: clean up map.clear() usageJérémy Zurcher1-1/+2
2016-05-03OMG: add event queue, messages, replay, bounce animation, complete states rew...Jérémy Zurcher1-40/+24
2016-03-30State: use ctrl.post(StateType) instead of ctrl.setState(StateType)Jérémy Zurcher1-3/+3
2016-03-24State leave/enter -> leaveFor/enterFromJérémy Zurcher1-2/+2
2016-02-10Battle,State: use entry and exit Zones from Unit and MapJérémy Zurcher1-1/+1
2015-12-24State: replace touchUp() and touchDown() with touch(Hex)Jérémy Zurcher1-9/+4
2015-12-24States: do not use downHex or upHex out of touchDown() and touchUp()Jérémy Zurcher1-3/+3
2015-12-18cleanup tree using fix_javaJérémy Zurcher1-1/+0
2015-12-09Options: remove mustValidate and canCancelJérémy Zurcher1-1/+0
2015-12-08StateCommon: use static method to set ctrl, cfg and mapJérémy Zurcher1-1/+1
2015-12-07Map,States: improve API -> hexWhatShow/HideJérémy Zurcher1-3/+3
2015-07-19welcome RustAndDustJérémy Zurcher1-0/+87