summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-06GameCtrl: replace inAnimation() with mayProcessTouch()Jérémy Zurcher3-12/+16
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-06Board: add rotatePawn(Pawn, Orientation, RunnableAnnimation)Jérémy Zurcher1-0/+11
2014-10-06Pawn: add getRotationAnimation(Vector3)Jérémy Zurcher1-0/+8
2014-10-06fix testsJérémy Zurcher2-31/+43
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-06Pawn,Board: add a RunnableAnimation to notify the end of the animationJérémy Zurcher2-2/+3
2014-10-06Board: fix nodesToPoints(...)Jérémy Zurcher1-14/+4
2014-10-06Hud: add setOn setOff to ActionBtnJérémy Zurcher1-10/+14
2014-10-06Board: clean up getCoordinatePath(...)Jérémy Zurcher1-29/+24
2014-10-06Orientation.fromMove: return KEEP if dx== 0 && dy==0Jérémy Zurcher1-0/+1
2014-10-06SearchBoard.Node: add tString()Jérémy Zurcher1-0/+6
2014-10-06use ArrayList instead of VectorJérémy Zurcher6-49/+48
2014-10-05Board,Map: dispose clears all paths, and setsJérémy Zurcher2-10/+23
2014-10-05Board.nodesToSet is good enoughJérémy Zurcher1-4/+1
2014-10-05GameScreen: remove hud, map, factory, use GameCtrl onlyJérémy Zurcher1-29/+41
2014-10-05GameScreen: clean upJérémy Zurcher1-12/+11
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 Zurcher2-3/+3
2014-10-04pawn setup goes from GameScreen to GameFactory.fakeSetup(Map)Jérémy Zurcher2-33/+27
2014-10-04Board: use pawn.setPosition(..) instead of pawn.pushMove(..)Jérémy Zurcher1-1/+1
2014-10-04Board: improve disposes()Jérémy Zurcher1-6/+16
2014-10-04Board: remove dead codeJérémy Zurcher1-51/+0
2014-10-04StackedImages: implements DisposableJérémy Zurcher1-1/+8
2014-10-04HeadedPawn: override getOrientation() setPosition(f,f[,f]), setRotation(f)Jérémy Zurcher1-1/+19
2014-10-04Pawn: implements Disposable, cleanupJérémy Zurcher1-82/+53
2014-10-04Tile: implements DisposableJérémy Zurcher1-1/+10
2014-10-04Tile: cleanup, add boolean hasTargetsFor(Pawn pawn)Jérémy Zurcher2-10/+26
2014-10-04Orientation: fix fromMove(...)Jérémy Zurcher1-2/+2