Age | Commit message (Expand) | Author | Files | Lines |
2014-11-17 | UnitDock: references List<Unit> not List<Pawn> | Jérémy Zurcher | 2 | -25/+20 |
2014-11-17 | Player: clean up API | Jérémy Zurcher | 2 | -4/+4 |
2014-11-16 | UnitDock: do not show if dock empty | Jérémy Zurcher | 1 | -0/+2 |
2014-11-16 | PlayerInfo: add blockEndOfTurn(boolean blocked) | Jérémy Zurcher | 1 | -0/+5 |
2014-11-15 | Ctrl: replace toggleState(StateType, StateType) with reinforcementHit() | Jérémy Zurcher | 1 | -1/+1 |
2014-11-15 | OkCancel: add boolean to hide cancel button | Jérémy Zurcher | 1 | -0/+6 |
2014-11-15 | Hud,PlayerInfo: askEndTurn() -> askEndOfTurn() | Jérémy Zurcher | 1 | -1/+1 |
2014-11-15 | Player: getAp() never returns a value > action points | Jérémy Zurcher | 1 | -0/+1 |
2014-11-14 | btn-attack -> btn-engage | Jérémy Zurcher | 1 | -1/+1 |
2014-11-14 | State ATTACK -> ENGAGE | Jérémy Zurcher | 1 | -3/+3 |
2014-11-14 | PlayerInfo: regroup setLabelPosition(Position) calls | Jérémy Zurcher | 1 | -4/+3 |
2014-11-14 | LabelImage: setLabelPosition(Position) triggers setPosition(rect.x, rect.y) | Jérémy Zurcher | 1 | -0/+1 |
2014-11-12 | StateEntry -> StateReinforcement | Jérémy Zurcher | 1 | -1/+1 |
2014-11-11 | PlayerInfo: remove useless methods | Jérémy Zurcher | 1 | -10/+0 |
2014-11-11 | Hud,PlayerInfo: simplify touchUp/Down control | Jérémy Zurcher | 1 | -14/+15 |
2014-11-11 | UnitDock: notify selection | Jérémy Zurcher | 1 | -0/+1 |
2014-11-11 | Hud: first chekout reinforcement and unitDock, if not hide Dock | Jérémy Zurcher | 1 | -6/+9 |
2014-11-10 | add game/hud/PlayerInfo | Jérémy Zurcher | 1 | -0/+187 |
2014-11-10 | UnitDock: support setPosition(Position, float) | Jérémy Zurcher | 1 | -14/+19 |
2014-11-10 | ActionButtons: default position is BOTTOM_RIGHT, fix typo | Jérémy Zurcher | 1 | -2/+2 |
2014-11-10 | Position: add up(), down(), isLeft(), isCenter(), isRight() | Jérémy Zurcher | 1 | -0/+94 |
2014-11-10 | UnitDock: use transform to slide dock | Jérémy Zurcher | 1 | -21/+23 |
2014-11-10 | add game/hud/Statistics | Jérémy Zurcher | 1 | -0/+100 |
2014-11-10 | add game/hud/ActionButtons | Jérémy Zurcher | 1 | -0/+199 |
2014-11-09 | OkCancel: use Bg instead of Image | Jérémy Zurcher | 1 | -6/+4 |
2014-11-09 | Dialog -> OkCancel | Jérémy Zurcher | 1 | -14/+22 |
2014-11-09 | UnitDock: uses Sprite instead of Image, inherited visible, and padding form c... | Jérémy Zurcher | 1 | -16/+26 |
2014-11-09 | Msg: extends Label, has a Bg | Jérémy Zurcher | 1 | -55/+24 |
2014-11-09 | remove LabelButton | Jérémy Zurcher | 1 | -47/+0 |
2014-11-09 | LabelImage, extends Bg, use Position to set Label position | Jérémy Zurcher | 1 | -11/+25 |
2014-11-09 | Label: extends Widget, has a padding | Jérémy Zurcher | 1 | -42/+19 |
2014-11-09 | Button: extends Widget, works with TextureRegion not Image | Jérémy Zurcher | 1 | -45/+16 |
2014-11-09 | Bg: extends Widget | Jérémy Zurcher | 1 | -27/+3 |
2014-11-09 | Position: can now compute a position relative to another widget | Jérémy Zurcher | 1 | -5/+57 |
2014-11-09 | add game/hud/Widget | Jérémy Zurcher | 1 | -0/+55 |
2014-11-08 | Label: support \n | Jérémy Zurcher | 1 | -6/+6 |
2014-11-08 | game/hud: Text*.java -> Label*.java | Jérémy Zurcher | 4 | -29/+31 |
2014-11-08 | Button: 3 states are UP/DOWN/ON | Jérémy Zurcher | 1 | -19/+19 |
2014-11-07 | Text: add missing TextBounds getBounds() | Jérémy Zurcher | 1 | -0/+5 |
2014-11-07 | add game/hud/Dialog | Jérémy Zurcher | 1 | -0/+78 |
2014-11-06 | add TankOnTank.debug(...) | Jérémy Zurcher | 1 | -2/+3 |
2014-11-05 | UnitDock: ugly fix to support different size pawns | Jérémy Zurcher | 1 | -3/+7 |
2014-11-04 | UnitDock: add selected pawn Image | Jérémy Zurcher | 1 | -3/+15 |
2014-11-04 | UnitDock: do not hit when not visible | Jérémy Zurcher | 1 | -1/+1 |
2014-11-04 | Button: add public blocked | Jérémy Zurcher | 1 | -1/+3 |
2014-11-04 | UnitDock: track the last selected Pawn in public Pawn selectedPawn; | Jérémy Zurcher | 1 | -1/+9 |
2014-11-04 | UnitDock: PADDING = 10f | Jérémy Zurcher | 1 | -1/+1 |
2014-11-04 | hud...: replace contains(float, float) with hit(float, float) | Jérémy Zurcher | 2 | -2/+2 |
2014-11-04 | add game/hud/TextButton | Jérémy Zurcher | 1 | -0/+47 |
2014-11-04 | add game/hud/TextImage | Jérémy Zurcher | 1 | -0/+49 |