aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-11rotated iamgesiamcheeseman
2026-05-11fix fps countingiamcheeseman
2026-05-11change the temp allocator to be an arenaiamcheeseman
2026-05-11add convenience ty_new() macroiamcheeseman
2026-05-11make the test project less cancerousiamcheeseman
2026-05-11fix formattingiamcheeseman
2026-05-11transparent coloriamcheeseman
2026-05-11text renderingiamcheeseman
2026-05-11improve main game loopiamcheeseman
2026-05-10adjust code spacingiamcheeseman
it was annoying me
2026-05-10adjust log capitializingiamcheeseman
standards for this project are camel cased logging message. Like this: sentence 1. Sentence 2
2026-05-10add handy dandy init/deinit logsiamcheeseman
Not actually handy dandy but it makes my project feel more important.
2026-05-10add `ty_log_debug()`iamcheeseman
It's useful to have output that only appears in debug builds. The macro is defined to be empty in release builds, so the output isn't polluted by random log statements in release.
2026-05-10i ain't splitting alla this upiamcheeseman
2026-05-09move more of the dynamic array code to be macrosiamcheeseman
2026-05-09i don't want to write a commit messageiamcheeseman
2026-05-09fixup! add ty_sleepiamcheeseman
2026-05-09mildly improve image drawingiamcheeseman
2026-05-09add ty_sleepiamcheeseman
2026-05-09improvements to build.shiamcheeseman
2026-05-09add img -> recti convenience macroiamcheeseman
2026-05-09fix gcc warningsiamcheeseman
2026-05-09switch to gcc :(iamcheeseman
2026-05-08rename more inaccurate variable namesiamcheeseman
2026-05-08use ty_vec2i() where it can be usediamcheeseman
2026-05-08rename inaccurate variablesiamcheeseman
2026-05-08fix opengl header orderiamcheeseman
2026-05-08load qoi imagesiamcheeseman
2026-05-08update inaccurate error messageiamcheeseman
2026-05-08update loop order for cache coherencyiamcheeseman
2026-05-08correct image samplingiamcheeseman
2026-05-08print platform sources correctlyiamcheeseman
2026-05-08move third/ to dc/thirdiamcheeseman
2026-05-08Initial commitiamcheeseman