summaryrefslogtreecommitdiffstats
path: root/doc/classes/ShapeCast2D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix some differences between ShapeCast2D and ShapeCast3D documentationMicky2024-08-191-9/+9
|
* Expose `ShapeCast{2D,3D}::get_collision_result`Raul Santos2024-08-151-1/+1
|
* Clarify Shapecast safe/unsafe fraction differenceMel Collins2023-12-061-0/+1
|
* Sync changes between ShapeCast and RayCast class referencesHaoyu Qiu2023-11-071-3/+3
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-5/+4
|
* Fix various typos in the classrefHaoyu Qiu2023-04-181-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add `ShapeCast2D/3D::get_collider_rid` methodkleonc2022-11-011-0/+7
|
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-6/+6
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-11/+11
|
* Improve `ShapeCast2D` and `ShapeCast3D` docsPrecisionRender2022-07-291-9/+9
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Improve some method bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-4/+4
| | | | | This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer.
* Remove `get_closest_*` methods from `ShapeCast2D`Andrii Doroshenko (Xrayez)2021-11-121-25/+0
| | | | | | The physics API cannot provide needed functionality to ensure the correct behavior, which might lead to confusion (see `rest_info()`). However `get_closest_collision_safe/unsafe_fraction()` methods are not removed, because they return correct result from `cast_motion()`.
* Add `ShapeCast2D` nodeAndrii Doroshenko (Xrayez)2021-11-121-0/+182