summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-20game.UnitSet is dead : welcome UnitListJérémy Zurcher7-72/+61
2014-11-20engine.PawnSet is dead : welcome UnitSetJérémy Zurcher16-132/+125
2014-11-20HexSet: hexAsTiles() -> asTiles()Jérémy Zurcher2-3/+3
2014-11-20engine.TileSet/Zone are dead: welcome game.HexSet/ZoneJérémy Zurcher20-110/+97
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
2014-11-19Map: add map.meteorologyJérémy Zurcher1-0/+5
2014-11-19add engine/MeteorologyJérémy Zurcher1-0/+24
2014-11-19add battles/BattleNightAction: without night effectJérémy Zurcher2-0/+159
2014-11-19Battles: add comment for deployment, reinforcement and objectivesJérémy Zurcher5-1/+19
2014-11-19Battle: implement default getReinforcement(Ctrl, Map) return falseJérémy Zurcher4-18/+8
2014-11-19BattleStabToFlank: oops there is no WESPE hereJérémy Zurcher1-1/+0
2014-11-19adapt Battles to fix to Player and CtrlJérémy Zurcher7-116/+79
2014-11-19PlayerInfo,Statistics: adapt to new Player turn APIJérémy Zurcher2-2/+2
2014-11-19Hud: differenciate END_TURN end ABORT_TURNJérémy Zurcher1-2/+7
2014-11-19Ctrl: do not simply switch players on turn end but ask for the next oneJérémy Zurcher1-24/+15
2014-11-19Player: turn is turnDone, inc at turnEnd() if deployment doneJérémy Zurcher1-13/+16
2014-11-19add battles/BattleStabToTheFlankJérémy Zurcher2-0/+173
2014-11-19Battles: cleanupJérémy Zurcher4-54/+48
2014-11-19PlayerInfo: use Sprite instead of ImageJérémy Zurcher1-10/+7
2014-11-19StatePromote: use Player.promote(), set activatedPawns, unselect on leaveJérémy Zurcher1-7/+6
2014-11-19Player: promote does all the job, returns booleanJérémy Zurcher1-7/+6
2014-11-19Unit: add private updateDescr()Jérémy Zurcher1-2/+13
2014-11-19splite head into us-head and ge-headJérémy Zurcher6-37/+44
2014-11-19Unit: add HQ = 5 overlayJérémy Zurcher1-6/+14
2014-11-19extract 05_hq.png from 04_ace.pngJérémy Zurcher4-5/+12
2014-11-18Map: leaveBoard does not reset Pawn but add it to activatedPawnsJérémy Zurcher1-1/+1
2014-11-18BattleCounterAttack: set geExit.orientation = Orientation.NORTHJérémy Zurcher1-1/+1
2014-11-18StateMove: goto StateEscape when possible to escapeJérémy Zurcher1-3/+15
2014-11-18StateCommon: add checkExit(Unit, Hex)Jérémy Zurcher1-0/+16
2014-11-18add StateEscape and Hud.askExitBoard()Jérémy Zurcher4-0/+94
2014-11-18PossiblePaths: add setExit(Orientation exit)Jérémy Zurcher1-0/+8
2014-11-18Board: pushPawnOnto(..) does nothing if tile is OFFMAPJérémy Zurcher1-1/+2
2014-11-18Hud: factorize closeDialog()Jérémy Zurcher1-4/+4
2014-11-18BattleCounterAttack: add exitZoneJérémy Zurcher1-23/+23
2014-11-18StateCommon: add missing @OverrideJérémy Zurcher1-0/+2
2014-11-18Battle,BattleCommon: add Zone getExitZone(Unit unit) and add param Zone ↵Jérémy Zurcher2-0/+21
exitZone to addReinforcement(...)
2014-11-18BattleCommon: add missing @OverrideJérémy Zurcher1-0/+4
2014-11-18Map,StatePromote: state does everything, TODO burn 1 AP downJérémy Zurcher2-8/+3
2014-11-18Unit: add promote(), degrade()Jérémy Zurcher1-0/+28
2014-11-18engine.EntryPoint -> engine.ZoneJérémy Zurcher10-70/+70
2014-11-18StateMove: fix abort when nothing has been doneJérémy Zurcher1-1/+4
2014-11-17add battles/BattleCounterAttack : neede escape possibilityJérémy Zurcher2-0/+177
2014-11-17Player: add ArrayList<Unit> escaped, int escaped(), unitEscape(Unit)Jérémy Zurcher1-0/+13
2014-11-17BattleCommon: add exitPointJérémy Zurcher1-0/+6
2014-11-17BattleLastStand: fix EntryPoint sizeJérémy Zurcher1-1/+1
2014-11-17Battle: getReinforcement(Ctrl) -> getReinforcement(Ctrl, Map)Jérémy Zurcher5-6/+6
2014-11-17add battles/BattleLastStandJérémy Zurcher2-0/+172
2014-11-17Battle: owns usPlayer, gePlayer, implementations return them when neededJérémy Zurcher3-18/+15