summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/battles
AgeCommit message (Expand)AuthorFilesLines
2014-11-17Player: clean up APIJérémy Zurcher1-1/+1
2014-11-17Battle,Ctrl: add boolean getReinforcement(Ctrl)Jérémy Zurcher2-0/+14
2014-11-16Battles: cleanupJérémy Zurcher2-8/+4
2014-11-16Battle: setup(Map, Player, Player) -> setup(Ctrl, Map)Jérémy Zurcher2-27/+11
2014-11-16Battle: code reorderJérémy Zurcher2-18/+19
2014-11-16Battle: getFirstPlayer(), getSecondPlayer() -> getPlayer(boolean first, boole...Jérémy Zurcher1-7/+2
2014-11-16Battle: code reorderJérémy Zurcher3-60/+60
2014-11-16add BattleFrontalAssaultJérémy Zurcher2-0/+144
2014-11-16Battle: add boolean deploymentDone(Player player)Jérémy Zurcher1-0/+6
2014-11-13BattleHeadToHead: call deploymentDone() on both playersJérémy Zurcher1-0/+3
2014-11-13Config: add and use Battle battleJérémy Zurcher1-0/+6
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-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 Zurcher1-0/+7
2014-11-12Board,Map...: fix findEntryPoint(...)Jérémy Zurcher2-14/+7
2014-11-12BattleHeadToHead use entryPointJérémy Zurcher1-2/+5
2014-11-10BattleHeadToHead: remove unused functionJérémy Zurcher1-5/+0
2014-11-10Battle: add Position getHudPosition(Player player)Jérémy Zurcher1-0/+7
2014-11-06cut out turns from map_aJérémy Zurcher1-1/+1
2014-11-06Battle: boolean checkVictory(Ctrl) -> Player checkVictory(Ctrl)Jérémy Zurcher1-16/+23
2014-11-06BattleCommon: add protected TileSet objectives, use it in BattleHeadToHeadJérémy Zurcher2-3/+6
2014-11-05Battle: add TileSet getEntryPoint(Unit) Orientation getEntryOrientation(Player)Jérémy Zurcher2-0/+13
2014-11-03BattleHeadToHead: add entry points and associate units to themJérémy Zurcher1-17/+42
2014-11-03BattleCommon: add entryPoints=ArrayList<TileSet>, and pawnEntry=HashMap<Unit,...Jérémy Zurcher1-0/+20
2014-11-02BattleFake -> BattleHeadToHeadJérémy Zurcher1-2/+2
2014-11-02BattleFake: don't set Units on map, but as reinforcementJérémy Zurcher1-17/+17
2014-11-02Player,Hud: move all graphics from Player to HudJérémy Zurcher1-2/+2
2014-11-01Battle: add public boolean checkVictory(Ctrl ctrl); and implement itJérémy Zurcher1-0/+30
2014-11-01BattleFake: coding styleJérémy Zurcher1-1/+1
2014-10-31Factory: forgot to update getNewTile(...)Jérémy Zurcher1-2/+4
2014-10-30BattleFake: remove useless GridPoint2Jérémy Zurcher1-1/+0
2014-10-28use 4 atlases, set Unit overlaysJérémy Zurcher1-21/+30
2014-10-28BattleFake: map.getHexSafe is dead ...Jérémy Zurcher1-17/+17
2014-10-23Map,BattleFake,StateCommon: match map APIJérémy Zurcher1-17/+17
2014-10-22Tile: replace Vector2 center with int col, row; float x, y;Jérémy Zurcher1-2/+2
2014-10-18add Battle battles/BattleCommon battles/BattleFakeJérémy Zurcher2-0/+123
2014-10-18move Factory, MapA, MapB into game/battlesJérémy Zurcher3-0/+308