Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-05-04 | Battle: remove Ctrl from BattleCommon fields | Jérémy Zurcher | 1 | -6/+7 |
2016-03-31 | Battle: hasReinforcement() -> setNextTurn() | Jérémy Zurcher | 1 | -4/+1 |
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 | -17/+17 |
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 | -25/+33 |
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/+14 |
2016-01-24 | Battles: use add(int, int) instead of add(map.getHex(int, int)) | Jérémy Zurcher | 1 | -18/+18 |
2016-01-24 | BattleCommon: add getWinner(int) | Jérémy Zurcher | 1 | -19/+1 |
2016-01-22 | Battles: add _id and description | Jérémy Zurcher | 1 | -0/+7 |
2015-12-24 | battles: add Battle00 | Jérémy Zurcher | 1 | -0/+121 |