summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/battles/Battle00.java
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Battle: remove Ctrl from BattleCommon fieldsJérémy Zurcher1-6/+7
2016-03-31Battle: hasReinforcement() -> setNextTurn()Jérémy Zurcher1-4/+1
2016-03-07Battle: clean up the APIJérémy Zurcher1-9/+7
2016-03-07Player: remove id from constructorJérémy Zurcher1-3/+3
2016-02-03PawnId/UnitID -> PawnCode/UnitCodeJérémy Zurcher1-17/+17
2016-02-03BattleCommon: replace Player a, b with Player[2] playersJérémy Zurcher1-2/+2
2016-01-31Player,Battle: player id is private and needed at construction, Battle knows ...Jérémy Zurcher1-25/+33
2016-01-24remove useless import statementsJérémy Zurcher1-1/+0
2016-01-24Battle: merge start() into setup()Jérémy Zurcher1-15/+14
2016-01-24Battles: use add(int, int) instead of add(map.getHex(int, int))Jérémy Zurcher1-18/+18
2016-01-24BattleCommon: add getWinner(int)Jérémy Zurcher1-19/+1
2016-01-22Battles: add _id and descriptionJérémy Zurcher1-0/+7
2015-12-24battles: add Battle00Jérémy Zurcher1-0/+121