Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-11-04 | Button: add void draw(Batch batch) | Jérémy Zurcher | 1 | -0/+7 |
2014-11-03 | UnitDock: optimize transformation matrix computation and use scaled rectangle... | Jérémy Zurcher | 1 | -12/+28 |
2014-11-03 | UnitDock: use List<Pawn> instead of Iterator<Pawn> | Jérémy Zurcher | 1 | -14/+10 |
2014-11-03 | add game/hud/UnitDock | Jérémy Zurcher | 1 | -0/+135 |
2014-11-02 | Text: add getWidth() getHeight() | Jérémy Zurcher | 1 | -0/+12 |
2014-11-02 | add game/hud/Text | Jérémy Zurcher | 1 | -0/+66 |
2014-11-02 | Msg: font.dispose() | Jérémy Zurcher | 1 | -8/+15 |
2014-11-02 | Player,Hud: move all graphics from Player to Hud | Jérémy Zurcher | 1 | -2/+3 |
2014-11-01 | Msg: add getX() getX() setPosition(float, float, int) write(String, float) | Jérémy Zurcher | 1 | -0/+27 |
2014-11-01 | Msg: add pushWrite(...) wait for the previous messages to be disblayed | Jérémy Zurcher | 1 | -2/+35 |
2014-11-01 | Msg: use Position | Jérémy Zurcher | 1 | -2/+4 |
2014-11-01 | add game/hud/Position | Jérémy Zurcher | 1 | -0/+69 |
2014-10-16 | Msg: add write(String, float) | Jérémy Zurcher | 1 | -0/+7 |
2014-10-15 | add Hud/Msg | Jérémy Zurcher | 1 | -0/+53 |
2014-10-15 | Bg: rect is protected | Jérémy Zurcher | 1 | -0/+51 |
2014-10-12 | Button: do not hit if ON | Jérémy Zurcher | 1 | -1/+1 |
2014-10-10 | Hud: extract hud/Button, Button instances go public | Jérémy Zurcher | 1 | -0/+102 |