aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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