index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
RigidBody2D.xml
Age
Commit message (
Expand
)
Author
2022-08-26
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2021-09-16
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-09-06
Proper support for custom mass properties in 2D/3D physics bodies
PouleyKetchoupp
2021-08-31
Add AnimatableBody inherited from StaticBody for moving platforms
PouleyKetchoupp
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-06-18
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-04
Support for kinematic_motion in StaticBody
PouleyKetchoupp
2021-06-04
More explanatory names for RigidBody modes
PouleyKetchoupp
2021-06-04
KinematicBody split between new CharacterBody and PhysicsBody
PouleyKetchoupp
2021-05-18
Merge pull request #42742 from madmiraal/fix-12215
Rémi Verschelde
2021-03-19
class reference proofreading
Paul Joannon
2021-03-06
Return RID instead of Object id in area-body_shape_entered-exited signals.
Marcel Admiraal
2021-01-09
Update area-body_shape_entered-exited signal documentation.
Marcel Admiraal
2020-11-27
Remove RigidBody weight property
Marcel Admiraal
2020-10-13
Correct the doc about linear damping
Tomasz Chabora
2020-10-03
Remove reference to 3D shapes in RigidBody2D.xml contacts description.
Marcel Admiraal
2020-10-01
Link to demos from within the class reference
Aaron Franke
2020-09-01
Document RigidBodies in character mode never sleeping automatically
Hugo Locurcio
2020-08-27
Document where the center of mass is for RigidBody nodes
skyace65
2020-07-27
Clarify the difference between contacts and collisions.
Marcel Admiraal
2020-07-02
Merge pull request #37350 from aaronfranke/force-impulse
Rémi Verschelde
2020-06-09
Update Rigidbody 2D and 3D sleep documentation.
Marcel Admiraal
2020-06-02
Refactor physics force and impulse code
Aaron Franke
2020-04-24
doc: Fix parsing typed arrays in makerst.py
Rémi Verschelde
2020-03-30
doc: Update classref with node renames
Rémi Verschelde
2020-02-12
Remove deprecated PhysicsBody friction and bounce parameters
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2019-10-06
[DOC] Add missing physics_material_override descriptions
Chris Bradfield
2019-08-22
Fix custom inertia in physics2d, closes#30838
RaphaelHunter
2019-07-15
doc: Sync classref with current source
Rémi Verschelde
2019-06-30
doc: Mark PhysicsBody bounce/friction as deprecated
Rémi Verschelde
2019-06-30
doc: Remove null default values that can't be determined
Rémi Verschelde
2019-06-30
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
doc: Add default values to all properties
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-05-03
Update of RigidBody2D class description
Thomas Karcher
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2019-01-29
[DOCS] rephrase impulse
toger5
2019-01-07
doc: Fix wrong references found by new makerst.py
Rémi Verschelde
2018-12-20
doc: Add missing commas after "If true/false"
Rémi Verschelde
2018-10-02
[DOCS] Classref updates: Color, RigidBody*
Chris Bradfield
2018-09-01
Improve ClassDB information for some some signal parameters
Kelly Thomas
2018-07-26
doc: Sync classref with current source
Rémi Verschelde
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-25
[DOCS] Sync classref with current source
Poommetee Ketson
2018-02-19
Merge pull request #16738 from YeldhamDev/rigidbodies_descriptions
Rémi Verschelde
2018-02-19
Made modifications to the RigidBody(2D) descriptions.
Michael Alexsander Silva Dias
[next]