Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-16 | Removed collision detection in Framebuffer #4 | 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 | Directory updates | Jonas Gunz | |
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys |