index
:
termgl
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-06
Changed color handling to take ANSI 8bit colors
Jonas Gunz
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
2019-04-10
Merge pull request #9 from kompetenzbolzen/add-license-1
Jonas Gunz
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/engine
v1.0
Jonas Gunz
2019-03-30
Rename + Version change
Jonas Gunz
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
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
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
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
2019-03-06
converting size variables to unsigned #1
Jonas Gunz
2019-03-06
Updated Object writing to framebuffer
Jonas Gunz
2019-03-06
Makefile updates
Jonas Gunz
2019-03-06
Fixing counter underflow in CheckCollision() by casting to long int
Jonas Gunz
2019-03-06
Readme update
Jonas Gunz
[next]