summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/states/StateCommon.java
AgeCommit message (Expand)AuthorFilesLines
2017-05-18StateCommon : select(Unit) activate(Unit) -> u.select(boolean)Jérémy Zurcher1-2/+24
2016-05-03OMG: add event queue, messages, replay, bounce animation, complete states rew...Jérémy Zurcher1-21/+7
2016-03-23Map: moveableUnits,assistUnits,breakthroughUnits -> activableUnitsJérémy Zurcher1-2/+2
2015-12-26States*: remove uselss empty lines in importsJérémy Zurcher1-1/+0
2015-12-24State: replace touchUp() and touchDown() with touch(Hex)Jérémy Zurcher1-16/+3
2015-12-14Unit: show/hideMoveable -> show/hideActiveable, change png tooJérémy Zurcher1-1/+1
2015-12-08StateCommon: use static method to set ctrl, cfg and mapJérémy Zurcher1-10/+9
2015-12-08Map: go back from common API using UnitListJérémy Zurcher1-5/+4
2015-12-07Map,States: possbleMoves->protected moves, pathBuilder->pathsJérémy Zurcher1-4/+4
2015-12-07Map,States: UnitList are protected, set a common APIJérémy Zurcher1-4/+5
2015-07-19welcome RustAndDustJérémy Zurcher1-0/+68