aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-25Better management of stats and skill of actors and itemsNao Pross3-27/+75
2018-02-17Fix all warnings (errors with -Werror)Nao Pross5-5/+16
2018-02-17add Item type, use for MeleeWeaponmafaldo4-11/+104
2018-02-16Add basic widget implementation (not usable) and configure cmakeNao Pross2-1/+9
2018-02-16Add resources xml templates, call Scene::click on mouseclickNao Pross1-0/+1
2018-02-12Add RangedWeapon, MeleeWeaponmafaldo2-0/+40
2018-02-12Remove Actor::Type and Scene::Type in favor of dynamic_cast<T>()Nao Pross3-14/+13
2018-02-12Fix panNao Pross2-10/+9
2018-02-12Fix zoom bug, add Scene.type memberNao Pross2-10/+17
2018-02-12Add Actor* member to tiles and implement Map::moveActor()Nao Pross2-1/+13
2018-02-12add panmafaldo2-2/+30
2018-02-12Add more events and fix typos in commentsNao Pross1-3/+20
2018-02-12Handle WindowResize event and add zoomNao Pross2-14/+67
2018-02-11Reimplement in C++ with SFML (mostly)Nao Pross5-0/+153