summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game
AgeCommit message (Expand)AuthorFilesLines
2014-10-17Army: goes from game to engineJérémy Zurcher5-37/+9
2014-10-17Player: add turn and apSpent attributesJérémy Zurcher1-7/+9
2014-10-17Player: attributes go private againJérémy Zurcher1-7/+7
2014-10-17Player: add getName()Jérémy Zurcher2-1/+6
2014-10-17Hud: add notify(String) use it from Ctrl and StateSelectJérémy Zurcher3-1/+6
2014-10-17Hud: use player instead of player.flagJérémy Zurcher2-21/+6
2014-10-17Player: add setTopLeft(float,float) -> remove getX/Y/Width/Height, has an sta...Jérémy Zurcher2-26/+19
2014-10-17Factory: has a TankOnTank refJérémy Zurcher2-4/+10
2014-10-17Player: currentPlayer()/otherPlayer() -> player()/opponent()Jérémy Zurcher5-31/+31
2014-10-17Player: attributes becom public, add getX/Y/Width/HeightJérémy Zurcher1-14/+34
2014-10-17Army: add String and toString()Jérémy Zurcher1-1/+8
2014-10-17Unit: add String to enum UnitId, set descr -> nice toString()Jérémy Zurcher1-16/+22
2014-10-16Hud: correctly init flagJérémy Zurcher1-2/+1
2014-10-16Hud: set Next Player MsgJérémy Zurcher1-1/+1
2014-10-16Msg: add write(String, float)Jérémy Zurcher1-0/+7
2014-10-16StateSelect: call map.clearAll() on abort()Jérémy Zurcher1-0/+1
2014-10-16StateSelect: fix buildPossiblesTargets call when select Pawn is an enemyJérémy Zurcher1-1/+5
2014-10-16TankOnTank: owns Config nowJérémy Zurcher1-2/+2
2014-10-16Map*: recieves TankOnTank it constructionJérémy Zurcher3-9/+12
2014-10-16Ctrl: it is hold in TankOnTank, and recieves Config at constructionJérémy Zurcher1-12/+8
2014-10-16Factory: big cleanupJérémy Zurcher1-68/+74
2014-10-16Hud: fix buttons backgroundJérémy Zurcher1-6/+7
2014-10-15Hud: add MsgJérémy Zurcher1-4/+8
2014-10-15add Hud/MsgJérémy Zurcher1-0/+53
2014-10-15Bg: rect is protectedJérémy Zurcher2-6/+61
2014-10-15add attack animationJérémy Zurcher5-14/+42
2014-10-15Hex: improve debug outputJérémy Zurcher1-3/+4
2014-10-15StatSelect: clear all on abortJérémy Zurcher1-0/+3
2014-10-15Board: unselectHex(GridPoint2) -> selectHex(GridPoint2, boolean)Jérémy Zurcher6-21/+16
2014-10-14Click on Flag to end current player's turnJérémy Zurcher2-1/+10
2014-10-14Hud: on hide, set buttonsRect.set(0, 0, 0, 0);Jérémy Zurcher1-0/+1
2014-10-14add AP burn down debugJérémy Zurcher1-0/+1
2014-10-14add promote actionJérémy Zurcher10-6/+91
2014-10-14Pawn,Unit: add boolean isHqOf(Pawn), Player add boolean canPromote(Pawn)Jérémy Zurcher2-0/+17
2014-10-14Factory: use Unit.UnitIdJérémy Zurcher1-62/+44
2014-10-14Unit: add UnitId idJérémy Zurcher1-3/+26
2014-10-14Board: buildAttack(...) -> buildAttackAssists(...), clean up codeJérémy Zurcher1-2/+2
2014-10-14Pawn,Unit add boolean canAssistAttackWithoutLos() and UnitType.ARTILLERYJérémy Zurcher2-1/+10
2014-10-14Board: add simpler buildPossibleTargetsFrom() based on enemy unitsJérémy Zurcher3-4/+5
2014-10-14Ctrl: use Player[2], randomize first player, add currentPlayer() and otherPla...Jérémy Zurcher4-18/+29
2014-10-14unify error msgsJérémy Zurcher2-2/+2
2014-10-13setup simple scenario startJérémy Zurcher1-14/+16
2014-10-13move most of StateCommon helpers to MapJérémy Zurcher6-65/+59
2014-10-13add StateAttackJérémy Zurcher1-0/+93
2014-10-13Factory: fix HQ unitsJérémy Zurcher1-3/+4
2014-10-13Unit: fix isHq() -> add UnitType.HARD_TARGET_HQJérémy Zurcher1-4/+2
2014-10-13typo in debug stringJérémy Zurcher1-1/+1
2014-10-13Map: support flank attackJérémy Zurcher2-5/+11
2014-10-13Player: add casualty(Pawn)Jérémy Zurcher1-3/+10
2014-10-13Pawn: add isFlankAttack()Jérémy Zurcher1-11/+8