summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Map.java
AgeCommit message (Expand)AuthorFilesLines
2015-01-02use promote_us.mp3 and promote_ge.mp3Jérémy Zurcher1-2/+4
2015-01-02add infantry_move.mp3Jérémy Zurcher1-4/+8
2014-12-27move base ui widgets into core/src/ch/asynk/tankontank/uiJérémy Zurcher1-1/+1
2014-12-18Map: enterBoard() from deployment -> setOnBoard()Jérémy Zurcher1-3/+6
2014-12-11Map,Engagement: implement visual re-rollJérémy Zurcher1-10/+28
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-03add hex.png and use selectedTileJérémy Zurcher1-3/+5
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 Zurcher1-9/+11
2014-11-30add DiceAnimationJérémy Zurcher1-0/+3
2014-11-30ObjectiveSet,Map,Hex: visualy differenciate objectives that has to be hold an...Jérémy Zurcher1-7/+5
2014-11-29StatePromote,Map: set promote animationJérémy Zurcher1-0/+27
2014-11-27Map: add Map.Engagement, use it in hud.EngagementJérémy Zurcher1-4/+37
2014-11-27ShotAnimation: use explosion soundsJérémy Zurcher1-1/+3
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 Zurcher1-3/+7
2014-11-26ShotAnimation: play only 1 long sound, reset in Map.animationsDone()Jérémy Zurcher1-1/+3
2014-11-26Map: use ShotAnimationJérémy Zurcher1-28/+35
2014-11-23Map: leaveBoard: removePawn and if entryMove: revert objectives, and reset unitJérémy Zurcher1-2/+5
2014-11-23add hudEngagement dialogJérémy Zurcher1-6/+4
2014-11-22Hud,Map: set ugly engagementSummary panelJérémy Zurcher1-14/+17
2014-11-22Map,SoundAnimation: use config.fxVolumeJérémy Zurcher1-3/+3
2014-11-22Map: when destroyed call objectives.unclaim(Hex)Jérémy Zurcher1-1/+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-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 Zurcher1-0/+13
2014-11-21Hex.OBJECTIVE_GE and Hex.OBJECTIVE_USJérémy Zurcher1-3/+29
2014-11-21Ctrl notify Map with actionDone()Jérémy Zurcher1-0/+4
2014-11-21Pawn: Vector2 getCenter() -> float getCenterX() and float getCenterY()Jérémy Zurcher1-2/+2
2014-11-21remove useless (Unit) castsJérémy Zurcher1-1/+1
2014-11-20game.UnitSet is dead : welcome UnitListJérémy Zurcher1-22/+28
2014-11-20engine.PawnSet is dead : welcome UnitSetJérémy Zurcher1-56/+54
2014-11-20HexSet: hexAsTiles() -> asTiles()Jérémy Zurcher1-1/+1
2014-11-20engine.TileSet/Zone are dead: welcome game.HexSet/ZoneJérémy Zurcher1-4/+3
2014-11-20Map: replace Pawn with UnitJérémy Zurcher1-50/+50
2014-11-19Map: add defense bonus if night fightJérémy Zurcher1-2/+20
2014-11-19Map: add map.meteorologyJérémy Zurcher1-0/+5
2014-11-18Map: leaveBoard does not reset Pawn but add it to activatedPawnsJérémy Zurcher1-1/+1
2014-11-18Map,StatePromote: state does everything, TODO burn 1 AP downJérémy Zurcher1-7/+0
2014-11-17Map: use new engagement resolution APIJérémy Zurcher1-6/+15
2014-11-17Player: clean up APIJérémy Zurcher1-3/+3