summaryrefslogtreecommitdiff
path: root/servers/physics
AgeCommit message (Expand)Author
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-21Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky
2018-08-21Added ray / shape / point / motion / rest cast exclusion of area and or bodyAndrea Catania
2018-08-21Merge pull request #20101 from panzergame/shape_marginRémi Verschelde
2018-08-20Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky
2018-08-19Added ray shape and move_and_slide with snapping on 3D.Andrea Catania
2018-08-16Expose bullet shape margin to UI.Tristan Porteries
2018-08-08Merge pull request #20727 from muiroc/fix_sw_sat_tableJuan Linietsky
2018-08-07Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky
2018-08-07Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania
2018-08-05fixed godotphysics sat dispatch tablemuiroc
2018-07-26Add check to clang 6.0 compiler bug workaroundRémi Verschelde
2018-07-26Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #20404 from TigerCaldwell/masterRémi Verschelde
2018-07-24Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-01added cylinder shape supportmuiroc
2018-05-14Workaround for clang 6 bug.bruvzg
2018-05-11Implemented physics materialAndreaCatania
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-08Merge pull request #17594 from ivodopiviz/float-overflowJuan Linietsky
2018-03-21Fix missing const in CapsuleShapeSW::get_areaMarcelo Fernandez
2018-03-17Changed debug max distance to avoid overflowIvan Vodopiviz
2018-02-20Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania
2018-02-19Merge pull request #16530 from AndreaCatania/raysRémi Verschelde
2018-02-19Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania
2018-02-19Merge pull request #16751 from AndreaCatania/moreAPIsRémi Verschelde
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-16Added Physics state APIsAndrea Catania
2018-02-05Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-01-12Expose PhysicsDirectBodyState.get_contact_impulseLee Pugh
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-10Implemented physics linear and angular lockAndreaCatania
2017-12-09Merge pull request #12756 from Stratos695/masterRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-10Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki
2017-11-10Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky
2017-11-09Merge pull request #12713 from AndreaCatania/masterJuan Linietsky
2017-11-08Merge pull request #11379 from m4nu3lf/feature/no_bias_overrotationRémi Verschelde
2017-11-07Rewritten kinematic systemAndreaCatania
2017-10-31Merge pull request #11249 from m4nu3lf/bugfix/get_eulerRémi Verschelde