summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Hud: only accept buttons if not in ActionJérémy Zurcher2-7/+15
2014-10-06Hud: buttons have 3 states nowJérémy Zurcher1-49/+85
2014-10-06GameCtrl: replace inAnimation() with mayProcessTouch()Jérémy Zurcher2-4/+4
2014-10-06GameStateRotate: use current selectet pawn if oneJérémy Zurcher2-1/+11
2014-10-06GameStateCommon: downIsHex() -> sameHexes(GridPoint2 a, GridPoint2 b)Jérémy Zurcher1-2/+2
2014-10-06GameStateMove: must clear possible paths first, keep previously selected pawnJérémy Zurcher1-1/+13
2014-10-06GameStateRotate: do not run animation if already heading in the right directionJérémy Zurcher1-2/+6
2014-10-06Map: add rotatePawn(..), in it and movePawn(...), use RunnableAnimation() to ...Jérémy Zurcher1-1/+17
2014-10-06Map: toggleDotOverlay(...) -> togglePathOverlay(...)Jérémy Zurcher1-1/+1
2014-10-06GameCtrl: add inAnimation() and animationDone()Jérémy Zurcher2-3/+14
2014-10-06GameCtrl: implements new GameStateJérémy Zurcher1-10/+22
2014-10-06Hud: fix calls to ctrl.setState(...)Jérémy Zurcher1-4/+3
2014-10-06Hud: add reset()Jérémy Zurcher1-4/+9
2014-10-06rewrite GameState ...Jérémy Zurcher6-61/+198
2014-10-06add abort() and enter() to GameState, set default implementation in GameState...Jérémy Zurcher3-6/+43
2014-10-06Map: clarify show enable clear Moves Paths, Targes APIJérémy Zurcher1-19/+14
2014-10-06Hud: change constructor param order to match MapJérémy Zurcher2-2/+2
2014-10-06Hud: add a reference to GameCtrl instanceJérémy Zurcher2-3/+12
2014-10-06Map: add a reference to GameCtrl instanceJérémy Zurcher5-10/+13
2014-10-06Map: showPossibleActions(...) calls showPossibleTargets(...) and showPossible...Jérémy Zurcher1-3/+21
2014-10-06Hud: add setOn setOff to ActionBtnJérémy Zurcher1-10/+14
2014-10-06use ArrayList instead of VectorJérémy Zurcher1-4/+4
2014-10-05Board,Map: dispose clears all paths, and setsJérémy Zurcher1-4/+12
2014-10-05GameCtrl: has a Map, Hud and GameFactoryJérémy Zurcher1-3/+27
2014-10-05clean up GameStateJérémy Zurcher6-32/+32
2014-10-05Hud: setup basic cmd panelJérémy Zurcher1-13/+141
2014-10-05GameStatePath: remove old commentJérémy Zurcher1-2/+0
2014-10-05GameStateNone: hide possible targets on switch to PATHJérémy Zurcher1-0/+1
2014-10-05Unit: implement boolean canAttack(Pawn other)Jérémy Zurcher1-0/+6
2014-10-05Hex: remove boolean hasTargetsFor(Pawn pawn)Jérémy Zurcher1-13/+0
2014-10-04regroup all images in 1 atlas data/assets.*Jérémy Zurcher1-1/+1
2014-10-04pawn setup goes from GameScreen to GameFactory.fakeSetup(Map)Jérémy Zurcher1-0/+26
2014-10-04fix according to new assetsJérémy Zurcher4-43/+32
2014-10-03GameStateDirection: do not select after moveJérémy Zurcher1-3/+1
2014-10-03try new sherman pngJérémy Zurcher1-1/+1
2014-10-03GameSates*: cleanupJérémy Zurcher3-21/+25
2014-10-03Map: clearPossibles() -> hidePaths() && resetPaths()Jérémy Zurcher1-4/+8
2014-10-03Map: enableFinalPath(..) ROSE must follow ordersJérémy Zurcher1-1/+1
2014-10-03remove debug outputJérémy Zurcher2-2/+30
2014-10-03Map: add movePawn(Pawn pawn, Orientation o)Jérémy Zurcher1-1/+12
2014-10-03GameState: remove drag(float dx, float dy) and clean upJérémy Zurcher5-52/+0
2014-10-03GameStatePath: fix ROSE positionJérémy Zurcher1-1/+1
2014-10-03Board: API goes GridPoint2Jérémy Zurcher1-3/+3
2014-10-03Board.Orientation -> OrientationJérémy Zurcher3-14/+17
2014-10-02Map: nableFinalPath(boolean) -> enableFinalPath(GridPoint2, boolean)Jérémy Zurcher2-2/+3
2014-10-02add GameState* and GameCtrlJérémy Zurcher6-0/+328
2014-10-02Map: clean up to be used by game controllerJérémy Zurcher1-114/+63
2014-10-01Map: use toggleDotOverlay() instead of enableOverlayOn() for Hex.DOTJérémy Zurcher1-2/+8
2014-10-01start implementing moves, should use state patternJérémy Zurcher1-37/+105
2014-10-01add hex overlays MOVE and ROSEJérémy Zurcher1-0/+2