summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/hud
AgeCommit message (Expand)AuthorFilesLines
2014-12-03Engagement: use attack and defense images intsead of flagsJérémy Zurcher1-23/+19
2014-12-03Hud,hud... implement interface AnimationJérémy Zurcher4-12/+25
2014-12-01Engagement: fix labelsJérémy Zurcher1-3/+3
2014-12-01Engagement: keep original flag size for winner flagJérémy Zurcher1-3/+6
2014-11-30Engagement: update it to show dice an flagsJérémy Zurcher1-35/+80
2014-11-29UnitDock: fix to and rect.x computation, units orientationJérémy Zurcher1-8/+14
2014-11-29UnitDock: done -> mvtDoneJérémy Zurcher1-9/+9
2014-11-28remove order.pngJérémy Zurcher1-7/+3
2014-11-28ActionButtons: use Bg instead of buttons, less buttonsJérémy Zurcher1-41/+18
2014-11-27Map: add Map.Engagement, use it in hud.EngagementJérémy Zurcher1-6/+5
2014-11-27Hud,Ctrl,OkCancel: Hud stacks dialogsJérémy Zurcher1-4/+19
2014-11-26Engagement: die -> 2d6Jérémy Zurcher1-1/+1
2014-11-23Statistics: set attributes privateJérémy Zurcher1-5/+5
2014-11-23add hudEngagement dialogJérémy Zurcher1-0/+112
2014-11-22hud/Position: replace up() down() with horizontal/verticalMirror()Jérémy Zurcher1-16/+22
2014-11-22PlayerInfo: use String.format instead of ugly ""+Jérémy Zurcher1-3/+3
2014-11-20game.UnitSet is dead : welcome UnitListJérémy Zurcher1-3/+2
2014-11-19PlayerInfo,Statistics: adapt to new Player turn APIJérémy Zurcher2-2/+2
2014-11-19PlayerInfo: use Sprite instead of ImageJérémy Zurcher1-10/+7
2014-11-17UnitDock: references List<Unit> not List<Pawn>Jérémy Zurcher2-25/+20
2014-11-17Player: clean up APIJérémy Zurcher2-4/+4
2014-11-16UnitDock: do not show if dock emptyJérémy Zurcher1-0/+2
2014-11-16PlayerInfo: add blockEndOfTurn(boolean blocked)Jérémy Zurcher1-0/+5
2014-11-15Ctrl: replace toggleState(StateType, StateType) with reinforcementHit()Jérémy Zurcher1-1/+1
2014-11-15OkCancel: add boolean to hide cancel buttonJérémy Zurcher1-0/+6
2014-11-15Hud,PlayerInfo: askEndTurn() -> askEndOfTurn()Jérémy Zurcher1-1/+1
2014-11-15Player: getAp() never returns a value > action pointsJérémy Zurcher1-0/+1
2014-11-14btn-attack -> btn-engageJérémy Zurcher1-1/+1
2014-11-14State ATTACK -> ENGAGEJérémy Zurcher1-3/+3
2014-11-14PlayerInfo: regroup setLabelPosition(Position) callsJérémy Zurcher1-4/+3
2014-11-14LabelImage: setLabelPosition(Position) triggers setPosition(rect.x, rect.y)Jérémy Zurcher1-0/+1
2014-11-12StateEntry -> StateReinforcementJérémy Zurcher1-1/+1
2014-11-11PlayerInfo: remove useless methodsJérémy Zurcher1-10/+0
2014-11-11Hud,PlayerInfo: simplify touchUp/Down controlJérémy Zurcher1-14/+15
2014-11-11UnitDock: notify selectionJérémy Zurcher1-0/+1
2014-11-11Hud: first chekout reinforcement and unitDock, if not hide DockJérémy Zurcher1-6/+9
2014-11-10add game/hud/PlayerInfoJérémy Zurcher1-0/+187
2014-11-10UnitDock: support setPosition(Position, float)Jérémy Zurcher1-14/+19
2014-11-10ActionButtons: default position is BOTTOM_RIGHT, fix typoJérémy Zurcher1-2/+2
2014-11-10Position: add up(), down(), isLeft(), isCenter(), isRight()Jérémy Zurcher1-0/+94
2014-11-10UnitDock: use transform to slide dockJérémy Zurcher1-21/+23
2014-11-10add game/hud/StatisticsJérémy Zurcher1-0/+100
2014-11-10add game/hud/ActionButtonsJérémy Zurcher1-0/+199
2014-11-09OkCancel: use Bg instead of ImageJérémy Zurcher1-6/+4
2014-11-09Dialog -> OkCancelJérémy Zurcher1-14/+22
2014-11-09UnitDock: uses Sprite instead of Image, inherited visible, and padding form c...Jérémy Zurcher1-16/+26
2014-11-09Msg: extends Label, has a BgJérémy Zurcher1-55/+24
2014-11-09remove LabelButtonJérémy Zurcher1-47/+0
2014-11-09LabelImage, extends Bg, use Position to set Label positionJérémy Zurcher1-11/+25
2014-11-09Label: extends Widget, has a paddingJérémy Zurcher1-42/+19