aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add libtmx dependencydevNao Pross2018-02-254-5/+19
* Remove cloned libtmxNao Pross2018-02-251-0/+0
* Better management of stats and skill of actors and itemsNao Pross2018-02-2515-131/+173
* Update CMakeLists and MakefileNao Pross2018-02-252-10/+18
* Fix all warnings (errors with -Werror)Nao Pross2018-02-179-9/+21
* Add all warning and thread them as errorsNao Pross2018-02-171-0/+9
* Merge makefilemafaldo2018-02-171-2/+1
|\
| * Update Makefile to pass arguments to cmakeNao Pross2018-02-161-2/+1
* | add Item type, use for MeleeWeaponmafaldo2018-02-1711-18/+145
|/
* Add cpack directive and update READMENao Pross2018-02-163-5/+36
* Merge branch 'dev' of ssh://git.thearcway.org:2222/naopross/subconscious into...Nao Pross2018-02-163-0/+67
|\
| * Add resources xml templates, call Scene::click on mouseclickNao Pross2018-02-163-0/+67
* | Add basic widget implementation (not usable) and configure cmakeNao Pross2018-02-169-5/+76
|/
* Add RangedWeapon, MeleeWeaponmafaldo2018-02-127-6/+76
* Add Actor attributesNao Pross2018-02-123-2/+32
* Add tags recipe to generate ctagsNao Pross2018-02-122-1/+4
* Add inventory and item types headersNao Pross2018-02-126-1/+96
* Remove Actor::Type and Scene::Type in favor of dynamic_cast<T>()Nao Pross2018-02-125-32/+19
* Fix panNao Pross2018-02-123-13/+9
* Merge mafaldo's workNao Pross2018-02-122-1/+37
|\
| * add panmafaldo2018-02-123-2/+31
* | Fix zoom bug, add Scene.type memberNao Pross2018-02-125-16/+28
* | Update gitignore to ignore ctagsNao Pross2018-02-121-0/+2
* | Add Actor* member to tiles and implement Map::moveActor()Nao Pross2018-02-123-1/+24
|/
* Edit makefile to build and run c++ by defaultNao Pross2018-02-121-2/+1
* Add more events and fix typos in commentsNao Pross2018-02-122-3/+22
* Handle WindowResize event and add zoomNao Pross2018-02-124-18/+84
* Update README to add dependenciesNao Pross2018-02-111-0/+7
* Reimplement in C++ with SFML (mostly)Nao Pross2018-02-1113-0/+340
* Remove redundant scenesOffsetX/Y, replaced with panXNao Pross2018-02-113-16/+31
* add pan, add zoom, add weaponmafaldo2018-02-115-17/+150
* tiles bound to actors, remove Player and Enemymafaldo2018-02-105-21/+51
* Add simple mouseclick listener to scenesNao Pross2018-02-104-21/+51
* Add missing @Override(s)Nao Pross2018-02-103-16/+18
* Threaded double buffered renderingNao Pross2018-02-106-128/+226
* Implement actor, create playermafaldo2018-02-108-10/+132
* Switch to gradle, update gitignoreNao Pross2018-02-109-22/+24
* Implement barebone game engineNao Pross2018-02-1010-304/+155
* First commitmafaldo2018-02-107-0/+335