summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-10Player,StateAttack: add statistics countersJérémy Zurcher2-1/+17
2014-11-10add game/hud/StatisticsJérémy Zurcher1-0/+100
2014-11-10Hud: actionButtons padding 10f -> 5fJérémy Zurcher1-1/+1
2014-11-10Pawn,Unit: fix the way the Unit is marked has movedJérémy Zurcher2-1/+6
2014-11-10use ActionButtonsJérémy Zurcher10-165/+60
2014-11-10add game/hud/ActionButtonsJérémy Zurcher1-0/+199
2014-11-10State: add DONE and ABORT StateJérémy Zurcher1-1/+3
2014-11-09OkCancel: use Bg instead of ImageJérémy Zurcher1-6/+4
2014-11-09Image: remove blocked and visible as it is no more used in HudJérémy Zurcher1-9/+0
2014-11-09GameScreen: enable Hud debug on DEBUGJérémy Zurcher1-0/+9
2014-11-09Hud: update to follow new widgetsJérémy Zurcher1-29/+75
2014-11-09Dialog -> OkCancelJérémy Zurcher1-14/+22
2014-11-09UnitDock: uses Sprite instead of Image, inherited visible, and padding form c...Jérémy Zurcher1-16/+26
2014-11-09Msg: extends Label, has a BgJérémy Zurcher1-55/+24
2014-11-09remove LabelButtonJérémy Zurcher1-47/+0
2014-11-09LabelImage, extends Bg, use Position to set Label positionJérémy Zurcher1-11/+25
2014-11-09Label: extends Widget, has a paddingJérémy Zurcher1-42/+19
2014-11-09Button: extends Widget, works with TextureRegion not ImageJérémy Zurcher1-45/+16
2014-11-09Bg: extends WidgetJérémy Zurcher1-27/+3
2014-11-09Position: can now compute a position relative to another widgetJérémy Zurcher2-7/+59
2014-11-09add game/hud/WidgetJérémy Zurcher1-0/+55
2014-11-08Hud: update end of turn Dialog msgJérémy Zurcher1-1/+1
2014-11-08Label: support \nJérémy Zurcher1-6/+6
2014-11-08game/hud: Text*.java -> Label*.javaJérémy Zurcher5-41/+43
2014-11-08Button: 3 states are UP/DOWN/ONJérémy Zurcher9-31/+31
2014-11-07Hud: add dialog end turn ??Jérémy Zurcher1-1/+24
2014-11-07Text: add missing TextBounds getBounds()Jérémy Zurcher1-0/+5
2014-11-07Ctrl: add public boolean blockMapJérémy Zurcher1-2/+4
2014-11-07add game/hud/DialogJérémy Zurcher1-0/+78
2014-11-07loading.pack: fix logo positionJérémy Zurcher1-1/+1
2014-11-07assets: add hud ok.png and cancel.pngJérémy Zurcher4-0/+14
2014-11-06cut out turns from map_aJérémy Zurcher3-2/+2
2014-11-06Battle: boolean checkVictory(Ctrl) -> Player checkVictory(Ctrl)Jérémy Zurcher3-19/+27
2014-11-06BattleCommon: add protected TileSet objectives, use it in BattleHeadToHeadJérémy Zurcher2-3/+6
2014-11-06add TankOnTank.debug(...)Jérémy Zurcher14-46/+65
2014-11-05UnitDock: ugly fix to support different size pawnsJérémy Zurcher1-3/+7
2014-11-05Pawn: add centerOn(flaot, float)Jérémy Zurcher1-0/+5
2014-11-05StateRotate: block useless rotationJérémy Zurcher1-2/+1
2014-11-05StateRotate: allow again rotation in the same direction to fix entry moveJérémy Zurcher1-1/+2
2014-11-05StateMove,StateRotate: correctly revert entry movesJérémy Zurcher2-0/+9
2014-11-05Hud: show/hide/block reinforcementJérémy Zurcher1-0/+8
2014-11-05add game/states/StateEntryJérémy Zurcher4-3/+89
2014-11-05StateBreak,StateAnimation: no need to hide hud, done in StateCommon.goToNextS...Jérémy Zurcher2-2/+0
2014-11-05Map: add enterBoard(Pawn, Hex, Orientation) and leaveBoard(Pawn)Jérémy Zurcher1-0/+13
2014-11-05Pawn: add enterBoard(Tile, Orientation)Jérémy Zurcher1-0/+10
2014-11-05Player: add unitEntry(Pawn) and revertUnitEntry(Pawn)Jérémy Zurcher1-0/+12
2014-11-05Map: HQ are not allowed to command others when they enter the boardJérémy Zurcher1-1/+1
2014-11-05Map: cleanup Sytem.errJérémy Zurcher1-3/+1
2014-11-05Pawn: add getPreviousTile()Jérémy Zurcher1-0/+5
2014-11-05Pawn: enter/rotate/move/attack -> move() and attack()Jérémy Zurcher6-27/+18