summaryrefslogtreecommitdiff
path: root/modules/bullet/bullet_physics_server.cpp
AgeCommit message (Expand)Author
2020-07-08Move Bullet physics query flush from Bullet space pre-tick callback toMarcel Admiraal
2020-07-07Merge pull request #39735 from AndreaCatania/bullet_phy_add_apiRémi Verschelde
2020-06-24Added BulletPhysics APIs to return internal objects and fixed a typo.Andrea Catania
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-02Replace NULL with nullptrlupoDharkael
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-09Change "ID" to lowercase "id"Aaron Franke
2019-04-23Allow adding disabled shapesShyRed
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-27Added function to control 6DOF precisionAndrea Catania
2018-10-07Optimitzed area overlap checksAndrea Catania
2018-10-06Improved code that handles collision shapes, fixes #21945Andrea Catania
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Merge pull request #21049 from AndreaCatania/jointsRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
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-15Improved 6DOF joint implementation, and removed useless function from cone jointAndrea Catania
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-07-24Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky
2018-07-01added cylinder shape supportmuiroc
2018-05-11Implemented physics materialAndreaCatania
2018-03-13Fixed leak in BulletPhysicsServerWilson E. Alvarez
2018-02-27Implemented Bullet method omit forcesAndrea Catania
2018-02-21Fix typos with codespellluz.paz
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania
2018-02-05Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-30fix typo in switch statementfirefly2442
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-30Fixed bullet server null pointer checkAndrea Catania
2017-11-10Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki