summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-03feat Create a log systemFrederico Linhares
2022-08-02refa Use Vulkan for graphicsFrederico Linhares
This is a partial refactory. Some functionalities implemented in SDL were removed and need reimplementation.
2022-05-26fixt Remove duplicated error messageFrederico Linhares
2022-05-26fixt Rect#align_horizontally?Frederico Linhares
* src/rect (Rect#align_horizontally?): The method was pointing to the wrong C function.
2022-05-23feat Subdivide collision detectionFrederico Linhares
* src/rect.c (cg_cRect_align_vertically, cg_cRect_align_horizontally): Collision detection consists of two different algorithms that detect if two boxes are aligned vertically and horizontally. Now those two algorithms can be used separately.
2022-04-06Initial commitFrederico Linhares