Age | Commit message (Expand) | Author | Files | Lines |
2016-05-10 | BattleTest: use map.getExitZone(int) otherwise usExit is null | Jérémy Zurcher | 1 | -4/+2 |
2016-05-04 | Battle: remove Ctrl from BattleCommon fields | Jérémy Zurcher | 1 | -17/+18 |
2016-03-31 | Battle: hasReinforcement() -> setNextTurn() | Jérémy Zurcher | 1 | -13/+8 |
2016-03-07 | Battle: clean up the API | Jérémy Zurcher | 1 | -9/+7 |
2016-03-07 | Player: remove id from constructor | Jérémy Zurcher | 1 | -3/+3 |
2016-02-03 | PawnId/UnitID -> PawnCode/UnitCode | Jérémy Zurcher | 1 | -16/+16 |
2016-02-03 | BattleCommon: replace Player a, b with Player[2] players | Jérémy Zurcher | 1 | -2/+2 |
2016-01-31 | Player,Battle: player id is private and needed at construction, Battle knows ... | Jérémy Zurcher | 1 | -24/+32 |
2016-01-27 | Player: getTurnDone() + getCurrentTurn() -> getTurn(), turn is increased at t... | Jérémy Zurcher | 1 | -1/+1 |
2016-01-24 | remove useless import statements | Jérémy Zurcher | 1 | -1/+0 |
2016-01-24 | Battle: merge start() into setup() | Jérémy Zurcher | 1 | -15/+13 |
2016-01-24 | Battles: use add(int, int) instead of add(map.getHex(int, int)) | Jérémy Zurcher | 1 | -7/+7 |
2016-01-24 | BattleCommon: add getWinner(int) | Jérémy Zurcher | 1 | -20/+1 |
2016-01-22 | Battles: add _id and description | Jérémy Zurcher | 1 | -0/+2 |
2015-12-24 | battles: add Battle00 | Jérémy Zurcher | 1 | -1/+1 |
2015-12-23 | BattleTest: be a test battle again | Jérémy Zurcher | 1 | -47/+55 |
2015-12-23 | game.Factory -> Factory | Jérémy Zurcher | 1 | -0/+1 |
2015-12-18 | cleanup tree using fix_java | Jérémy Zurcher | 1 | -1/+0 |
2015-12-15 | BattleTest: set something like a real battle | Jérémy Zurcher | 1 | -52/+61 |
2015-12-15 | BattleCommon: swallow setUnit(...) from BattleTest | Jérémy Zurcher | 1 | -14/+0 |
2015-12-15 | Unit: 'add boolean hq' attribute, get rid of setAce() | Jérémy Zurcher | 1 | -7/+6 |
2015-12-09 | Battle: use getWinner() and getNextPlayer() | Jérémy Zurcher | 1 | -1/+1 |
2015-12-09 | Battle,Ctrl: simplify turn end and change | Jérémy Zurcher | 1 | -4/+10 |
2015-12-08 | Battle: remove unused parameters and imports | Jérémy Zurcher | 1 | -8/+5 |
2015-12-08 | BattleTest: reorder code | Jérémy Zurcher | 1 | -15/+15 |
2015-12-08 | Battle: owns map, set it and bath player in setup(Ctrl) | Jérémy Zurcher | 1 | -2/+7 |
2015-12-08 | Battle: no need of Player parameter anymore | Jérémy Zurcher | 1 | -2/+2 |
2015-12-08 | Ctrl,Battle: Battle manages currentPlayer and opponent | Jérémy Zurcher | 1 | -15/+5 |
2015-11-21 | BattleTest: update start positions | Jérémy Zurcher | 1 | -12/+10 |
2015-11-21 | remove LNL battles, and map definitions | Jérémy Zurcher | 1 | -1/+1 |
2015-07-19 | welcome RustAndDust | Jérémy Zurcher | 1 | -0/+128 |