Age | Commit message (Expand) | Author | Files | Lines |
2015-02-18 | Map: clear Engagement Pool at dispose | Jérémy Zurcher | 2 | -0/+5 |
2015-02-18 | Board: clear Move and Path Pool at dispose | Jérémy Zurcher | 4 | -47/+109 |
2015-02-18 | Board,Map: add attack(Pawn, Pawn, boolean) to recompute and validate attack | Jérémy Zurcher | 1 | -0/+1 |
2015-02-18 | Pawn: add int attackDistance(), and use it in Map | Jérémy Zurcher | 1 | -3/+2 |
2015-02-18 | Map: engagement code refactoring | Jérémy Zurcher | 1 | -13/+11 |
2015-02-18 | Map: die -> dice | Jérémy Zurcher | 1 | -8/+8 |
2015-02-18 | Map: code reorder | Jérémy Zurcher | 1 | -17/+17 |
2015-02-18 | Attack: cleanup Pawn.engagement->Pawn.attack | Jérémy Zurcher | 1 | -1/+1 |
2015-02-10 | Engagement -> EngagementPanel | Jérémy Zurcher | 2 | -7/+7 |
2015-02-10 | Statistics -> StatisticsPanel | Jérémy Zurcher | 2 | -5/+5 |
2015-02-09 | Config: add attribute int i to Graphics enum then replace switch code with St... | Jérémy Zurcher | 2 | -23/+11 |
2015-02-08 | Screens: add hud size correction depending on screen density | Jérémy Zurcher | 1 | -2/+2 |
2015-02-08 | Support 2 sets of pawns depending of Config.graphics | Jérémy Zurcher | 1 | -9/+13 |
2015-02-08 | Config,OptionsMenu: replace regularPawn with graphics | Jérémy Zurcher | 1 | -2/+25 |
2015-02-05 | Unit: add private void updateOverlays() | Jérémy Zurcher | 1 | -2/+7 |
2015-02-05 | Unit: canRotate() returns canMove() | Jérémy Zurcher | 1 | -2/+1 |
2015-02-02 | BattleTest: show off all units | Jérémy Zurcher | 1 | -1/+6 |
2015-02-02 | Map: clear activetedUnits on AT single attack after stating animation | Jérémy Zurcher | 1 | -3/+3 |
2015-02-02 | hud/Engagement: fix widget resizing on reroll | Jérémy Zurcher | 1 | -1/+1 |
2015-01-21 | StateWithdraw: fix rotation move detection | Jérémy Zurcher | 1 | -1/+2 |
2015-01-21 | StateWithdraw: escape -> withdraw | Jérémy Zurcher | 1 | -2/+2 |
2015-01-21 | StateMove: coding style | Jérémy Zurcher | 2 | -8/+3 |
2015-01-21 | BattleTest: add exit Zone to reinforcement | Jérémy Zurcher | 1 | -2/+5 |
2015-01-21 | StateExit -> StateWithdraw | Jérémy Zurcher | 4 | -10/+10 |
2015-01-21 | Player: escaped -> withdrawed, add it to stats | Jérémy Zurcher | 5 | -13/+13 |
2015-01-21 | StateMove: when unit just entered, do not propose to exit already | Jérémy Zurcher | 1 | -0/+2 |
2015-01-21 | cleanup debug messages | Jérémy Zurcher | 2 | -2/+2 |
2015-01-21 | Map: code intentation | Jérémy Zurcher | 1 | -2/+2 |
2015-01-21 | Map: oops, REGULAR move does not remove unit from player | Jérémy Zurcher | 1 | -1/+5 |
2015-01-21 | Objective[Set]: move from game to engine package | Jérémy Zurcher | 3 | -146/+63 |
2015-01-21 | BattleTest: do not add unit twice | Jérémy Zurcher | 1 | -1/+0 |
2015-01-20 | PossiblePaths -> PathBuilder | Jérémy Zurcher | 5 | -39/+39 |
2015-01-20 | StateEscape -> StateExit | Jérémy Zurcher | 2 | -7/+5 |
2015-01-20 | StateEscape: take care of null to when exit without moving | Jérémy Zurcher | 1 | -1/+2 |
2015-01-20 | StateEngagement: click on attack leader to abort | Jérémy Zurcher | 1 | -2/+4 |
2015-01-20 | Ctrl: fix 38573f8 logic error | Jérémy Zurcher | 1 | -1/+1 |
2015-01-20 | BattleTest: add 2 objectives, call map.turnDone() | Jérémy Zurcher | 1 | -0/+3 |
2015-01-20 | Map: add turnDone(), call turnDone() and actionDone() from Ctrl | Jérémy Zurcher | 2 | -0/+7 |
2015-01-20 | Ctrl: block EndOfTurn except in SELECT state | Jérémy Zurcher | 2 | -2/+1 |
2015-01-20 | StateDeployment: fix undo | Jérémy Zurcher | 1 | -2/+5 |
2015-01-20 | ActionButtons: fix position update | Jérémy Zurcher | 2 | -2/+7 |
2015-01-19 | BattleCommon: show exitZone | Jérémy Zurcher | 1 | -0/+2 |
2015-01-19 | Hex,Map: add Hex.EXIT, showExit(Hex) hideExit(Hex) | Jérémy Zurcher | 2 | -0/+3 |
2015-01-19 | BattleTest: fix setUnit(), ctrl.player must be set | Jérémy Zurcher | 1 | -0/+2 |
2015-01-19 | Revert "Ctrl: set player before calling battle.setup()" | Jérémy Zurcher | 1 | -1/+1 |
2015-01-19 | Map: move player.blah calls from States -> Map | Jérémy Zurcher | 4 | -5/+4 |
2015-01-19 | StateEscape: if exit from unit hex, build stay path, add runtime exitHex vali... | Jérémy Zurcher | 1 | -5/+10 |
2015-01-19 | StateMove: can exit from exit zone hex | Jérémy Zurcher | 1 | -2/+2 |
2015-01-19 | Hex: Orientation.KEEP move -> stay -> cost 0 | Jérémy Zurcher | 1 | -0/+1 |
2015-01-19 | PossiblePaths: add boolean canExit(Orientation o) | Jérémy Zurcher | 1 | -5/+1 |