index
:
RustAndDust
PvP
keep
master
server
units1
Tactical ground combat simulation for android
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
src
/
ch
/
asynk
/
tankontank
/
game
/
Hud.java
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-14
Ctrl: use Player[2], randomize first player, add currentPlayer() and otherPla...
Jérémy Zurcher
1
-1
/
+1
2014-10-13
GameState: plugin StateType.ATTACK -> StateAttack() + quick fire, wait for th...
Jérémy Zurcher
1
-2
/
+1
2014-10-12
GameState* -> State
Jérémy Zurcher
1
-3
/
+3
2014-10-12
rename GameCtrl -> Ctrl
Jérémy Zurcher
1
-2
/
+2
2014-10-12
add a few debug System.err
Jérémy Zurcher
1
-1
/
+1
2014-10-12
GameState: fixes cleanup rewrite
Jérémy Zurcher
1
-1
/
+1
2014-10-12
GameFactoy,GameCtrl,Hud: plugin in Player
Jérémy Zurcher
1
-14
/
+8
2014-10-10
rework GameState
Jérémy Zurcher
1
-1
/
+1
2014-10-10
Hud: extract hud/Button, Button instances go public
Jérémy Zurcher
1
-103
/
+6
2014-10-10
Hud: buttons rely on visible for hit, implement checkBtn
Jérémy Zurcher
1
-13
/
+12
2014-10-10
Hud: add setRotateOff()
Jérémy Zurcher
1
-2
/
+7
2014-10-08
Hud: buttons ard on/off/down, control buttons with show(boolean ...)
Jérémy Zurcher
1
-69
/
+101
2014-10-08
Hud.Button: clean up
Jérémy Zurcher
1
-14
/
+22
2014-10-07
Hud: add checkBtn and enableCheck()
Jérémy Zurcher
1
-1
/
+13
2014-10-07
Hud: no not accept cancelBtn hit when disabled
Jérémy Zurcher
1
-2
/
+2
2014-10-07
Hud: rename xxxAct -> xxxBtn
Jérémy Zurcher
1
-41
/
+41
2014-10-07
Hud: add ON OFF DISABLED constants
Jérémy Zurcher
1
-13
/
+22
2014-10-07
Hud: do not call ctrl.abort() twice
Jérémy Zurcher
1
-1
/
+0
2014-10-07
HUD: move right
Jérémy Zurcher
1
-14
/
+15
2014-10-06
Hud: only accept buttons if not in Action
Jérémy Zurcher
1
-7
/
+10
2014-10-06
Hud: buttons have 3 states now
Jérémy Zurcher
1
-49
/
+85
2014-10-06
GameCtrl: replace inAnimation() with mayProcessTouch()
Jérémy Zurcher
1
-2
/
+2
2014-10-06
GameCtrl: add inAnimation() and animationDone()
Jérémy Zurcher
1
-3
/
+3
2014-10-06
Hud: fix calls to ctrl.setState(...)
Jérémy Zurcher
1
-4
/
+3
2014-10-06
Hud: add reset()
Jérémy Zurcher
1
-4
/
+9
2014-10-06
Hud: change constructor param order to match Map
Jérémy Zurcher
1
-1
/
+1
2014-10-06
Hud: add a reference to GameCtrl instance
Jérémy Zurcher
1
-1
/
+11
2014-10-06
Hud: add setOn setOff to ActionBtn
Jérémy Zurcher
1
-10
/
+14
2014-10-05
Hud: setup basic cmd panel
Jérémy Zurcher
1
-13
/
+141
2014-09-30
add game/Hud
Jérémy Zurcher
1
-0
/
+33