Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rect2: Clarify docs for `has_point` excluding bottom and right borders
|
|
Fix shader crashing when using `ALBEDO` or `ALPHA` in light function
|
|
|
|
Separate space override modes for gravity/damping in Area
|
|
Improve tests, as well as documentation for `expand`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
confined mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add missing characters for property name quoting
|
|
|
|
Makes the results consistent for all shape types with options to set
the desired behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reporting rest collision information is needed for move_and_collide and
move_and_slide so floor detection can be done properly, but in the case
of just testing the motion for collision, it makes sense to return false
if the body is able to move all along the path without being stopped.
Updated the logic in test_move and clarified the documentation for
test_move and move_and_collide.
|
|
|
|
|
|
|