summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/states
AgeCommit message (Expand)AuthorFilesLines
2014-11-30StateDeployment: replace deployment end dialog with OK buttonJérémy Zurcher1-1/+3
2014-11-30StateDeployment: touch out of orientation complete rotation too, do not show ...Jérémy Zurcher1-16/+13
2014-11-29StateSelect: clear selected unit if touch out of possibilitiesJérémy Zurcher1-2/+4
2014-11-29StateEngage: add DONE button only if must validateJérémy Zurcher1-1/+1
2014-11-29StateRotate: do not show ABORT button if only 1 unit is moveableJérémy Zurcher1-1/+1
2014-11-29StatePromote,Map: set promote animationJérémy Zurcher1-7/+4
2014-11-28StateSelect: allow quit rotate or HQ activation if unit.canMove()Jérémy Zurcher1-1/+1
2014-11-28StateMove: changeUnit() do not set MOVE overlay if has movedJérémy Zurcher1-1/+2
2014-11-28StateMove: show DONE only when activatedUnits > 0Jérémy Zurcher1-2/+3
2014-11-28StateMove,StateSelect: fix notificationsJérémy Zurcher2-1/+3
2014-11-28StateRotate: self select -> ABORTJérémy Zurcher1-0/+5
2014-11-28StateMove: self select -> ROTATEJérémy Zurcher1-0/+5
2014-11-28StateSelect: quick rotation -> move if hqJérémy Zurcher1-3/+8
2014-11-28StateSelect: implement quick rotateJérémy Zurcher2-27/+41
2014-11-28ActionButtons: use Bg instead of buttons, less buttonsJérémy Zurcher5-16/+7
2014-11-28StateMove/Common: do not show MOVE overlay on selected UnitJérémy Zurcher2-3/+8
2014-11-28StateCommom: pawn var -> unitJérémy Zurcher1-4/+4
2014-11-27Hud,Ctrl,OkCancel: Hud stacks dialogsJérémy Zurcher1-2/+0
2014-11-27fix runJérémy Zurcher1-0/+2
2014-11-26Map: use ShotAnimationJérémy Zurcher1-1/+1
2014-11-22Hud,Map: set ugly engagementSummary panelJérémy Zurcher1-2/+0
2014-11-22comment out many notificationsJérémy Zurcher5-9/+10
2014-11-22StateEngage: hit target to launch attackJérémy Zurcher1-2/+4
2014-11-21StateMove,StateRotate: fix entry move abortionJérémy Zurcher2-6/+7
2014-11-21remove useless (Unit) castsJérémy Zurcher1-1/+1
2014-11-20game.UnitSet is dead : welcome UnitListJérémy Zurcher2-3/+3
2014-11-20engine.PawnSet is dead : welcome UnitSetJérémy Zurcher9-28/+28
2014-11-20engine.TileSet/Zone are dead: welcome game.HexSet/ZoneJérémy Zurcher4-4/+4
2014-11-19StatePromote: use Player.promote(), set activatedPawns, unselect on leaveJérémy Zurcher1-7/+6
2014-11-18StateMove: goto StateEscape when possible to escapeJérémy Zurcher1-3/+15
2014-11-18StateCommon: add checkExit(Unit, Hex)Jérémy Zurcher1-0/+16
2014-11-18add StateEscape and Hud.askExitBoard()Jérémy Zurcher1-0/+68
2014-11-18StateCommon: add missing @OverrideJérémy Zurcher1-0/+2
2014-11-18Map,StatePromote: state does everything, TODO burn 1 AP downJérémy Zurcher1-1/+3
2014-11-18engine.EntryPoint -> engine.ZoneJérémy Zurcher3-25/+26
2014-11-18StateMove: fix abort when nothing has been doneJérémy Zurcher1-1/+4
2014-11-17UnitDock: references List<Unit> not List<Pawn>Jérémy Zurcher2-2/+2
2014-11-17StateEngage,StateSelect: call Player.unitsAsPawns()Jérémy Zurcher2-4/+4
2014-11-17Player: clean up APIJérémy Zurcher2-4/+4
2014-11-17Map: reroll on engagement failure if there is at least an ace engagedJérémy Zurcher1-3/+1
2014-11-16StateDeployment: update hud on unitEnter() or undo()Jérémy Zurcher1-0/+2
2014-11-16StateDeployment,Ctrl: add done buttonJérémy Zurcher1-0/+1
2014-11-16add StateDeploymentJérémy Zurcher1-0/+136
2014-11-16StateBreak,StateRotate: use upHex in Orientation.fromAdjJérémy Zurcher2-2/+2
2014-11-15StateBreak,StateRotate: use Orientation fromAdj(Tile, Tile)Jérémy Zurcher2-2/+2
2014-11-15StateBreak: clean upJérémy Zurcher1-7/+6
2014-11-15StateEngange: set animation count end state afterJérémy Zurcher1-4/+3
2014-11-15StateRotate: doRotation sets after animation stateJérémy Zurcher1-5/+5
2014-11-15StateRotation: doRotation return after animation stateJérémy Zurcher1-10/+8
2014-11-15StateMove: coding styleJérémy Zurcher1-3/+3