Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}",
limits unnecessary diffs.
|
|
[ci skip]
|
|
Also fix hyperlink references to same class as per the guidelines.
[ci skip]
|
|
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`.
Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property.
Fixes #7589, where it's also discussed.
|
|
|
|
Ensure that s/fixed_process/physics_process/ is handled properly.
[ci skip]
|
|
[ci skip]
|
|
possible to save module files in module directories and the build system will
recognize them.
|