Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-07 | Added sanity cehck in cObject::moveObject() to check if hit object exists | Jonas Gunz | |
2019-03-07 | Deactivated color to fix #5 temporarily | Jonas Gunz | |
2019-03-07 | Switched to unsigned cariables for all counting loops and buffer accesses | Jonas Gunz | |
2019-03-06 | Updated Object writing to framebuffer | Jonas Gunz | |
cObject now handles writing itself to the framebuffer with write() instead of passing the cScreen pointer to cObjectHandler | |||
2019-03-06 | Fixing counter underflow in CheckCollision() by casting to long int | 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 | Directory updates | Jonas Gunz | |
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys |