summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Hud.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Hud.Button: clean upJérémy Zurcher1-14/+22
2014-10-07Hud: add checkBtn and enableCheck()Jérémy Zurcher1-1/+13
2014-10-07Hud: no not accept cancelBtn hit when disabledJérémy Zurcher1-2/+2
2014-10-07Hud: rename xxxAct -> xxxBtnJérémy Zurcher1-41/+41
2014-10-07Hud: add ON OFF DISABLED constantsJérémy Zurcher1-13/+22
2014-10-07Hud: do not call ctrl.abort() twiceJérémy Zurcher1-1/+0
2014-10-07HUD: move rightJérémy Zurcher1-14/+15
2014-10-06Hud: only accept buttons if not in ActionJérémy Zurcher1-7/+10
2014-10-06Hud: buttons have 3 states nowJérémy Zurcher1-49/+85
2014-10-06GameCtrl: replace inAnimation() with mayProcessTouch()Jérémy Zurcher1-2/+2
2014-10-06GameCtrl: add inAnimation() and animationDone()Jérémy Zurcher1-3/+3
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-06Hud: change constructor param order to match MapJérémy Zurcher1-1/+1
2014-10-06Hud: add a reference to GameCtrl instanceJérémy Zurcher1-1/+11
2014-10-06Hud: add setOn setOff to ActionBtnJérémy Zurcher1-10/+14
2014-10-05Hud: setup basic cmd panelJérémy Zurcher1-13/+141
2014-09-30add game/HudJérémy Zurcher1-0/+33