summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsBody3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add keywords to `PhysicsBody{2D,3D}.test_move()` for easier discoverabilityHugo Locurcio2024-03-091-1/+1
| | | | | `sweep` is the term used in Unity for collision checks without moving anything.
* Expose a method to get gravity for any physics bodyAaron Franke2024-01-301-0/+6
|
* 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-3/+3
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Merge pull request #67847 from rburing/warn_non-uniformistsRémi Verschelde2023-01-231-1/+2
|\ | | | | | | Warn against using non-uniform scale for 3D physics (in the editor and class reference)
| * Warn against using non-uniform scale for 3D physicsRicardo Buring2022-10-241-1/+2
| | | | | | | | | | | | | | Using non-uniform scale is known to cause many issues. Add warnings to the editor and to the class reference. Also remove the warning from SoftBody3D since it is not relevant there: it simulates in global space.
* | Revert move vector parameter name to motionHaoyu Qiu2022-11-191-5/+5
|/
* Add recovery_as_collision in move_and_collide/test_movefabriceci2022-09-171-2/+6
|
* Rename properties unnecessarily using slash (`/`) in their namesRémi Verschelde2022-08-231-2/+2
| | | | | | | | | This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558.
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-11/+11
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-14/+14
|
* 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.
* Revert #53174 (applying the delta in move and collide), rename rec_vel to ↵fabriceci2022-01-261-5/+5
| | | | distance and improve the doc description
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|
* Fix test_move reporting collision when touching another bodyPouleyKetchoupp2021-11-101-3/+3
| | | | | | | | | | 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.
* Apply delta in move and collidefabriceci2021-09-281-4/+6
|
* Port 2D improvement to move and slide 3Dfabriceci2021-09-221-0/+4
| | | | Co-authored-by: Camille Mohr-Daurat <pouleyketchoup@gmail.com>
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp2021-08-101-8/+4
| | | | | | | | | | | Infinite inertia: Not needed anymore, since it's now possible to set one-directional collision layers in order for characters to ignore rigid bodies, while rigid bodies still collide with characters. Ray shapes: They were introduced as a work around to allow constant speed on slopes, which is now possible with the new property in CharacterBody instead.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-46/+23
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Safe margin cleanupPouleyKetchoupp2021-06-041-6/+6
| | | | | | | | Safe margin property on CharacterBody only, used as argument in move_and_collide. Removed kinematic_safe_margin in 3D physics server, not really useful and now harmonized with 2D.
* Properties for move_and_slide and remove move_and_slide_with_snapPouleyKetchoupp2021-06-041-1/+1
| | | | | | | - snap property to replace move_and_slide_with_snap() - floor_max_angle, stop_on_slope, infinite_inertia, max_slides, up_direction properties to replace arguments from move_and_slide() - up direction now defaults to Vector3.UP and Vector2.UP
* KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp2021-06-041-0/+80
| | | | | | | | | | | PhysicsBody now has methods move_and_collide/test_move and needed properties for these methods: safe margin, locked axes (3D only). Moved collision_exceptions from StaticBody to PhysicsBody for 3D (same as 2D, and conforms to documentation). RigidBody doesn't have test_motion method anymore, it's now redundant with PhysicsBody.test_move.
* doc: Sync classref with current sourceRémi Verschelde2021-04-291-2/+0
| | | | And typo fix from https://github.com/godotengine/godot-docs/pull/4882.
* Move collision layer and mask into CollisionObject.Marcel Admiraal2021-04-201-48/+0
|
* Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde2020-08-311-2/+2
|\ | | | | Reference the online documentation in collision layer/mask properties
| * Reference the online documentation in collision layer/mask propertiesHugo Locurcio2020-08-031-2/+2
| | | | | | | | See https://github.com/godotengine/godot-docs/pull/3863.
* | Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
|/ | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* doc: Fix parsing typed arrays in makerst.pyRémi Verschelde2020-04-241-1/+1
| | | | | | | `Type[]` typed arrays will link to `Type`, as it's likely the most interesting information for the user. And sync classref with current source.
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+91
A few extra renames for classes which were missed in last week's PRs.