Age | Commit message (Expand) | Author | Files | Lines |
2014-10-17 | Ctrl: use Player player,opponent and swap them on turn end | Jérémy Zurcher | 1 | -5/+5 |
2014-10-17 | Playre: fix setTopLeft() | Jérémy Zurcher | 1 | -2/+2 |
2014-10-17 | Hud: add notify(String) use it from Ctrl and StateSelect | Jérémy Zurcher | 1 | -0/+4 |
2014-10-17 | Hud: use player instead of player.flag | Jérémy Zurcher | 1 | -20/+6 |
2014-10-16 | Hud: correctly init flag | Jérémy Zurcher | 1 | -2/+1 |
2014-10-16 | Hud: set Next Player Msg | Jérémy Zurcher | 1 | -1/+1 |
2014-10-16 | Hud: fix buttons background | Jérémy Zurcher | 1 | -6/+7 |
2014-10-15 | Hud: add Msg | Jérémy Zurcher | 1 | -4/+8 |
2014-10-15 | Bg: rect is protected | Jérémy Zurcher | 1 | -6/+10 |
2014-10-14 | Click on Flag to end current player's turn | Jérémy Zurcher | 1 | -1/+4 |
2014-10-14 | Hud: on hide, set buttonsRect.set(0, 0, 0, 0); | Jérémy Zurcher | 1 | -0/+1 |
2014-10-14 | add promote action | Jérémy Zurcher | 1 | -1/+12 |
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 |