aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* add Item type, use for MeleeWeaponmafaldo2018-02-174-11/+104
* Merge branch 'dev' of ssh://git.thearcway.org:2222/naopross/subconscious into...Nao Pross2018-02-161-0/+1
|\
| * Add resources xml templates, call Scene::click on mouseclickNao Pross2018-02-161-0/+1
* | Add basic widget implementation (not usable) and configure cmakeNao Pross2018-02-162-1/+9
|/
* Add RangedWeapon, MeleeWeaponmafaldo2018-02-122-0/+40
* Remove Actor::Type and Scene::Type in favor of dynamic_cast<T>()Nao Pross2018-02-123-14/+13
* Fix panNao Pross2018-02-122-10/+9
* Merge mafaldo's workNao Pross2018-02-122-1/+37
|\
| * add panmafaldo2018-02-122-2/+30
* | Fix zoom bug, add Scene.type memberNao Pross2018-02-122-10/+17
* | Add Actor* member to tiles and implement Map::moveActor()Nao Pross2018-02-122-1/+13
|/
* Add more events and fix typos in commentsNao Pross2018-02-121-3/+20
* Handle WindowResize event and add zoomNao Pross2018-02-122-14/+67
* Reimplement in C++ with SFML (mostly)Nao Pross2018-02-115-0/+153