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 | test Collision and alignment detection | 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-26 | test Create tests for the engine | Frederico Linhares | |
2022-05-23 | buil Create a task that generates a tar.gz package | Frederico Linhares | |
* Rakefile: Create a task to generate a tar.gz package and add DESTDIR environment variable to the install task. Both changes help when generating packages for Linux distributions. | |||
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-05-23 | feat Create Animation | Frederico Linhares | |
2022-05-11 | feat Create Menu::Stack | Frederico Linhares | |
2022-04-06 | Initial commit | Frederico Linhares | |