Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move controller functions for Game and Stage | pacien | 2018-02-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Create new events and move filter functions | pacien | 2018-02-02 |
| | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Handling of -Dlevels option and default map when launching from a command line | Adam NAILI | 2018-02-01 |
| | |||
* | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-02-01 |
|\ | |||
| * | Add todo | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | Remove useless cast | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
| * | Add doc | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Clearing TODOs | Adam NAILI | 2018-02-01 |
|/ | |||
* | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | pacien | 2018-02-01 |
|\ | |||
| * | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-02-01 |
| |\ | |||
| * | | Refactoring Viewer.renderFrame() | Adam NAILI | 2018-02-01 |
| | | | |||
* | | | Add stopwatch | pacien | 2018-02-01 |
| |/ |/| | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Make fields private | pacien | 2018-02-01 |
|/ | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | pacien | 2018-02-01 |
|\ | |||
| * | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-02-01 |
| |\ | |||
| * | | Usage of findFirst in GameStateController | Adam NAILI | 2018-02-01 |
| | | | |||
* | | | Compute last exec and sleep duration | pacien | 2018-02-01 |
| |/ |/| | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | pacien | 2018-02-01 |
|\| | |||
| * | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-02-01 |
| |\ | |||
| * | | Modifying Input handling, Thread sleep and various things | Adam NAILI | 2018-02-01 |
| | | | |||
* | | | Move Matrix util | pacien | 2018-02-01 |
| |/ |/| | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Rename events/orders ; Partial impl. of robot event handling | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Use copy constructor for JBox vectors | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Refactor blocks and controllers | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Dedup | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Add stage controller and Updateable interface | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Rename GameController and update class diagram | pacien | 2018-02-01 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Add time delta to context | pacien | 2018-02-01 |
|/ | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | pacien | 2018-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 NAILI | 2018-01-14 |
| | | | | | | | | exception handling | ||
| * | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-01-14 |
| |\ | |||
| * | | Modifying implementation of paintCircle to center the cicle when it is ↵ | Adam NAILI | 2018-01-14 |
| | | | | | | | | | | | | smaller and implementing paintString to print text on screen | ||
| * | | Implementing Display controllers (and changing null in some Physics ↵ | Adam NAILI | 2018-01-14 |
| | | | | | | | | | | | | controllers to test the displays) | ||
* | | | Rename model package to block | pacien | 2018-01-14 |
| |/ |/| | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Make garbage blocks non-traversable | pacien | 2018-01-14 |
|/ | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | pacien | 2018-01-14 |
|\ | |||
| * | Implementing Wall controllers for a not committed test of GUI | Adam NAILI | 2018-01-14 |
| | | |||
| * | Modifying Exception handling messages in Main | Adam NAILI | 2018-01-14 |
| | | |||
| * | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-01-14 |
| |\ | |||
| * | | Modifying the accessibility of the constant of size in TileVec2 (used to ↵ | Adam NAILI | 2018-01-14 |
| | | | | | | | | | | | | display) | ||
| * | | Implementing the beginning of parsing thing, call to application.run() | Adam NAILI | 2018-01-14 |
| | | | |||
| * | | Implementing Viewer | Adam NAILI | 2018-01-14 |
| | | | |||
* | | | Implement board validator | pacien | 2018-01-14 |
| |/ |/| | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Move neighbour tile list | pacien | 2018-01-14 |
| | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | | Impl. stub | pacien | 2018-01-14 |
|/ | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> | ||
* | Fixing code | Adam NAILI | 2018-01-14 |
| | |||
* | Creating a new Event for GameOver feature | Adam NAILI | 2018-01-14 |
| | |||
* | Implementing 'isOver' feature in Game | Adam NAILI | 2018-01-14 |
| | |||
* | Merge branch 'master' of https://github.com/pacien/upem-java-wallj | Adam NAILI | 2018-01-14 |
|\ | |||
| * | Implement path finder | pacien | 2018-01-14 |
| |\ | | | | | | | | | | Signed-off-by: pacien <pacien.trangirard@pacien.net> |