aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/headers (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-25Better management of stats and skill of actors and itemsNao Pross9-59/+51
2018-02-17Fix all warnings (errors with -Werror)Nao Pross4-4/+5
2018-02-17add Item type, use for MeleeWeaponmafaldo7-7/+41
2018-02-16Add basic widget implementation (not usable) and configure cmakeNao Pross5-3/+30
2018-02-12Add RangedWeapon, MeleeWeaponmafaldo5-6/+36
2018-02-12Add Actor attributesNao Pross1-2/+32
2018-02-12Add tags recipe to generate ctagsNao Pross1-1/+0
2018-02-12Add inventory and item types headersNao Pross6-1/+96
2018-02-12Remove Actor::Type and Scene::Type in favor of dynamic_cast<T>()Nao Pross2-18/+6
2018-02-12Fix panNao Pross1-3/+0
2018-02-12Fix zoom bug, add Scene.type memberNao Pross2-6/+11
2018-02-12Add Actor* member to tiles and implement Map::moveActor()Nao Pross1-0/+11
2018-02-12add panmafaldo1-0/+1
2018-02-12Add more events and fix typos in commentsNao Pross1-0/+2
2018-02-12Handle WindowResize event and add zoomNao Pross2-4/+17
2018-02-11Reimplement in C++ with SFML (mostly)Nao Pross6-0/+160