summaryrefslogtreecommitdiff
path: root/doc/classes/CharacterBody3D.xml
AgeCommit message (Expand)Author
2023-01-23Merge pull request #67847 from rburing/warn_non-uniformistsRémi Verschelde
2023-01-03Merge pull request #63650 from fabriceci/apply-moving-platform-angular-velocityRémi Verschelde
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-24Warn against using non-uniform scale for 3D physicsRicardo Buring
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-08-25Shorten variable names for moving platforms in CharacterBodyfabriceci
2022-08-24Adds a method to return the angular velocity of a platformfabriceci
2022-08-23Rename properties unnecessarily using slash (`/`) in their namesRémi Verschelde
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-29Fix typos in the CharacterBody3D doc filefabriceci
2022-04-09Fix up direction doc descriptionfabriceci
2022-02-22Rename motion_velocity to velocityChris Bradfield
2022-02-17Updated out of date CharacterBody documentation.Hannah Crawford
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-24rename free mode to floating modefabriceci
2022-01-09Expand description of is_on_X methods for CharacterBody2D/3Dzacryol
2022-01-07i18n: Sync classref translations with current 3.x codebaseRémi Verschelde
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-09-30Fix motion direction in slope for CharacterBody3DPouleyKetchoupp
2021-09-28Set stop on slope on by default on CharacterBody.fabriceci
2021-09-22Port 2D improvement to move and slide 3Dfabriceci
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-08-31Add AnimatableBody inherited from StaticBody for moving platformsPouleyKetchoupp
2021-08-15API improvement on physics, mainly CharacterBodyfabriceci
2021-08-10Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp
2021-08-09Fix 3D moving platform logicPouleyKetchoupp
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-08Use degrees instead of rad for floor_max_angle property in CharacterBodyPouleyKetchoupp
2021-06-04Linear velocity cleanupPouleyKetchoupp
2021-06-04Safe margin cleanupPouleyKetchoupp
2021-06-04Support for kinematic_motion in StaticBodyPouleyKetchoupp
2021-06-04More explanatory names for RigidBody modesPouleyKetchoupp
2021-06-04Properties for move_and_slide and remove move_and_slide_with_snapPouleyKetchoupp
2021-06-04KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp