summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-26test Collision and alignment detectionFrederico 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-26test Create tests for the engineFrederico Linhares
2022-05-23buil Create a task that generates a tar.gz packageFrederico 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-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-05-23feat Create AnimationFrederico Linhares
2022-05-11feat Create Menu::StackFrederico Linhares
2022-04-06Initial commitFrederico Linhares