summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Hud.java
AgeCommit message (Expand)AuthorFilesLines
2014-12-30TankOnTank: load,dispose of fontB, fontW, uiAtlasJérémy Zurcher1-14/+7
2014-12-30extract ui.atlas from hud.atlasJérémy Zurcher1-9/+10
2014-12-27move base ui widgets into core/src/ch/asynk/tankontank/uiJérémy Zurcher1-4/+4
2014-12-19Hud,Ctrl: add askEndDeployment() calls setState(DONE)Jérémy Zurcher1-0/+10
2014-12-18Ctrl,Hud: remove askEndDeployment() dead codeJérémy Zurcher1-10/+0
2014-12-18Hud: add notifyDeploymentDone(), notifyEndOfTurn() -> notifyNoMoreAP()Jérémy Zurcher1-2/+9
2014-12-18Hud: typoJérémy Zurcher1-1/+1
2014-12-17Hud: add resize(int width, int height) -> updatePosition() on each elementJérémy Zurcher1-0/+11
2014-12-10Hud: update to use latests constructorsJérémy Zurcher1-5/+5
2014-12-10Hud: load font black and whiteJérémy Zurcher1-9/+12
2014-12-10Engagement: owns PADDING, VSPACING, HSPACINGJérémy Zurcher1-1/+1
2014-12-10hud: bg texture region name is set in the widget, not in HudJérémy Zurcher1-5/+5
2014-12-09GameScreen,Hud: hud draw FPS on DEBUGJérémy Zurcher1-0/+7
2014-12-09Hud: mark draw() and drawDebug() with @OverrideJérémy Zurcher1-0/+2
2014-12-09Hud: load font from hud.atlas not skinJérémy Zurcher1-2/+3
2014-12-03Hud,hud... implement interface AnimationJérémy Zurcher1-2/+5
2014-11-30Engagement: update it to show dice an flagsJérémy Zurcher1-2/+3
2014-11-30Ctrl,Hud: wait for animations and dialogs to be closed before leaving animati...Jérémy Zurcher1-1/+3
2014-11-27Map: add Map.Engagement, use it in hud.EngagementJérémy Zurcher1-2/+2
2014-11-27Hud,Ctrl,OkCancel: Hud stacks dialogsJérémy Zurcher1-66/+51
2014-11-27Hud: simplify touchUp() codeJérémy Zurcher1-18/+17
2014-11-27Ctrl,Hud: only hit dialogs when in actionJérémy Zurcher1-0/+4
2014-11-26Hud: add boolean dialogOn()Jérémy Zurcher1-0/+5
2014-11-26Hud: get ready to fix dialogAction bugJérémy Zurcher1-6/+15
2014-11-23Hud: block everything else if a dialog is visibleJérémy Zurcher1-3/+6
2014-11-23HUd: regroup dialogs into a Widget[]Jérémy Zurcher1-14/+13
2014-11-23add hudEngagement dialogJérémy Zurcher1-4/+23
2014-11-22Hud,Map: set ugly engagementSummary panelJérémy Zurcher1-1/+12
2014-11-22hud/Position: replace up() down() with horizontal/verticalMirror()Jérémy Zurcher1-1/+1
2014-11-22Hud: notificytion time is 2 seconds by defaultJérémy Zurcher1-3/+4
2014-11-19Hud: differenciate END_TURN end ABORT_TURNJérémy Zurcher1-2/+7
2014-11-18add StateEscape and Hud.askExitBoard()Jérémy Zurcher1-0/+11
2014-11-18Hud: factorize closeDialog()Jérémy Zurcher1-4/+4
2014-11-16Hud: if okCancel or stats are visible only them can hitJérémy Zurcher1-5/+8
2014-11-16Ctrl,Hud: add checkDeploymentDone(), endDeployment(), askEndDeployment()Jérémy Zurcher1-0/+13
2014-11-15Hud: add notifyEndOfTurn()Jérémy Zurcher1-0/+7
2014-11-15Hud,PlayerInfo: askEndTurn() -> askEndOfTurn()Jérémy Zurcher1-1/+1
2014-11-13Ctrl: endPlayerTurn() -> abortPlayerTurn()Jérémy Zurcher1-1/+1
2014-11-11Hud,PlayerInfo: simplify touchUp/Down controlJérémy Zurcher1-12/+16
2014-11-11Ctrl,Hud: replace changeState(...) with stateTouchUp() and toggleState(...)Jérémy Zurcher1-12/+0
2014-11-11WIPJérémy Zurcher1-4/+5
2014-11-11Hud: first chekout reinforcement and unitDock, if not hide DockJérémy Zurcher1-2/+2
2014-11-10Hud: use PlayerInfoJérémy Zurcher1-105/+20
2014-11-10add game/hud/PlayerInfoJérémy Zurcher1-1/+1
2014-11-10UnitDock: support setPosition(Position, float)Jérémy Zurcher1-1/+1
2014-11-10Ctl,Hud: setup end of game screenJérémy Zurcher1-14/+35
2014-11-10Hud: actionButtons padding 10f -> 5fJérémy Zurcher1-1/+1
2014-11-10use ActionButtonsJérémy Zurcher1-132/+26
2014-11-09Hud: update to follow new widgetsJérémy Zurcher1-29/+75
2014-11-09Position: can now compute a position relative to another widgetJérémy Zurcher1-2/+2