summaryrefslogtreecommitdiff
path: root/cObjectHandler.cpp
AgeCommit message (Collapse)Author
2019-03-06Directory updatesGravatar Jonas Gunz
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys
2019-03-05Fixes + Optimisation to collision detectionGravatar Jonas Gunz
Collision is only triggered once for every Object Added options to deactivate collision and input handling to save resources
2019-03-05Memory leak fixesGravatar jonas
2019-03-04Started collision detection, working progressGravatar jonas
Move now triggers CheckCollision for every move action Hit direction detection still missing
2019-02-10minor tweaksGravatar Jonas Gunz
2019-02-10cObjectHandler: Implemented Camera movementGravatar Jonas Gunz
cObjectHandler can now move the origin of the camera around the screen
2019-01-25Travis integration, minor fixesGravatar jonas
2019-01-22added capabilty to manage cWiremesh to cObjecthandlerGravatar jonas
2019-01-08cInputHandler now supplies cObject:onClick with click position relative to ↵Gravatar jonas
the objects origin
2019-01-07Fixed SegFault when building HitMap of Objects outside of screenstableGravatar jonas
2019-01-03aGravatar jonas
2018-12-29cObjectHandler:clickEvent now checks coordinates and sets activeObjectGravatar ge49jic
2018-12-28Fixes in cObjectHandler:buildHitmap(), new SampleGravatar jonas
2018-12-28Adding Click and Char event handling and focusing to cObjectHandlerGravatar jonas
cObject: is now able to be parent class cObjectHandler: Implemented
2018-12-27cleaned working treeGravatar jonas