aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/fr/umlv
Commit message (Collapse)AuthorAge
...
* | | Implement explosion blast handlingpacien2018-02-03
| |/ |/| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Implement block deletion/creation ; Remove StageClearedEventpacien2018-02-02
|/ | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* More documentationpacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Implement robot movementpacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Implement bomb explosion and deletion event generationpacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Add bomb explosion eventpacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Reorganize classespacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Temporary workaroundpacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Reformatpacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Move controller functions for Game and Stagepacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Create new events and move filter functionspacien2018-02-02
| | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* 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
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * Remove useless castpacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
| * Add docpacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | 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
| |/ |/| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Make fields privatepacien2018-02-01
|/ | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* 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
| |/ |/| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | 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
| |/ |/| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Rename events/orders ; Partial impl. of robot event handlingpacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Use copy constructor for JBox vectorspacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Refactor blocks and controllerspacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Deduppacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Add stage controller and Updateable interfacepacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Rename GameController and update class diagrampacien2018-02-01
| | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Add time delta to contextpacien2018-02-01
|/ | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Merge branch 'master' of https://github.com/pacien/upem-java-walljpacien2018-01-14
|\ | | | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> # Conflicts: # src/main/java/fr/umlv/java/wallj/controller/BombDisplayController.java
| * Modifying the implementation of the Main, with Validation feature and ↵Adam NAILI2018-01-14
| | | | | | | | exception handling
| * Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-01-14
| |\
| * | Modifying implementation of paintCircle to center the cicle when it is ↵Adam NAILI2018-01-14
| | | | | | | | | | | | smaller and implementing paintString to print text on screen
| * | Implementing Display controllers (and changing null in some Physics ↵Adam NAILI2018-01-14
| | | | | | | | | | | | controllers to test the displays)
* | | Rename model package to blockpacien2018-01-14
| |/ |/| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* | Make garbage blocks non-traversablepacien2018-01-14
|/ | | | Signed-off-by: pacien <pacien.trangirard@pacien.net>
* Merge branch 'master' of https://github.com/pacien/upem-java-walljpacien2018-01-14
|\
| * Implementing Wall controllers for a not committed test of GUIAdam NAILI2018-01-14
| |
| * Modifying Exception handling messages in MainAdam NAILI2018-01-14
| |
| * Merge branch 'master' of https://github.com/pacien/upem-java-walljAdam NAILI2018-01-14
| |\
| * | Modifying the accessibility of the constant of size in TileVec2 (used to ↵Adam NAILI2018-01-14
| | | | | | | | | | | | display)
| * | Implementing the beginning of parsing thing, call to application.run()Adam NAILI2018-01-14
| | |