summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/battles
AgeCommit message (Expand)AuthorFilesLines
2015-12-24battles: add Battle00Jérémy Zurcher2-1/+122
2015-12-23BattleTest: be a test battle againJérémy Zurcher1-47/+55
2015-12-23game.Factory -> FactoryJérémy Zurcher3-197/+2
2015-12-18cleanup tree using fix_javaJérémy Zurcher1-1/+0
2015-12-18Hud: add options button, not implemented yetJérémy Zurcher1-0/+1
2015-12-18Game: Factory knows about regions and provide themJérémy Zurcher1-9/+38
2015-12-16Factory: get ready for other units graphicsJérémy Zurcher1-12/+32
2015-12-16Factory: pawn -> unitJérémy Zurcher1-22/+22
2015-12-15BattleTest: set something like a real battleJérémy Zurcher1-52/+61
2015-12-15BattleCommon: add abTurnDone()Jérémy Zurcher1-0/+5
2015-12-15Factory: fix US_PERSHING valuesJérémy Zurcher1-1/+1
2015-12-15BattleCommon: swallow setUnit(...) from BattleTestJérémy Zurcher2-20/+21
2015-12-15Unit: 'add boolean hq' attribute, get rid of setAce()Jérémy Zurcher3-37/+25
2015-12-10BattleCommon: set Random seedJérémy Zurcher1-1/+1
2015-12-09Player,BattleCommon: AP computation goes into BattleJérémy Zurcher1-1/+17
2015-12-09Battle: use getWinner() and getNextPlayer()Jérémy Zurcher2-3/+10
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