summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/battles
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Battle: ... ok Battle.init() -> Battle.init(Ctrl) and sets the mapJérémy Zurcher1-2/+3
2016-01-27Battle: add setPlayerIdsJérémy Zurcher1-0/+6
2016-01-27BattleCommon: getNextPlayer is protectedJérémy Zurcher1-1/+1
2016-01-27Battle,Ctrl: clean up initialisation phaseJérémy Zurcher1-6/+1
2016-01-27Player: getTurnDone() + getCurrentTurn() -> getTurn(), turn is increased at t...Jérémy Zurcher2-3/+3
2016-01-25Ctrl: add abstract init() and processTurn()Jérémy Zurcher1-0/+1
2016-01-24remove useless import statementsJérémy Zurcher2-2/+0
2016-01-24Battle: setup return StateType, calls hud.update() when players are setJérémy Zurcher1-5/+11
2016-01-24Battle: merge start() into setup()Jérémy Zurcher3-33/+47
2016-01-24Battles: use add(int, int) instead of add(map.getHex(int, int))Jérémy Zurcher2-25/+25
2016-01-24BattleCommon: add getWinner(int)Jérémy Zurcher3-40/+27
2016-01-22Battles: add _id and descriptionJérémy Zurcher2-0/+9
2016-01-22Battle: add public int getId()Jérémy Zurcher1-0/+7
2016-01-11IterableArray does not extends ArrayList but has it's own implementationJérémy Zurcher1-4/+4
2016-01-11ArrayListIt -> IterableArrayJérémy Zurcher1-3/+3
2016-01-09use ArrayListItJérémy Zurcher1-3/+3
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