summaryrefslogtreecommitdiffstats
path: root/servers/physics_3d/space_3d_sw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-181-1234/+0
* Fix physics glitch with TileMap moving platformsPouleyKetchoupp2021-10-041-0/+10
* Script interface improvements for test body motionPouleyKetchoupp2021-10-041-31/+31
* Remove shape metadata from 2D physics serverPouleyKetchoupp2021-09-301-1/+0
* Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio2021-09-291-6/+6
* Improved logic for CharacterBody collision recovery depthPouleyKetchoupp2021-09-271-12/+12
* Port 2D improvement to move and slide 3Dfabriceci2021-09-221-52/+115
* Initialize variables in servers/physicsqarmin2021-09-151-17/+0
* Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp2021-09-061-7/+7
* Rename RayShape to SeparationRayShapePouleyKetchoupp2021-08-241-2/+2
* Rename slips_on_slope to slide_on_slopePouleyKetchoupp2021-08-241-2/+2
* Fix CharacterBody motion with RayShapePouleyKetchoupp2021-08-241-2/+12
* Merge pull request #51645 from fabriceci/improve-physics-apiRémi Verschelde2021-08-161-5/+5
|\
| * API improvement on physics, mainly CharacterBodyfabriceci2021-08-151-5/+5
* | Enabled softbody-area collision (intersection) and enabled area-specific grav...Jeffrey Cochran2021-08-151-1/+3
|/
* Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp2021-08-101-184/+3
* Fix 3D moving platform logicPouleyKetchoupp2021-08-091-1/+10
* One-directional collision layer check for rigid bodies and soft bodiesPouleyKetchoupp2021-07-191-1/+1
* Ensure KinematicBodies only interact with other Bodies with matching mask.Marcel Admiraal2021-07-191-2/+2
* Make move_and_slide collision detection more accuratePouleyKetchoupp2021-07-011-25/+52
* Merge pull request #49844 from nekomatata/physics-disabled-shapesRémi Verschelde2021-06-301-25/+7
|\
| * Fix and clean disabled shapes handling in godot physics serversPouleyKetchoupp2021-06-221-25/+7
* | Fix move_and_collide causing sliding on slopesPouleyKetchoupp2021-06-281-0/+3
|/
* Merge pull request #42636 from madmiraal/fix-infinite-inertiaRémi Verschelde2021-06-111-0/+21
|\
| * Apply infinite inertia checks to Godot physics 3DMarcel Admiraal2021-03-061-0/+21
* | Rename Transform to Transform3D in coreAaron Franke2021-06-031-23/+23
* | Merge pull request #47130 from e344fde6bf/fix-angular-velocity-calculationRémi Verschelde2021-03-201-10/+9
|\ \
| * | Fix some angular velocity calculationse344fde6bf2021-03-201-10/+9
| |/
* / SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-181-3/+30
|/
* Merge pull request #45863 from nekomatata/physics-queries-disabled-shapesRémi Verschelde2021-02-241-2/+20
|\
| * Fix physics queries not filtering out disabled collision shapesPouleyKetchoupp2021-02-091-2/+20
* | Fix test_body_motion recoveryPouleyKetchoupp2021-02-171-34/+61
* | Make Servers truly Thread Safereduz2021-02-101-6/+6
|/
* Merge pull request #37547 from aaronfranke/tauRémi Verschelde2021-02-011-1/+1
|\
| * Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-1/+1
* | Use real_t in physics codeAaron Franke2021-01-281-3/+3
* | Merge pull request #43923 from madmiraal/fix-43588Rémi Verschelde2021-01-141-2/+2
|\ \ | |/ |/|
| * Fix cast_motion sometimes failingMarcel Admiraal2020-11-271-2/+2
* | Fix multiple issues with one-way collisionsMarcel Admiraal2021-01-071-2/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Revert "Allow Area2D and 3D mouse events without a collision layer"Rémi Verschelde2020-07-271-3/+3
* Allow Area2D and 3D mouse events without a collision layerTomasz Chabora2020-07-101-3/+3
* Test collision mask before creating constraint pair in Godot physics broadpha...Marcel Admiraal2020-06-081-0/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-45/+83
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-85/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-18/+45
* Replace NULL with nullptrlupoDharkael2020-04-021-14/+14