aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/RayCast2D.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* Added description to get_collision_mask_bit and set_collision_mask_bit in ↵Anutrix2018-01-181-0/+2
| | | | RayCast2D.xml
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-64/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-241-23/+0
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-241-0/+18
| | | | [ci skip]
* classref: Sync with current sourceRémi Verschelde2017-10-221-1/+1
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-211-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 Haas2017-10-141-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-2/+2
| | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-5/+5
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+216
possible to save module files in module directories and the build system will recognize them.