Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-02-25 | Better management of stats and skill of actors and items | Nao Pross | 3 | -27/+75 |
2018-02-17 | Fix all warnings (errors with -Werror) | Nao Pross | 5 | -5/+16 |
2018-02-17 | add Item type, use for MeleeWeapon | mafaldo | 4 | -11/+104 |
2018-02-16 | Add basic widget implementation (not usable) and configure cmake | Nao Pross | 2 | -1/+9 |
2018-02-16 | Add resources xml templates, call Scene::click on mouseclick | Nao Pross | 1 | -0/+1 |
2018-02-12 | Add RangedWeapon, MeleeWeapon | mafaldo | 2 | -0/+40 |
2018-02-12 | Remove Actor::Type and Scene::Type in favor of dynamic_cast<T>() | Nao Pross | 3 | -14/+13 |
2018-02-12 | Fix pan | Nao Pross | 2 | -10/+9 |
2018-02-12 | Fix zoom bug, add Scene.type member | Nao Pross | 2 | -10/+17 |
2018-02-12 | Add Actor* member to tiles and implement Map::moveActor() | Nao Pross | 2 | -1/+13 |
2018-02-12 | add pan | mafaldo | 2 | -2/+30 |
2018-02-12 | Add more events and fix typos in comments | Nao Pross | 1 | -3/+20 |
2018-02-12 | Handle WindowResize event and add zoom | Nao Pross | 2 | -14/+67 |
2018-02-11 | Reimplement in C++ with SFML (mostly) | Nao Pross | 5 | -0/+153 |