| Commit message (Expand) | Author | Age | Files | Lines |
* | Better management of stats and skill of actors and items | Nao Pross | 2018-02-25 | 15 | -131/+173 |
* | Fix all warnings (errors with -Werror) | Nao Pross | 2018-02-17 | 9 | -9/+21 |
* | add Item type, use for MeleeWeapon | mafaldo | 2018-02-17 | 11 | -18/+145 |
* | Add cpack directive and update README | Nao Pross | 2018-02-16 | 1 | -5/+9 |
* | Merge branch 'dev' of ssh://git.thearcway.org:2222/naopross/subconscious into... | Nao Pross | 2018-02-16 | 3 | -0/+67 |
|\ |
|
| * | Add resources xml templates, call Scene::click on mouseclick | Nao Pross | 2018-02-16 | 3 | -0/+67 |
* | | Add basic widget implementation (not usable) and configure cmake | Nao Pross | 2018-02-16 | 7 | -4/+39 |
|/ |
|
* | Add RangedWeapon, MeleeWeapon | mafaldo | 2018-02-12 | 7 | -6/+76 |
* | Add Actor attributes | Nao Pross | 2018-02-12 | 1 | -2/+32 |
* | Add tags recipe to generate ctags | Nao Pross | 2018-02-12 | 1 | -1/+0 |
* | Add inventory and item types headers | Nao Pross | 2018-02-12 | 6 | -1/+96 |
* | Remove Actor::Type and Scene::Type in favor of dynamic_cast<T>() | Nao Pross | 2018-02-12 | 5 | -32/+19 |
* | Fix pan | Nao Pross | 2018-02-12 | 3 | -13/+9 |
* | Merge mafaldo's work | Nao Pross | 2018-02-12 | 2 | -1/+37 |
|\ |
|
| * | add pan | mafaldo | 2018-02-12 | 3 | -2/+31 |
* | | Fix zoom bug, add Scene.type member | Nao Pross | 2018-02-12 | 4 | -16/+28 |
* | | Add Actor* member to tiles and implement Map::moveActor() | Nao Pross | 2018-02-12 | 3 | -1/+24 |
|/ |
|
* | Add more events and fix typos in comments | Nao Pross | 2018-02-12 | 2 | -3/+22 |
* | Handle WindowResize event and add zoom | Nao Pross | 2018-02-12 | 4 | -18/+84 |
* | Reimplement in C++ with SFML (mostly) | Nao Pross | 2018-02-11 | 11 | -0/+313 |
* | Remove redundant scenesOffsetX/Y, replaced with panX | Nao Pross | 2018-02-11 | 3 | -16/+31 |
* | add pan, add zoom, add weapon | mafaldo | 2018-02-11 | 5 | -17/+150 |
* | tiles bound to actors, remove Player and Enemy | mafaldo | 2018-02-10 | 5 | -21/+51 |
* | Add simple mouseclick listener to scenes | Nao Pross | 2018-02-10 | 4 | -21/+51 |
* | Add missing @Override(s) | Nao Pross | 2018-02-10 | 3 | -16/+18 |
* | Threaded double buffered rendering | Nao Pross | 2018-02-10 | 5 | -128/+218 |
* | Implement actor, create player | mafaldo | 2018-02-10 | 8 | -10/+132 |
* | Switch to gradle, update gitignore | Nao Pross | 2018-02-10 | 6 | -0/+0 |
* | Implement barebone game engine | Nao Pross | 2018-02-10 | 9 | -304/+149 |
* | First commit | mafaldo | 2018-02-10 | 5 | -0/+317 |