Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |