summaryrefslogtreecommitdiff
path: root/scene/3d/physics_body_3d.h
AgeCommit message (Expand)Author
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-29Use real_t in physics nodesAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-22Fix joint RID not being passed to _set in PhysicalBoneDavid Hoppenbrouwers
2020-11-27Remove RigidBody weight propertyMarcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-13Remove old RigidBody layers property and methods.Marcel Admiraal
2020-07-21Add Method get_inverse_inertia_tensorYerik
2020-07-10Add override keywords.Marcel Admiraal
2020-06-02Refactor physics force and impulse codeAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-14Add PhysicalBone rotation, damping, axis lock & can sleepPouleyKetchoupp
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky