summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/battles
AgeCommit message (Expand)AuthorFilesLines
2015-12-09Battle: add actionDone()Jérémy Zurcher1-0/+10
2015-12-09Map00: call setup() from constructorJérémy Zurcher1-1/+2
2015-12-09Battle: deploymentDone() -> isDeploymentDone()Jérémy Zurcher1-1/+1
2015-12-09Battle,Ctrl: simplify turn end and changeJérémy Zurcher2-10/+26
2015-12-08Battle: remove unused parameters and importsJérémy Zurcher2-12/+7
2015-12-08BattleTest: reorder codeJérémy Zurcher1-15/+15
2015-12-08Battle: owns map, set it and bath player in setup(Ctrl)Jérémy Zurcher2-12/+15
2015-12-08Battle: no need of Player parameter anymoreJérémy Zurcher2-6/+6
2015-12-08Ctrl,Battle: Battle manages currentPlayer and opponentJérémy Zurcher2-19/+20
2015-12-08remove useless MapRulesJérémy Zurcher2-118/+1
2015-12-08Map: split into smaller inherited classesJérémy Zurcher1-1/+0
2015-12-08Factory: remove unused enum valuesJérémy Zurcher1-2/+0
2015-12-08Map,MapRules: move init(), turnDone(), actionDone() from the former to the se...Jérémy Zurcher1-0/+24
2015-12-07update assetsJérémy Zurcher1-1/+1
2015-12-07add MapRules: that holds engagement specific rulesJérémy Zurcher2-1/+94
2015-11-21BattleTest: update start positionsJérémy Zurcher1-12/+10
2015-11-21remove LNL battles, and map definitionsJérémy Zurcher10-1031/+1
2015-11-20add Map00 ...Jérémy Zurcher2-0/+93
2015-11-20Map: hex overlay file is given by FactoryJérémy Zurcher3-6/+6
2015-11-20Board,Map: each Map impelementation owns it's own ConfigJérémy Zurcher3-25/+42
2015-07-19welcome RustAndDustJérémy Zurcher11-0/+1447