Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-06 | Fixing counter underflow in CheckCollision() by casting to long int | Jonas Gunz | |
2019-03-06 | Readme update | Jonas Gunz | |
2019-03-06 | Collision update | Jonas Gunz | |
Changed collision parameters for onCollision fuinctions to pass the movement delta of moved Object | |||
2019-03-06 | Makefile path fixes | Jonas Gunz | |
2019-03-06 | Directory updates | Jonas Gunz | |
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys | |||
2019-03-06 | Update gitignore | Jonas Gunz | |
2019-03-05 | Doxygen fix | Jonas Gunz | |
2019-03-05 | Updated test program | Jonas Gunz | |
2019-03-05 | Fixes + Optimisation to collision detection | Jonas Gunz | |
Collision is only triggered once for every Object Added options to deactivate collision and input handling to save resources | |||
2019-03-05 | Readme update | Jonas Gunz | |
2019-03-05 | Memory leak fixes | jonas | |
2019-03-04 | Started collision detection, working progress | jonas | |
Move now triggers CheckCollision for every move action Hit direction detection still missing | |||
2019-02-14 | Makefile tweaks | Jonas | |
2019-02-10 | minor tweaks | Jonas Gunz | |
2019-02-10 | Code cleaning | Jonas Gunz | |
2019-02-10 | cObjectHandler: Implemented Camera movement | Jonas Gunz | |
cObjectHandler can now move the origin of the camera around the screen | |||
2019-02-10 | Merge branch 'master' of https://gitlab.lrz.de/ge49jic/engine | Jonas Gunz | |
2019-02-10 | cObjectHandler constructor changed to explicit | Jonas Gunz | |
2019-02-01 | Documentation update | Jonas Gunz | |
2019-02-01 | Merge branch 'master' of gitlab.lrz.de:ge49jic/engine | jonas | |
2019-02-01 | Documentation | jonas | |
2019-01-30 | Minor fixes | Jonas Gunz | |
2019-01-30 | Update Readme.md | ge49jic | |
2019-01-29 | Readme, Makefile II | Jonas Gunz | |
2019-01-29 | Makefile, Readme | Jonas Gunz | |
2019-01-29 | Readme | jonas | |
2019-01-29 | Version 0.4v0.4 | jonas | |
2019-01-29 | Makefile now creates dynamic library Package | jonas | |
main.cpp is now test.cpp and contains a test routine. Build with make test | |||
2019-01-29 | Cleanup | jonas | |
2019-01-25 | Readme | jonas | |
2019-01-25 | d | jonas | |
2019-01-25 | c | jonas | |
2019-01-25 | b | jonas | |
2019-01-25 | Travis integration, minor fixes | jonas | |
2019-01-22 | V0.3v0.3 | jonas | |
2019-01-22 | added capabilty to manage cWiremesh to cObjecthandler | jonas | |
2019-01-22 | Fixed Issue #5: cRender:drawLine() now also fills lines with |gradient| > 1 | jonas | |
2019-01-21 | a | Jonas Gunz | |
2019-01-21 | Begin Issue #5 | Jonas Gunz | |
2019-01-21 | Implemented rotate | Jonas Gunz | |
angle is stored seperately, original vectors stay untouched. the resulting vectors are calculated in write() with applyRotation() to avoid growing rounding errors | |||
2019-01-21 | started rotate() | jonas | |
2019-01-18 | Fixes in demo | jonas | |
2019-01-15 | fixv0.2 | jonas | |
2019-01-15 | v0.2 | jonas | |
2019-01-15 | cleanup | jonas | |
2019-01-14 | RTFM!! Error resulted in illegal coordiante pair for drawLine (x2 > x1) | jonas | |
2019-01-12 | changed to cWiremesh, removed inherit, cWiremesh now directly writes to renderer | jonas | |
Things get funky when x > origin.x ?!? | |||
2019-01-12 | cObject3D should displaya wiremesh of Object composed of vectors | Jonas Gunz | |
2019-01-10 | Makefile generates version.h | Jonas Gunz | |
2019-01-09 | Makefile tweaks | Jonas Gunz | |