Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | +cRender():setTargetFPS(uint) to set target Framerate | Jonas Gunz | |
if set >1 render sleeps until target frametime is reached | |||
2019-03-16 | Fix in example/collision.cpp: Use 0 instead of NULL for empty char | Jonas Gunz | |
2019-03-16 | Makefile tweaks | Jonas Gunz | |
2019-03-16 | Reworked color for xterm compatible terminals. #6 | Jonas Gunz | |
_color can now be set as (FG | BG | MOD) | |||
2019-03-16 | Fixed examples #4 | Jonas Gunz | |
2019-03-16 | Removed collision detection in Framebuffer #4 | Jonas Gunz | |
2019-03-07 | Readme | Jonas Gunz | |
2019-03-07 | Documentation update | Jonas Gunz | |
2019-03-07 | Readme | Jonas Gunz | |
2019-03-07 | Fixed pong to compile with clang | Jonas Gunz | |
2019-03-07 | Added sanity cehck in cObject::moveObject() to check if hit object exists | Jonas Gunz | |
2019-03-07 | Makfefile fixes | Jonas Gunz | |
moved -shared to LDFLAGS, added doc to .PHONY, cleaning | |||
2019-03-07 | removed hardcoded path to clang in Makefiles | Jonas Gunz | |
2019-03-07 | Update travis to clang | Jonas Gunz | |
2019-03-07 | Moved to clang | Jonas Gunz | |
2019-03-07 | example Makfefile fix | Jonas Gunz | |
2019-03-07 | Update to travis build test | Jonas Gunz | |
2019-03-07 | updated example program pong | 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 makefile to be able to switch testprograms easily | Jonas Gunz | |
2019-03-06 | Added example Project + Makefile. updated gitignore | Jonas Gunz | |
pong.cpp not working! | |||
2019-03-06 | converting size variables to unsigned #1 | 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 | Makefile updates | Jonas Gunz | |
Added version.g variables BUILDER and BUILDERMAIL | |||
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 | |