summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-14btn-attack -> btn-engageJérémy Zurcher6-10/+10
2014-11-14State ATTACK -> ENGAGEJérémy Zurcher5-16/+16
2014-11-14States: code reoderJérémy Zurcher8-132/+132
2014-11-14Ctrl: import and use State.StateTypeJérémy Zurcher1-16/+16
2014-11-14Ctrl: change debug msgsJérémy Zurcher1-1/+1
2014-11-14Ctrl: call hud.update() instead of hud.playerInfo.update(...)Jérémy Zurcher1-3/+2
2014-11-14Map: call animationDone after attack animationJérémy Zurcher1-1/+1
2014-11-14StateReinforcement: call map.clearAll() on enterJérémy Zurcher1-0/+1
2014-11-14StateReinforcement: coding styleJérémy Zurcher1-1/+2
2014-11-14StateSelect: enter() -> hide action buttonsJérémy Zurcher1-0/+1
2014-11-14StateAnimation: enter() -> hide action buttonsJérémy Zurcher1-0/+1
2014-11-14StateCommon: hide/showPossibleTargetsMovesAssists() -> hide/showPossibilities()Jérémy Zurcher2-6/+6
2014-11-14StateCommon: remove clearAll()Jérémy Zurcher2-10/+4
2014-11-14State,Ctrl,States: state management reworkJérémy Zurcher11-119/+105
2014-11-14PlayerInfo: regroup setLabelPosition(Position) callsJérémy Zurcher1-4/+3
2014-11-14LabelImage: setLabelPosition(Position) triggers setPosition(rect.x, rect.y)Jérémy Zurcher1-0/+1
2014-11-14Ctrl: setState(battle.getState(player)) triggers double turn endJérémy Zurcher1-1/+1
2014-11-13Ctrl: split nextPlayer() -> swicthPlayer() endPlayerTurn() startPlayerTurn()Jérémy Zurcher1-14/+17
2014-11-13Ctrl: entryState -> reinforcementStateJérémy Zurcher1-3/+3
2014-11-13BattleHeadToHead: call deploymentDone() on both playersJérémy Zurcher1-0/+3
2014-11-13Player: add boolean deploymentDone, deploymentDone()Jérémy Zurcher1-0/+10
2014-11-13Ctrl: endPlayerTurn() -> abortPlayerTurn()Jérémy Zurcher2-1/+7
2014-11-13/StateReinforcement: does not need Vector3Jérémy Zurcher1-2/+0
2014-11-13OptionsScreen: fix ListJérémy Zurcher1-7/+16
2014-11-13Ctrl: show battle name at startJérémy Zurcher1-0/+3
2014-11-13Config: add and use Battle battleJérémy Zurcher4-6/+29
2014-11-13Battle: add toString()Jérémy Zurcher2-0/+6
2014-11-13BattleHeadToHead: use is(Army) instead os isEnemey(Army)Jérémy Zurcher1-2/+2
2014-11-13engine/Player Pawn: add is(Faction)Jérémy Zurcher2-0/+10
2014-11-12BattleHeadToHead: coding styleJérémy Zurcher1-2/+1
2014-11-12BattleCommon: add getFirstPlayer() and getSecondPlayer()Jérémy Zurcher2-12/+10
2014-11-12BattleHeadToHead: fix victory conditionJérémy Zurcher1-1/+1
2014-11-12BattleHeadToHead: remove unused import statementJérémy Zurcher1-4/+0
2014-11-12Battle: add StateType getState(Player player)Jérémy Zurcher3-0/+11
2014-11-12Map: fix pawn orientation on entryJérémy Zurcher1-1/+1
2014-11-12Config: add debug optionJérémy Zurcher3-1/+12
2014-11-12update TODOJérémy Zurcher1-12/+12
2014-11-12StateReinforcement: abort if no entry point foundJérémy Zurcher1-5/+11
2014-11-12Board,Map...: fix findEntryPoint(...)Jérémy Zurcher6-53/+34
2014-11-12BattleHeadToHead use entryPointJérémy Zurcher1-2/+5
2014-11-12add engine/EntryPointJérémy Zurcher1-0/+11
2014-11-12StateEntry -> StateReinforcementJérémy Zurcher4-6/+6
2014-11-12GameScreen,Ctrl: send hud and map coordinates to Ctrl.touchUp/DownJérémy Zurcher2-15/+20
2014-11-11update libgdx to 1.4.1Jérémy Zurcher1-1/+1
2014-11-11update TODOJérémy Zurcher1-3/+0
2014-11-11PlayerInfo: remove useless methodsJérémy Zurcher1-10/+0
2014-11-11StateEntry: rewrite, it now controls allJérémy Zurcher1-25/+37
2014-11-11Hud,PlayerInfo: simplify touchUp/Down controlJérémy Zurcher2-26/+31
2014-11-11Ctrl,Hud: replace changeState(...) with stateTouchUp() and toggleState(...)Jérémy Zurcher2-13/+16
2014-11-11WIPJérémy Zurcher3-5/+258