Age | Commit message (Expand) | Author | Files | Lines |
2015-02-20 | Engagement: remove attackerArmy and defenderArmy | Jérémy Zurcher | 1 | -2/+0 |
2015-02-20 | Board: abstract animationsDone() called when animation list is emtpy | Jérémy Zurcher | 1 | -29/+12 |
2015-02-20 | Board,Map,Ctrl: move annimation count to Board | Jérémy Zurcher | 1 | -4/+10 |
2015-02-20 | Map: destroy animationClosure | Jérémy Zurcher | 1 | -11/+0 |
2015-02-19 | Engagement: add private diceRoll() called in EngagementPool.get() | Jérémy Zurcher | 1 | -19/+6 |
2015-02-19 | PromoteAnimation: is now a bouncing sin | Jérémy Zurcher | 1 | -2/+1 |
2015-02-19 | Map: engagement is ok for solo and AI but not for network | Jérémy Zurcher | 1 | -3/+2 |
2015-02-19 | Map: update comments | Jérémy Zurcher | 1 | -2/+1 |
2015-02-19 | Map: revertMoves() calls commands.dispose(Pawn, OrderType) | Jérémy Zurcher | 1 | -1/+2 |
2015-02-18 | Map: revertEnter cleans up commands | Jérémy Zurcher | 1 | -2/+3 |
2015-02-18 | Map: setOnBoard first dispose of previous order | Jérémy Zurcher | 1 | -0/+1 |
2015-02-18 | Map: orderList -> commands, Command.clearPool in dispose() | Jérémy Zurcher | 1 | -7/+7 |
2015-02-18 | Map: remove local unused Engagement instance | Jérémy Zurcher | 1 | -7/+0 |
2015-02-18 | OrderList: add dispose(), dispose(Pawn) | Jérémy Zurcher | 1 | -1/+2 |
2015-02-18 | Map: wrap engagement into Command | Jérémy Zurcher | 1 | -27/+36 |
2015-02-18 | Map: set final to all parameters comming from States | Jérémy Zurcher | 1 | -7/+7 |
2015-02-18 | Map,Command: promoteUnit uses Command processing | Jérémy Zurcher | 1 | -15/+26 |
2015-02-18 | Map: store Command inte an OrderList till the end of turn | Jérémy Zurcher | 1 | -0/+13 |
2015-02-18 | Map: wrap move into Command before processing them | Jérémy Zurcher | 1 | -6/+32 |
2015-02-18 | Map: add void showOnBoard(Unit, Hex, Orientation) to preview unit position on... | Jérémy Zurcher | 1 | -5/+10 |
2015-02-18 | Map,Ctrl: add Map.init(), Ctrl call it after battle.setup() | Jérémy Zurcher | 1 | -1/+8 |
2015-02-18 | Map: reorder STATE ENTRY methods | Jérémy Zurcher | 1 | -22/+28 |
2015-02-18 | Map: turnDone() throws RuntimeException if Map structures not cleared by acti... | Jérémy Zurcher | 1 | -1/+4 |
2015-02-18 | Map: correctly free used Engagement | Jérémy Zurcher | 1 | -2/+7 |
2015-02-18 | Map: clear Engagement Pool at dispose | Jérémy Zurcher | 1 | -0/+1 |
2015-02-18 | Board: clear Move and Path Pool at dispose | Jérémy Zurcher | 1 | -41/+4 |
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-02 | Map: clear activetedUnits on AT single attack after stating animation | Jérémy Zurcher | 1 | -3/+3 |
2015-01-21 | StateMove: coding style | Jérémy Zurcher | 1 | -5/+0 |
2015-01-21 | Player: escaped -> withdrawed, add it to stats | Jérémy Zurcher | 1 | -1/+1 |
2015-01-21 | cleanup debug messages | Jérémy Zurcher | 1 | -1/+1 |
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 | 1 | -8/+63 |
2015-01-20 | PossiblePaths -> PathBuilder | Jérémy Zurcher | 1 | -13/+13 |
2015-01-20 | Map: add turnDone(), call turnDone() and actionDone() from Ctrl | Jérémy Zurcher | 1 | -0/+5 |
2015-01-19 | Hex,Map: add Hex.EXIT, showExit(Hex) hideExit(Hex) | Jérémy Zurcher | 1 | -0/+2 |
2015-01-19 | Map: move player.blah calls from States -> Map | Jérémy Zurcher | 1 | -0/+3 |
2015-01-19 | Map: add private process(Unit, Move) | Jérémy Zurcher | 1 | -17/+37 |
2015-01-18 | Map: advertise States entry calls | Jérémy Zurcher | 1 | -1/+3 |
2015-01-18 | PossiblePaths: add getExitMove() | Jérémy Zurcher | 1 | -4/+1 |
2015-01-18 | Move: add static getEnter() and getSet() | Jérémy Zurcher | 1 | -7/+2 |
2015-01-18 | Map: extract playMoveSound(Unit) out of startMove(Unit) | Jérémy Zurcher | 1 | -1/+6 |
2015-01-18 | Map: exitBoard() does move the unit, add revertEnter(Unit) | Jérémy Zurcher | 1 | -8/+20 |
2015-01-18 | Map: leaveBoard -> exitBoard | Jérémy Zurcher | 1 | -1/+1 |
2015-01-18 | remove Pawn.Movement class, use Move instead | Jérémy Zurcher | 1 | -7/+14 |