aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.c
AgeCommit message (Collapse)Author
13 dayscompletely redo listsiamcheeseman
14 daystyui text input boxesiamcheeseman
2026-05-22fix elements getting clipped with size <0iamcheeseman
2026-05-22fix negative column widthsiamcheeseman
2026-05-22tyui: add `tyui_blank_slider()`iamcheeseman
2026-05-22tyui slidersiamcheeseman
2026-05-21add a second test windowiamcheeseman
2026-05-21a buncha ui stuff idk even know anymoreiamcheeseman
2026-05-18add rounding to slidersiamcheeseman
2026-05-17GUI slidersiamcheeseman
2026-05-17add simple ui layoutsiamcheeseman
2026-05-15update test program to use tyuiiamcheeseman
2026-05-14fix image clipping on the left and top of screeniamcheeseman
Previously, texture coordinates would not be correctly calculated because the clamped draw positions were used to decide texture coordinates, instead of the intended draw position.
2026-05-14fix rotated spritesiamcheeseman
2026-05-14tyui buttonsiamcheeseman
2026-05-13resize windowsiamcheeseman
2026-05-13start uiiamcheeseman
2026-05-12typedef all structs and rename to Ada_Caseiamcheeseman
There isn't really a technical reason that I made this change. I just wanted to use Ada_Case. All types were prefixed with ty_, e.g. ty_Image.
2026-05-11fix a double freeiamcheeseman
2026-05-11Allow user inputiamcheeseman
2026-05-11rotated iamgesiamcheeseman
2026-05-11fix fps countingiamcheeseman
2026-05-11make the test project less cancerousiamcheeseman
2026-05-11text renderingiamcheeseman
2026-05-11improve main game loopiamcheeseman
2026-05-10adjust log capitializingiamcheeseman
standards for this project are camel cased logging message. Like this: sentence 1. Sentence 2
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-09i don't want to write a commit messageiamcheeseman
2026-05-09add ty_sleepiamcheeseman
2026-05-08load qoi imagesiamcheeseman
2026-05-08Initial commitiamcheeseman