Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-02-11 | Reimplement in C++ with SFML (mostly) | Nao Pross | 11 | -0/+313 |
2018-02-11 | Remove redundant scenesOffsetX/Y, replaced with panX | Nao Pross | 3 | -16/+31 |
2018-02-11 | add pan, add zoom, add weapon | mafaldo | 5 | -17/+150 |
2018-02-10 | tiles bound to actors, remove Player and Enemy | mafaldo | 5 | -21/+51 |
2018-02-10 | Add simple mouseclick listener to scenes | Nao Pross | 4 | -21/+51 |
2018-02-10 | Add missing @Override(s) | Nao Pross | 3 | -16/+18 |
2018-02-10 | Threaded double buffered rendering | Nao Pross | 5 | -128/+218 |
2018-02-10 | Implement actor, create player | mafaldo | 8 | -10/+132 |
2018-02-10 | Switch to gradle, update gitignore | Nao Pross | 6 | -0/+0 |
2018-02-10 | Implement barebone game engine | Nao Pross | 9 | -304/+149 |