Age | Commit message (Collapse) | Author |
|
This is a partial refactory. Some functionalities implemented in
SDL were removed and need reimplementation.
|
|
|
|
|
|
* src/rect (Rect#align_horizontally?): The method was pointing to the
wrong C function.
|
|
|
|
* 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.
|
|
* 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.
|
|
|
|
|
|
|