aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
Commit message (Expand)AuthorAge
* Fix path finder incorrect behaviourpacien2018-02-03
* Fix ball hit-boxpacien2018-02-03
* Faster robot speedpacien2018-02-03
* Ignore invalid robot move orders (outside of map)pacien2018-02-03
* Handle bomb droppacien2018-02-03
* Change hitboxespacien2018-02-03
* Fix event class filteringpacien2018-02-03
* Implement initial robot placementpacien2018-02-03
* Merge branch 'master' of https://github.com/pacien/upem-java-walljpacien2018-02-03
|\
| * Removing TODOAdam NAILI2018-02-03
| * Refactoring GameAdam NAILI2018-02-03
| * Refactoring GameAdam NAILI2018-02-03
| * Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-02-02
| |\
| * | Refactoring events and Game (not finished yet)Adam NAILI2018-02-02
* | | Implement explosion blast handlingpacien2018-02-03
| |/ |/|
* | Implement block deletion/creation ; Remove StageClearedEventpacien2018-02-02
|/
* More documentationpacien2018-02-02
* Implement robot movementpacien2018-02-02
* Implement bomb explosion and deletion event generationpacien2018-02-02
* Add bomb explosion eventpacien2018-02-02
* Reorganize classespacien2018-02-02
* Temporary workaroundpacien2018-02-02
* Reformatpacien2018-02-02
* Move controller functions for Game and Stagepacien2018-02-02
* Create new events and move filter functionspacien2018-02-02
* Handling of -Dlevels option and default map when launching from a command lineAdam NAILI2018-02-01
* Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-02-01
|\
| * Add todopacien2018-02-01
| * Remove useless castpacien2018-02-01
| * Add docpacien2018-02-01
* | Clearing TODOsAdam NAILI2018-02-01
|/
* Merge branch 'master' of https://github.com/pacien/upem-java-walljpacien2018-02-01
|\
| * Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-02-01
| |\
| * | Refactoring Viewer.renderFrame()Adam NAILI2018-02-01
* | | Add stopwatchpacien2018-02-01
| |/ |/|
* | Make fields privatepacien2018-02-01
|/
* Merge branch 'master' of https://github.com/pacien/upem-java-walljpacien2018-02-01
|\
| * Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-02-01
| |\
| * | Usage of findFirst in GameStateControllerAdam NAILI2018-02-01
* | | Compute last exec and sleep durationpacien2018-02-01
| |/ |/|
* | Merge branch 'master' of https://github.com/pacien/upem-java-walljpacien2018-02-01
|\|
| * Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-02-01
| |\
| * | Modifying Input handling, Thread sleep and various thingsAdam NAILI2018-02-01
* | | Move Matrix utilpacien2018-02-01
| |/ |/|
* | Rename events/orders ; Partial impl. of robot event handlingpacien2018-02-01
* | Use copy constructor for JBox vectorspacien2018-02-01
* | Refactor blocks and controllerspacien2018-02-01
* | Deduppacien2018-02-01
* | Add stage controller and Updateable interfacepacien2018-02-01
* | Rename GameController and update class diagrampacien2018-02-01