summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-12add game/PlayerJérémy Zurcher1-0/+112
2014-10-12Unit: add isEnemy(Army)Jérémy Zurcher1-0/+5
2014-10-12Unit: reorder constructorsJérémy Zurcher1-28/+30
2014-10-12Board: setPawnAt returns pawnJérémy Zurcher1-1/+2
2014-10-12Button: do not hit if ONJérémy Zurcher1-1/+1
2014-10-11HeadedPawn: add toString()Jérémy Zurcher1-0/+6
2014-10-11Pawn: add toString()Jérémy Zurcher1-2/+10
2014-10-11Map: revertMoves() call activatedPawns.clear()Jérémy Zurcher1-0/+1
2014-10-11Map: clearPossibleTargetsMovesAssists() -> clearAll() and does itJérémy Zurcher1-7/+7
2014-10-11GameState: hex,pawn -> selectedHex,selectedPawnJérémy Zurcher4-30/+31
2014-10-10GameState: implement quick move from GameStateSelectJérémy Zurcher2-1/+17
2014-10-10enable rotate from GameStateSelectJérémy Zurcher1-1/+1
2014-10-10GameState: rename enter(boolean flag) to be more excplicite, fix Rotate.enter...Jérémy Zurcher5-7/+12
2014-10-10rework GameStateJérémy Zurcher6-56/+181
2014-10-10GameCtrl.Config: add showEnemyPossibilitiesJérémy Zurcher1-1/+3
2014-10-10get rid of GameStateDirectionJérémy Zurcher3-53/+0
2014-10-10GameState: add done(), enter(boolean reset) -> enter(boolean normal)Jérémy Zurcher2-3/+10
2014-10-10GameCtrl: add animationCount and setAnnimationCount(int)Jérémy Zurcher1-3/+13
2014-10-10Hud: extract hud/Button, Button instances go publicJérémy Zurcher2-103/+108
2014-10-10Hud: buttons rely on visible for hit, implement checkBtnJérémy Zurcher1-13/+12
2014-10-10Hud: add setRotateOff()Jérémy Zurcher1-2/+7
2014-10-10Map: add ArrayList activablePawns and activatedPawns , buildAndShowMovesAndAs...Jérémy Zurcher1-9/+58
2014-10-10Map: showFinalPath don't take care of DirectionJérémy Zurcher1-1/+0
2014-10-10Unit: implement attack(Pawn), revertLastMove() rotate(Orientation)Jérémy Zurcher1-6/+17
2014-10-10Board: pawns that cannot move cannot assist movesJérémy Zurcher1-1/+2
2014-10-10Pawn: cleanup animations, must set prevPosition when rotate, no need to set f...Jérémy Zurcher1-23/+11
2014-10-10Board: code reorderingJérémy Zurcher1-12/+12
2014-10-10update tests according to the latest Pawn abstarcts declarationJérémy Zurcher1-2/+11
2014-10-10Map: update rotate and move according to the previous modificationsJérémy Zurcher1-3/+13
2014-10-10Board: add revertLastPawnMove(), call pawn .move(int) .rotate(Orientation) .r...Jérémy Zurcher1-1/+19
2014-10-10Pawn: add prevPosition, revertPosition(), getRevertLastMoveAnimation()Jérémy Zurcher1-0/+29
2014-10-10Pawn: cleanupJérémy Zurcher1-8/+8
2014-10-10Pawn: add abstract move(int), rotate(Orientation), attack(Pawn), reset(), rev...Jérémy Zurcher1-2/+11
2014-10-10HeadedPawn: setRotation() must set z coordinate of positionJérémy Zurcher1-0/+1
2014-10-09GameState,GameCtrl: add nextState var => void enter(boolean reset)Jérémy Zurcher8-11/+36
2014-10-09GameConfig: add and use canCancel, mustValidateJérémy Zurcher3-2/+6
2014-10-09coding styleJérémy Zurcher1-0/+1
2014-10-09Map: use getPathCost(Pawn, int), pawn.move(int) ,pawn.rotate()Jérémy Zurcher1-0/+3
2014-10-09SearchBoard,Board: implement pathCost(Pawn, List<Node>)Jérémy Zurcher2-0/+30
2014-10-09GameState: use canAttack, canRotate, canMove and simplifyJérémy Zurcher2-9/+16
2014-10-09Paw,Unit: set fire() rotate() move(in), reset()Jérémy Zurcher3-4/+44
2014-10-09tests updateJérémy Zurcher3-31/+40
2014-10-09Board: cleanup API, force tests updateJérémy Zurcher2-40/+34
2014-10-09SearchBoard: clean upJérémy Zurcher1-5/+9
2014-10-08Map: change enableXyz into showXyzJérémy Zurcher5-48/+48
2014-10-08Board: close APIJérémy Zurcher1-19/+22
2014-10-08GameState*: add leave() called before switching, cleanup allJérémy Zurcher8-90/+76
2014-10-08Hud: buttons ard on/off/down, control buttons with show(boolean ...)Jérémy Zurcher1-69/+101
2014-10-08Pawn,Unit: add canMove() and canAttack()Jérémy Zurcher3-0/+18
2014-10-08Hud.Button: clean upJérémy Zurcher1-14/+22