Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove (useless ?) cast to HasSet in GameState/nextBoard | Timothée Floure | 2016-03-31 |
| | |||
* | Fix encapsulation failure in Board class | Timothée Floure | 2016-03-31 |
| | |||
* | Implement simulation terminal output coloring | Pacien TRAN-GIRARD | 2016-03-26 |
| | |||
* | Implement random event live simulation | Pacien TRAN-GIRARD | 2016-03-26 |
| | |||
* | Import given random event generator debugging utility | Pacien TRAN-GIRARD | 2016-03-25 |
| | |||
* | Merge branch '05_gamestate_evolution' into 'master' 05_gamestate_evolution | Timothée Floure | 2016-03-24 |
|\ | | | | | | | | | | | | | 05 gamestate evolution See merge request !5 | ||
| * | Redefine equals with rowMajorIndex in Cell and SubCell. Check | Timothée Floure | 2016-03-24 |
| | | | | | | | | explosion's tail in nextExplosion (GameState). | ||
| * | Implement next*() for the fifth week | Timothée Floure | 2016-03-24 |
| | | |||
| * | Implement global game state evolution method | Pacien TRAN-GIRARD | 2016-03-16 |
| | | |||
| * | Add random bonus generator | Pacien TRAN-GIRARD | 2016-03-16 |
| | | |||
| * | Add null and empty list check | Pacien TRAN-GIRARD | 2016-03-16 |
| | | |||
| * | Implement conflict resolution protocol | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Reorder static and object members | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Make filters and mappers static for easier future state computation | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Implement bombedCells() and blastedCells() mapping functions | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Reorder methods and rename parameters according to instructions | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Return value disambiguation | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Implement Cell and SubCell hashCode() methods | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Add unit 5 method stubs and documentation | Pacien TRAN-GIRARD | 2016-03-15 |
|/ | |||
* | Fix non-static enum constants04_bonus_gamestate | Pacien TRAN-GIRARD | 2016-03-15 |
| | |||
* | Merge branch '04_bonus_and_game_state' into 'master' | Pacien | 2016-03-15 |
|\ | | | | | | | | | | | | | 04 bonus and game state See merge request !4 | ||
| * | Restore doc fixes and reformatting | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Implement the applyTo method for INC_BOMB and INC_RANGE | Timothée Floure | 2016-03-15 |
| | | |||
| * | Fix cast ambiguity | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Simplify code | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Code clean up and reformatting | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Reformat provided classes | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Add List permutation function and its test | Pacien TRAN-GIRARD | 2016-03-15 |
| | | |||
| * | Add the nextBlasts method to the GameState class | Timothée Floure | 2016-03-14 |
| | | |||
| * | Fill the GameState class as requested in week 04 | Timothée Floure | 2016-03-14 |
| | | |||
| * | Fill the Time & Ticks interfaces + the Block & Bonus enums as requested | Timothée Floure | 2016-03-12 |
| | | | | | | | | in the 4th part | ||
| * | Structure of the fourth week assignment | Timothée Floure | 2016-03-09 |
| | | |||
| * | Import NameCheck04 and GaneStatePrinter (given files for the week 4) | Timothée Floure | 2016-03-08 |
|/ | |||
* | Use this class reference03_players_bombs | Pacien TRAN-GIRARD | 2016-03-07 |
| | |||
* | Merge branch '03_players_and_bombs' into 'master' | Pacien | 2016-03-07 |
|\ | | | | | | | | | | | | | 03 players and bombs See merge request !3 | ||
| * | Reformat code | Pacien TRAN-GIRARD | 2016-03-07 |
| | | |||
| * | Fix non-sense non-empty null check | Pacien TRAN-GIRARD | 2016-03-07 |
| | | |||
| * | Elaborate documentation (fix missing doc and typos) | Pacien TRAN-GIRARD | 2016-03-07 |
| | | |||
| * | Fix Player id getter failure | Pacien TRAN-GIRARD | 2016-03-07 |
| | | |||
| * | Fix default life-state and directed position sequences Player constructor | Pacien TRAN-GIRARD | 2016-03-07 |
| | | |||
| * | Fix Bomb secondary constructor for decreasing fuse lengths sequences | Pacien TRAN-GIRARD | 2016-03-07 |
| | | |||
| * | Remove useless lines from the secondary builder of the Player class | Timothée Floure | 2016-03-07 |
| | | |||
| * | Fix the Bomb & Player secondary builder | Timothée Floure | 2016-03-07 |
| | | |||
| * | Add NameCheck03 | Timothée Floure | 2016-03-07 |
| | | |||
| * | Basics of the third week (Player & Bomb) | Timothée Floure | 2016-03-07 |
| | | |||
* | | Merge branch 'conventions' into 'master' | Timothée Floure | 2016-03-03 |
|\ \ | | | | | | | | | | | | | | | | | | | Coding conventions If agreed, merge into master. See merge request !2 | ||
| * | | Adding convention reference | Pacien TRAN-GIRARD | 2016-03-03 |
|/ / | |||
* | | Merge branch '02_board' into 'master' 02_board | Pacien | 2016-03-01 |
|\ \ | | | | | | | | | | | | | | | | | | | 02 board See merge request !1 | ||
| * | | Disambiguate test assertions | Pacien TRAN-GIRARD | 2016-03-01 |
| | | | |||
| * | | Automatic code cleanup | Pacien TRAN-GIRARD | 2016-03-01 |
| | | |