index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
RigidBody2D.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Add links to project settings
tetrapod00
2024-11-12
1
-3
/
+3
*
Merge pull request #90310 from mhilbrunner/OutdatedDemos
Rémi Verschelde
2024-04-08
1
-2
/
+2
|
\
|
*
Update links to outdated asset library demos
skyace65
2024-04-07
1
-2
/
+2
*
|
Fix force integration documentation
Ricardo Buring
2024-03-16
1
-2
/
+3
|
/
*
Fix rigid body property description
Chris Bradfield
2023-07-09
1
-1
/
+1
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Overhaul the top sections of the class reference (Physics classes)
VolTer
2023-05-20
1
-6
/
+6
*
Document automatic center mode using shape origins
Winston
2023-04-26
1
-1
/
+1
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Add how to retrieve RigidBody2D and RigidBody3D autocomputed inertia
[Error_27]
2023-02-10
1
-0
/
+22
*
Add note about inertia being required for apply_torque on various Nodes
Corey Williams
2022-11-06
1
-0
/
+2
*
Restore RigidBody2/3D, SoftBody names in physics
fabriceci
2022-08-26
1
-0
/
+283
*
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-09-16
1
-229
/
+0
*
Proper support for custom mass properties in 2D/3D physics bodies
PouleyKetchoupp
2021-09-06
1
-2
/
+16
*
Add AnimatableBody inherited from StaticBody for moving platforms
PouleyKetchoupp
2021-08-31
1
-2
/
+3
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-58
/
+29
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-5
/
+5
*
Support for kinematic_motion in StaticBody
PouleyKetchoupp
2021-06-04
1
-1
/
+1
*
More explanatory names for RigidBody modes
PouleyKetchoupp
2021-06-04
1
-7
/
+6
*
KinematicBody split between new CharacterBody and PhysicsBody
PouleyKetchoupp
2021-06-04
1
-19
/
+4
*
Merge pull request #42742 from madmiraal/fix-12215
Rémi Verschelde
2021-05-18
1
-2
/
+2
|
\
|
*
Return RID instead of Object id in area-body_shape_entered-exited signals.
Marcel Admiraal
2021-03-06
1
-2
/
+2
*
|
class reference proofreading
Paul Joannon
2021-03-19
1
-1
/
+1
|
/
*
Update area-body_shape_entered-exited signal documentation.
Marcel Admiraal
2021-01-09
1
-4
/
+14
*
Remove RigidBody weight property
Marcel Admiraal
2020-11-27
1
-3
/
+0
*
Correct the doc about linear damping
Tomasz Chabora
2020-10-13
1
-0
/
+2
*
Remove reference to 3D shapes in RigidBody2D.xml contacts description.
Marcel Admiraal
2020-10-03
1
-1
/
+1
*
Link to demos from within the class reference
Aaron Franke
2020-10-01
1
-0
/
+2
*
Document RigidBodies in character mode never sleeping automatically
Hugo Locurcio
2020-09-01
1
-0
/
+1
*
Document where the center of mass is for RigidBody nodes
skyace65
2020-08-27
1
-0
/
+1
*
Clarify the difference between contacts and collisions.
Marcel Admiraal
2020-07-27
1
-6
/
+7
*
Merge pull request #37350 from aaronfranke/force-impulse
Rémi Verschelde
2020-07-02
1
-5
/
+5
|
\
|
*
Refactor physics force and impulse code
Aaron Franke
2020-06-02
1
-5
/
+5
*
|
Update Rigidbody 2D and 3D sleep documentation.
Marcel Admiraal
2020-06-09
1
-3
/
+4
|
/
*
doc: Fix parsing typed arrays in makerst.py
Rémi Verschelde
2020-04-24
1
-1
/
+1
*
doc: Update classref with node renames
Rémi Verschelde
2020-03-30
1
-3
/
+3
*
Remove deprecated PhysicsBody friction and bounce parameters
Rémi Verschelde
2020-02-12
1
-8
/
+0
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
[DOC] Add missing physics_material_override descriptions
Chris Bradfield
2019-10-06
1
-0
/
+2
*
Fix custom inertia in physics2d, closes#30838
RaphaelHunter
2019-08-22
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2019-07-15
1
-1
/
+1
*
doc: Mark PhysicsBody bounce/friction as deprecated
Rémi Verschelde
2019-06-30
1
-1
/
+3
*
doc: Remove null default values that can't be determined
Rémi Verschelde
2019-06-30
1
-3
/
+3
*
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
1
-11
/
+11
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
1
-20
/
+20
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-7
/
+8
*
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-06-27
1
-4
/
+4
*
Update of RigidBody2D class description
Thomas Karcher
2019-05-03
1
-1
/
+2
[next]