summaryrefslogtreecommitdiffstats
path: root/doc/classes/PhysicsServer3D.xml
Commit message (Expand)AuthorAgeFilesLines
* Bind `PhysicsServer*D::body_set_state_sync_callback`Mikael Hermansson2024-07-231-0/+11
* Bind physics server methods related to shape marginMikael Hermansson2024-05-191-0/+17
* Merge pull request #91596 from TheKiromen/improve-body-create-documentationRémi Verschelde2024-05-061-0/+2
|\
| * Update body_create description in PhysicsServer2D/3DDominik Kruczek2024-05-061-0/+2
* | Update area_create description in PhysicsServer2D/3D to clear up possible con...Dominik Kruczek2024-05-051-1/+2
|/
* Document Area3D wind properties only affecting SoftBody3DHugo Locurcio2024-04-101-1/+1
* Merge pull request #80166 from rburing/force_integration_docsRémi Verschelde2024-04-081-5/+9
|\
| * Fix force integration documentationRicardo Buring2024-03-161-5/+9
* | Bind constants related to 6DOF jointsRicardo Buring2024-03-241-4/+27
|/
* Bind physics server methods related to `SoftBody3D`Mikael Hermansson2024-01-261-0/+252
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-4/+3
* Fix some mixups between 2D/3D in documentationNinni Pipping2023-07-231-1/+1
* Fix documentation for consistencySeptian2023-07-121-1/+1
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-2/+9
* Improve documentation for Area monitor callbacks in `PhysicsServer3D`Ninni Pipping2023-03-251-6/+14
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Replace "dampen" with "damp", "attenuate" in class docsquinnyo2023-02-081-5/+5
* Replace Area gravity point distance scale with unit distanceAaron Franke2023-01-291-2/+3
* Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATIONAaron Franke2023-01-291-12/+9
* Bind methods related to disabling collision between joint bodiesMikael Hermansson2022-12-231-0/+15
* Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev2022-09-251-0/+14
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-4/+4
* Merge pull request #64343 from TokageItLab/priority-phRémi Verschelde2022-08-221-0/+15
|\
| * Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew2022-08-181-0/+15
* | [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-2/+2
|/
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-4/+4
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-242/+242
* PhysicsServer3D docs: sync phrasing of get_process_info with 2D docsRicardo Buring2022-03-181-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix indentations in class reference XMLsHaoyu Qiu2021-12-151-1/+0
* Improve RigidDynamicBody force and torque APIPouleyKetchoupp2021-12-101-10/+82
* Add physics solver settings to project settingsPouleyKetchoupp2021-12-071-7/+2
* Merge pull request #55602 from nekomatata/improve-rigidbody-contactsRémi Verschelde2021-12-061-14/+12
|\
| * Update space parameters in 2D and 3DPouleyKetchoupp2021-12-031-14/+12
* | Fix various misused code tag in classrefHaoyu Qiu2021-12-021-4/+4
|/
* Merge pull request #54810 from nekomatata/area-separate-override-modesCamille Mohr-Daurat2021-11-111-29/+23
|\
| * Separate space override modes for gravity/damping in AreaPouleyKetchoupp2021-11-091-29/+23
* | Fix errors in CharacterBody when floor is destroyed or removedPouleyKetchoupp2021-11-101-1/+1
|/
* Expose local center of mass in physics serversPouleyKetchoupp2021-11-081-1/+1
* Use `Callable` in Area monitor callbackrafallus2021-11-011-4/+2
* Improved RigidDynamicBody linear/angular damping overridePouleyKetchoupp2021-10-251-3/+15
* Script interface improvements for test body motionPouleyKetchoupp2021-10-041-9/+4
* Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat2021-09-281-2/+2
|\
| * Clarify RigidDynamicBody modesPouleyKetchoupp2021-09-161-2/+2
* | Improved logic for CharacterBody collision recovery depthPouleyKetchoupp2021-09-271-2/+0
* | Port 2D improvement to move and slide 3Dfabriceci2021-09-221-0/+1
|/
* Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat2021-09-161-1/+1
|\
| * Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-1/+1