Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-20 | Makefile, doxygenHEADmaster | Jonas Gunz | |
2020-11-20 | Readme | Jonas Gunz | |
2020-11-20 | install-man fix | Jonas Gunz | |
2020-11-20 | documentation, makefile install-man | Jonas Gunz | |
2020-11-20 | fix example 3d | Jonas Gunz | |
2020-02-12 | Updated PKGBUILD for termgl-git package | Jonas Gunz | |
2020-02-10 | Update readme | Jonas Gunz | |
2020-02-10 | renamed "misc" to "packaging" | Jonas Gunz | |
2020-02-10 | fixed example collision.cpp | Jonas Gunz | |
-updated includes in collision.cpp -added include for version.h in termgl.h | |||
2019-12-13 | Fixes | Jonas Gunz | |
2019-11-10 | updated test | Jonas Gunz | |
2019-11-10 | updated PKGBUILD to install headers | Jonas Gunz | |
2019-11-10 | Added header install to makefile | Jonas Gunz | |
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-09-04 | v1.1v1.1 | Jonas Gunz | |
2019-09-04 | PKGBUILD | 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-06-12 | Added PKGBUILD for easy installation | Jonas Gunz | |
2019-06-12 | Added install & uninstall to Makefile | Jonas Gunz | |
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-26 | Merge branch 'master' of github.com:kompetenzbolzen/TermGL | Jonas Gunz | |
2019-04-26 | Added Makefile DEBUG target | Jonas Gunz | |
2019-04-21 | Readme fixes | jonas | |
2019-04-21 | cInput: removed static buffer length | jonas | |
.gitignore: added missing files | |||
2019-04-10 | Merge pull request #9 from kompetenzbolzen/add-license-1 | Jonas Gunz | |
Create LICENSE | |||
2019-04-10 | Create LICENSE | Jonas Gunz | |
2019-03-30 | Readme fix | Jonas Gunz | |
2019-03-30 | Readme updates | Jonas Gunz | |
2019-03-30 | Update Badges | Jonas Gunz | |
2019-03-30 | Merge branch 'master' of github.com:kompetenzbolzen/enginev1.0 | Jonas Gunz | |
2019-03-30 | Rename + Version change | Jonas Gunz | |
Signed-off-by: Jonas Gunz <himself@jonasgunz.de> | |||
2019-03-28 | replaced sprintf with snprintf #8 | jonas | |
2019-03-27 | Increased Buffer sizes in render() | Jonas Gunz | |
2019-03-27 | example tweak | jonas | |
2019-03-26 | cRender: Added enableDebugInfo() to print debug info | jonas | |
2019-03-26 | cRender: Added divide by zero check | jonas | |
2019-03-20 | Makefile tweaks | Jonas Gunz | |
2019-03-20 | example Pong is now screen size sensitive | Jonas Gunz | |
2019-03-20 | Remove obsolete features, cleanup | Jonas Gunz | |
2019-03-20 | Updated example Pong to use FPS | 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 | 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 | |