summaryrefslogtreecommitdiffstats
path: root/core/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Revert "StateDeployment: call Map.setOnBoard() remove Map.showOnBoard()"Jérémy Zurcher2-1/+6
2015-12-10Ctrl: fix action burn down, end of turnJérémy Zurcher1-6/+6
2015-12-10Hud: by default notify at MIDDLE_CENTERJérémy Zurcher5-6/+8
2015-12-10BattleCommon: set Random seedJérémy Zurcher1-1/+1
2015-12-10Player: add AP debugJérémy Zurcher1-1/+1
2015-12-10StateBreak: notify break through MIDDLE_CENTERJérémy Zurcher1-1/+2
2015-12-10Hud: add notify(String, Position)Jérémy Zurcher1-0/+5
2015-12-10Hud: add delay before closing engagement dialog after animations doneJérémy Zurcher1-0/+17
2015-12-09SelectState: no HQ activation step when not neededJérémy Zurcher1-1/+1
2015-12-09Ctrl: no more AP -> only notify userJérémy Zurcher2-5/+10
2015-12-09Ctrl: improve code readabilityJérémy Zurcher1-39/+48
2015-12-09Ctrl: remove useless if caseJérémy Zurcher1-3/+1
2015-12-09Ctrl: code reorderJérémy Zurcher1-38/+40
2015-12-09Ctrl: code reorderJérémy Zurcher1-8/+8
2015-12-09Ctrl: code reorderJérémy Zurcher1-5/+5
2015-12-09Ctrl: code reorderJérémy Zurcher1-5/+5
2015-12-09Ctrl: code reorderJérémy Zurcher1-28/+28
2015-12-09Ctrl: code reorderJérémy Zurcher1-19/+25
2015-12-09Ctrl: stateTouchUp() -> showEntryZone()Jérémy Zurcher2-5/+7
2015-12-09Ctrl: reorder codeJérémy Zurcher1-34/+36
2015-12-09Ctrl: an isInAnimation param to hid.touchDown(...)Jérémy Zurcher2-13/+5
2015-12-09Ctrl: reduce exchanges between Hud and Ctrl during engagementJérémy Zurcher2-16/+5
2015-12-09Player,BattleCommon: AP computation goes into BattleJérémy Zurcher2-22/+21
2015-12-09Battle: use getWinner() and getNextPlayer()Jérémy Zurcher3-5/+10
2015-12-09Player: addUnit and removeUnit are private and usedJérémy Zurcher1-9/+14
2015-12-09StateDeployment: call Map.setOnBoard() remove Map.showOnBoard()Jérémy Zurcher2-6/+1
2015-12-09Revert "StateSelect: no need of HQ activation extra click"Jérémy Zurcher1-3/+9
2015-12-09Map0Hex: fix addObjectiveJérémy Zurcher1-8/+9
2015-12-09StateSelect: no need of HQ activation extra clickJérémy Zurcher1-9/+3
2015-12-09Options: remove mustValidate and canCancelJérémy Zurcher7-39/+13
2015-12-09RustAndDust: reactivate pause() and resume() callbacksJérémy Zurcher1-10/+10
2015-12-09Ctrl: call battle.actionDone() instead of map.actionDone()Jérémy Zurcher1-1/+1
2015-12-09Ctrl,Hud: automatically close engagementPanel at the end of animationsJérémy Zurcher2-2/+9
2015-12-09EngagementPanel: remove OK buttonJérémy Zurcher1-10/+2
2015-12-09Ctrl: must call hud.update() before setState()Jérémy Zurcher1-1/+1
2015-12-09Player: add debug to burnDownOneAp()Jérémy Zurcher1-0/+1
2015-12-09Battle: add actionDone()Jérémy Zurcher3-4/+13
2015-12-09Map00: call setup() from constructorJérémy Zurcher1-1/+2
2015-12-09Ctrl: code reorderJérémy Zurcher1-2/+2
2015-12-09Battle: code reorderJérémy Zurcher1-10/+10
2015-12-09Battle: deploymentDone() -> isDeploymentDone()Jérémy Zurcher3-3/+3
2015-12-09Map: code cleanupJérémy Zurcher1-13/+8
2015-12-09Battle,Ctrl: simplify turn end and changeJérémy Zurcher4-45/+51
2015-12-09Ctrl: code reorderJérémy Zurcher1-5/+5
2015-12-08Ctrl: remove useless cfgJérémy Zurcher1-2/+0
2015-12-08Battle: remove unused parameters and importsJérémy Zurcher4-22/+14
2015-12-08BattleTest: reorder codeJérémy Zurcher1-15/+15
2015-12-08Hud: constructor needs only game parameterJérémy Zurcher2-3/+3
2015-12-08Battle: owns map, set it and bath player in setup(Ctrl)Jérémy Zurcher4-24/+19
2015-12-08StateCommon: use static method to set ctrl, cfg and mapJérémy Zurcher8-25/+21