summaryrefslogtreecommitdiff
path: root/doc/classes/RigidBody2D.xml
AgeCommit message (Expand)Author
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-08-31Add AnimatableBody inherited from StaticBody for moving platformsPouleyKetchoupp
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-04Support for kinematic_motion in StaticBodyPouleyKetchoupp
2021-06-04More explanatory names for RigidBody modesPouleyKetchoupp
2021-06-04KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp
2021-05-18Merge pull request #42742 from madmiraal/fix-12215Rémi Verschelde
2021-03-19class reference proofreadingPaul Joannon
2021-03-06Return RID instead of Object id in area-body_shape_entered-exited signals.Marcel Admiraal
2021-01-09Update area-body_shape_entered-exited signal documentation.Marcel Admiraal
2020-11-27Remove RigidBody weight propertyMarcel Admiraal
2020-10-13Correct the doc about linear dampingTomasz Chabora
2020-10-03Remove reference to 3D shapes in RigidBody2D.xml contacts description.Marcel Admiraal
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-01Document RigidBodies in character mode never sleeping automaticallyHugo Locurcio
2020-08-27Document where the center of mass is for RigidBody nodesskyace65
2020-07-27Clarify the difference between contacts and collisions.Marcel Admiraal
2020-07-02Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde
2020-06-09Update Rigidbody 2D and 3D sleep documentation.Marcel Admiraal
2020-06-02Refactor physics force and impulse codeAaron Franke
2020-04-24doc: Fix parsing typed arrays in makerst.pyRémi Verschelde
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-02-12Remove deprecated PhysicsBody friction and bounce parametersRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-10-06[DOC] Add missing physics_material_override descriptionsChris Bradfield
2019-08-22Fix custom inertia in physics2d, closes#30838RaphaelHunter
2019-07-15doc: Sync classref with current sourceRémi Verschelde
2019-06-30doc: Mark PhysicsBody bounce/friction as deprecatedRémi Verschelde
2019-06-30doc: Remove null default values that can't be determinedRémi Verschelde
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-05-03Update of RigidBody2D class descriptionThomas Karcher
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-01-29[DOCS] rephrase impulsetoger5
2019-01-07doc: Fix wrong references found by new makerst.pyRémi Verschelde
2018-12-20doc: Add missing commas after "If true/false"Rémi Verschelde
2018-10-02[DOCS] Classref updates: Color, RigidBody*Chris Bradfield
2018-09-01Improve ClassDB information for some some signal parametersKelly Thomas
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-25[DOCS] Sync classref with current sourcePoommetee Ketson
2018-02-19Merge pull request #16738 from YeldhamDev/rigidbodies_descriptionsRémi Verschelde
2018-02-19Made modifications to the RigidBody(2D) descriptions.Michael Alexsander Silva Dias