summaryrefslogtreecommitdiffstats
path: root/modules/bullet/bullet_physics_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-18/+18
* Unexpose _direct_state_changed in PhysicsBodyrafallus2021-04-221-2/+2
* Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde2021-03-201-80/+16
|\
| * SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-181-80/+16
* | Fixes small typos and grammar correctionAnshul7sp12021-03-121-4/+4
|/
* Make Servers truly Thread Safereduz2021-02-101-4/+4
* Use real_t in physics codeAaron Franke2021-01-281-16/+16
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove Generic6DOFJoint precision propertyMarcel Admiraal2020-12-151-16/+0
* Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde2020-11-161-3/+0
|\
| * Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal2020-09-181-3/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
|/
* Move Bullet physics query flush from Bullet space pre-tick callback toMarcel Admiraal2020-07-081-0/+7
* Merge pull request #39735 from AndreaCatania/bullet_phy_add_apiRémi Verschelde2020-07-071-6/+21
|\
| * Added BulletPhysics APIs to return internal objects and fixed a typo.Andrea Catania2020-06-241-6/+21
* | Refactor physics force and impulse codeAaron Franke2020-06-021-4/+4
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-21/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-17/+17
* doc: Update classref with node renamesRémi Verschelde2020-03-301-4/+4
* Renaming of servers for coherency.Juan Linietsky2020-03-271-192/+192
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-7/+7
* Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-111-185/+185
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Change "ID" to lowercase "id"Aaron Franke2019-05-091-4/+4
* Allow adding disabled shapesShyRed2019-04-231-4/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added function to control 6DOF precisionAndrea Catania2018-11-271-0/+16
* Optimitzed area overlap checksAndrea Catania2018-10-071-2/+2
* Improved code that handles collision shapes, fixes #21945Andrea Catania2018-10-061-13/+5
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Merge pull request #21049 from AndreaCatania/jointsRémi Verschelde2018-08-241-1/+1
|\
| * Improved 6DOF joint implementation, and removed useless function from cone jointAndrea Catania2018-08-151-1/+1
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+4
* | Merge pull request #20101 from panzergame/shape_marginRémi Verschelde2018-08-211-0/+12
|\ \
| * | Expose bullet shape margin to UI.Tristan Porteries2018-08-161-0/+12
* | | Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky2018-08-201-2/+2
* | | Added ray shape and move_and_slide with snapping on 3D.Andrea Catania2018-08-191-0/+8
| |/ |/|
* | Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-071-14/+0
|\ \
| * | Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-071-14/+0
* | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-241-0/+28
* | | Implemented Soft bodyAndreaCatania2018-07-231-10/+164
|/ /
* | Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-231-0/+14
|\ \
| * | Implemented physics materialAndreaCatania2018-05-111-0/+14
| |/
* / added cylinder shape supportmuiroc2018-07-011-0/+4
|/
* Fixed leak in BulletPhysicsServerWilson E. Alvarez2018-03-131-1/+3