summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game
AgeCommit message (Expand)AuthorFilesLines
2014-12-17ActionButtons: add updatePosition(), cleanJérémy Zurcher1-6/+12
2014-12-17Engagement: add updatePosition()Jérémy Zurcher1-8/+42
2014-12-17PlayerInfo: add position and updatePosition()Jérémy Zurcher1-0/+16
2014-12-17Statistics: add updatePosition()Jérémy Zurcher1-0/+13
2014-12-17OkCancel: add updatePosition()Jérémy Zurcher1-0/+11
2014-12-17Msg: uses LabelStack, add updatePosition()Jérémy Zurcher1-59/+34
2014-12-17add /LabelStackJérémy Zurcher1-0/+72
2014-12-17LabelImage: add translate(), cleanJérémy Zurcher1-9/+17
2014-12-17Label: clean, add translate()Jérémy Zurcher1-9/+19
2014-12-17Widget: add padding, translate(), add parent and manage relative positionJérémy Zurcher1-6/+36
2014-12-16hud: set(...) -> setPosition(...)Jérémy Zurcher9-19/+27
2014-12-11Unit: add HAS_FIRED, HAS_MOVED overlayJérémy Zurcher1-0/+10
2014-12-11BattleTest: set Ace Sherman to test ace re-rollJérémy Zurcher1-2/+3
2014-12-11Map,Engagement: implement visual re-rollJérémy Zurcher2-14/+83
2014-12-10ActionButtons,PlayerInfo: fix padding value 20 -> 5Jérémy Zurcher2-2/+2
2014-12-10Hud: update to use latests constructorsJérémy Zurcher1-5/+5
2014-12-10PlayerInfo: own paddingJérémy Zurcher1-12/+12
2014-12-10ActionButtons: owns paddingJérémy Zurcher1-8/+8
2014-12-10Engagement: use typewriter bg, own paddingJérémy Zurcher1-22/+28
2014-12-10Statistics: use typewriter bg, own paddingJérémy Zurcher1-15/+18
2014-12-10OkCancel: use typewriter bg, own the paddingJérémy Zurcher1-11/+14
2014-12-10Msg: use typewriter bg, and own the paddingJérémy Zurcher1-4/+4
2014-12-10Hud: load font black and whiteJérémy Zurcher1-9/+12
2014-12-10Engagement: owns PADDING, VSPACING, HSPACINGJérémy Zurcher2-17/+18
2014-12-10add hud/Patch: to use NinePatch as backgroundJérémy Zurcher1-0/+28
2014-12-10hud: bg texture region name is set in the widget, not in HudJérémy Zurcher6-20/+16
2014-12-09GameScreen,Hud: hud draw FPS on DEBUGJérémy Zurcher1-0/+7
2014-12-09Hud: mark draw() and drawDebug() with @OverrideJérémy Zurcher1-0/+2
2014-12-09Hud: load font from hud.atlas not skinJérémy Zurcher1-2/+3
2014-12-05Map: use DestroyAnimationJérémy Zurcher1-8/+8
2014-12-04TankFireAnimation,InfantryFireAnimation: offset -> halfWidthJérémy Zurcher1-2/+3
2014-12-03addJérémy Zurcher1-1/+5
2014-12-03add infantry_fire.png and infantry_fire.mp3, plug them in FireAnimationJérémy Zurcher1-1/+3
2014-12-03add FireAnimation, static part of TankFireAnimationJérémy Zurcher1-3/+4
2014-12-03ShotAnimation -> TankFireAnimation, shot.*. -> tank_fire*.*Jérémy Zurcher1-8/+8
2014-12-03StateRotate: any touch out of adjacents aborts the actionJérémy Zurcher1-6/+4
2014-12-03Engagement: use attack and defense images intsead of flagsJérémy Zurcher1-23/+19
2014-12-03add hex.png and use selectedTileJérémy Zurcher1-3/+5
2014-12-03Hud,hud... implement interface AnimationJérémy Zurcher5-14/+30
2014-12-01Engagement: fix labelsJérémy Zurcher1-3/+3
2014-12-01Engagement: keep original flag size for winner flagJérémy Zurcher1-3/+6
2014-12-01Map: do compute engagement numbers whatever the die areJérémy Zurcher1-34/+32
2014-11-30Engagement: update it to show dice an flagsJérémy Zurcher3-46/+94
2014-11-30add DiceAnimationJérémy Zurcher1-0/+3
2014-11-30Ctrl,Hud: wait for animations and dialogs to be closed before leaving animati...Jérémy Zurcher2-11/+14
2014-11-30StateDeployment: replace deployment end dialog with OK buttonJérémy Zurcher2-3/+5
2014-11-30Ctrl: comment out player's turn notificationJérémy Zurcher1-1/+1
2014-11-30ObjectiveSet,Map,Hex: visualy differenciate objectives that has to be hold an...Jérémy Zurcher3-11/+10
2014-11-30StateDeployment: touch out of orientation complete rotation too, do not show ...Jérémy Zurcher1-16/+13
2014-11-29StateSelect: clear selected unit if touch out of possibilitiesJérémy Zurcher1-2/+4