summaryrefslogtreecommitdiff
path: root/scene/3d/collision_polygon_3d.cpp
AgeCommit message (Expand)Author
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-23Node3D gizmo improvementsjfons
2021-06-04KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp
2021-04-11Use Array for node configuration warningsNathan Franke
2021-02-11Implement CollisionPolygon3D marginhoontee
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-28Rename empty() to is_empty()Marcel Admiraal
2020-10-01Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-16Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky