Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | cInput: Added _EVENT_CTRL and CTRL_KEY() Macro | Jonas Gunz | |
_EVENT_CTRL triggers, when CTRL + key has been pressed. Compare to CTRL_KEY( char ) _EVENT_TERM is still usable, but use is discouraged | |||
2019-11-08 | Documentation | Jonas Gunz | |
2019-06-12 | Added support for Function Keys as _EVENT_FUNCTION1 | Jonas Gunz | |
Those are normally the first 4 to 10 function keys. others are addressed with [ instead of O and might become _EVENT_FUNCTION2 in the future | |||
2019-05-06 | Changed color handling to take ANSI 8bit colors | Jonas Gunz | |
added ansi_color_fg(R,G,B) and ..._bg(...) to generate ANSI-colors from RGB values replaced two spaces with tabs in every file to fix terrible tabbing (thanks atom...) | |||
2019-05-05 | Makefile fixing | Jonas Gunz | |
2019-04-21 | cInput: removed static buffer length | jonas | |
.gitignore: added missing files | |||
2019-03-28 | replaced sprintf with snprintf #8 | jonas | |
2019-03-27 | Increased Buffer sizes in render() | Jonas Gunz | |
2019-03-26 | cRender: Added enableDebugInfo() to print debug info | jonas | |
2019-03-26 | cRender: Added divide by zero check | jonas | |
2019-03-20 | Remove obsolete features, cleanup | Jonas Gunz | |
2019-03-20 | Added forced screen size and mute to cRender for testing | Jonas Gunz | |
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 | Reworked color for xterm compatible terminals. #6 | Jonas Gunz | |
_color can now be set as (FG | BG | MOD) | |||
2019-03-16 | Removed collision detection in Framebuffer #4 | Jonas Gunz | |
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 | 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 | 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 |