summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game
AgeCommit message (Expand)AuthorFilesLines
2014-11-27ShotAnimation,Map: resetAll() -> resetSound() called just before building ani...Jérémy Zurcher1-1/+1
2014-11-26Ctrl,Map: Map.animationsDone() returns the count of new animations to run, th...Jérémy Zurcher2-7/+13
2014-11-26ShotAnimation: play only 1 long sound, reset in Map.animationsDone()Jérémy Zurcher1-1/+3
2014-11-26BattleTest: add an HQJérémy Zurcher1-1/+2
2014-11-26Hud: add boolean dialogOn()Jérémy Zurcher1-0/+5
2014-11-26Engagement: die -> 2d6Jérémy Zurcher1-1/+1
2014-11-26Hud: get ready to fix dialogAction bugJérémy Zurcher1-6/+15
2014-11-26add BattleTestJérémy Zurcher2-0/+73
2014-11-26Map: use ShotAnimationJérémy Zurcher3-29/+37
2014-11-23Map: leaveBoard: removePawn and if entryMove: revert objectives, and reset unitJérémy Zurcher1-2/+5
2014-11-23Hud: block everything else if a dialog is visibleJérémy Zurcher1-3/+6
2014-11-23HUd: regroup dialogs into a Widget[]Jérémy Zurcher1-14/+13
2014-11-23Statistics: set attributes privateJérémy Zurcher1-5/+5
2014-11-23add hudEngagement dialogJérémy Zurcher3-10/+139
2014-11-22Hud,Map: set ugly engagementSummary panelJérémy Zurcher3-17/+29
2014-11-22hud/Position: replace up() down() with horizontal/verticalMirror()Jérémy Zurcher2-17/+23
2014-11-22PlayerInfo: use String.format instead of ugly ""+Jérémy Zurcher1-3/+3
2014-11-22Map,SoundAnimation: use config.fxVolumeJérémy Zurcher1-3/+3
2014-11-22Config,OptionsScreen: add fxVolumeJérémy Zurcher1-0/+2
2014-11-22comment out many notificationsJérémy Zurcher5-9/+10
2014-11-22Hud: notificytion time is 2 seconds by defaultJérémy Zurcher1-3/+4
2014-11-22Map: when destroyed call objectives.unclaim(Hex)Jérémy Zurcher1-1/+4
2014-11-22rename pawn tile atlases to unit hexJérémy Zurcher1-3/+3
2014-11-22StateEngage: hit target to launch attackJérémy Zurcher1-2/+4
2014-11-22Map: fix setFightAnimation(...) remove target on successJérémy Zurcher1-5/+3
2014-11-22Map: coding styleJérémy Zurcher1-1/+1
2014-11-22Map: add setFightAnimation(Unit, boolean)Jérémy Zurcher1-20/+22
2014-11-22Map: resolve -> resolveFightJérémy Zurcher1-3/+3
2014-11-22Map: fix terrainBonusJérémy Zurcher1-1/+1
2014-11-21BattleStabToTheFlank: fix unit entry orientationJérémy Zurcher1-2/+2
2014-11-21add TODOJérémy Zurcher1-0/+1
2014-11-21Map,Board,Pawn: plug in objectives managementJérémy Zurcher1-2/+7
2014-11-21BattleCommon,Map: the former passes the objectives management to the secondJérémy Zurcher6-57/+33
2014-11-21add game.ObjectiveSet implements MoveToAnimationCbJérémy Zurcher1-0/+90
2014-11-21add game.ObjectiveJérémy Zurcher1-0/+48
2014-11-21Unit: add getArmyJérémy Zurcher1-0/+5
2014-11-21Hex.OBJECTIVE_GE and Hex.OBJECTIVE_USJérémy Zurcher2-4/+32
2014-11-21Ctrl notify Map with actionDone()Jérémy Zurcher2-0/+5
2014-11-21StateMove,StateRotate: fix entry move abortionJérémy Zurcher2-6/+7
2014-11-21Pawn: Vector2 getCenter() -> float getCenterX() and float getCenterY()Jérémy Zurcher1-2/+2
2014-11-21Army: reorder codeJérémy Zurcher1-4/+4
2014-11-21Army: add NONEJérémy Zurcher1-0/+1
2014-11-21remove useless (Unit) castsJérémy Zurcher2-2/+2
2014-11-20game.UnitSet is dead : welcome UnitListJérémy Zurcher7-72/+61
2014-11-20engine.PawnSet is dead : welcome UnitSetJérémy Zurcher13-94/+120
2014-11-20HexSet: hexAsTiles() -> asTiles()Jérémy Zurcher2-3/+3
2014-11-20engine.TileSet/Zone are dead: welcome game.HexSet/ZoneJérémy Zurcher15-61/+89
2014-11-20Map: replace Pawn with UnitJérémy Zurcher1-50/+50
2014-11-19BattleNightAction: is night actionJérémy Zurcher1-0/+3
2014-11-19Map: add defense bonus if night fightJérémy Zurcher1-2/+20