Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | classref: Sync with current source | Rémi Verschelde | 2017-10-22 | 1 | -1/+1 | |
| | | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip] | |||||
* | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez | 2017-10-21 | 1 | -6/+6 | |
| | | | | | | | | 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. | |||||
* | [DOCS] Fix a few typos. | Andreas Haas | 2017-10-14 | 1 | -1/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-10-11 | 1 | -2/+2 | |
| | | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip] | |||||
* | doc: Sync classref with current source | Rémi Verschelde | 2017-09-13 | 1 | -5/+5 | |
| | | | | [ci skip] | |||||
* | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | 2017-09-12 | 1 | -0/+216 | |
possible to save module files in module directories and the build system will recognize them. |