Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | feat Create a log system | Frederico Linhares | |
2022-08-02 | refa Use Vulkan for graphics | Frederico Linhares | |
This is a partial refactory. Some functionalities implemented in SDL were removed and need reimplementation. | |||
2022-05-26 | fixt Remove duplicated error message | Frederico Linhares | |
2022-05-26 | fixt Rect#align_horizontally? | Frederico Linhares | |
* src/rect (Rect#align_horizontally?): The method was pointing to the wrong C function. | |||
2022-05-23 | feat Subdivide collision detection | Frederico 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-06 | Initial commit | Frederico Linhares | |