summaryrefslogtreecommitdiffstats
path: root/servers/physics_server_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #42364 from madmiraal/fix-39887Rémi Verschelde2021-10-031-1/+1
|\
| * Increment index when populating PhysicsShapeQueryParameters exclude array.Marcel Admiraal2020-09-271-1/+1
* | Remove shape metadata from 2D physics serverPouleyKetchoupp2021-09-301-7/+0
* | Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat2021-09-281-1/+1
|\ \
| * | Clarify RigidDynamicBody modesPouleyKetchoupp2021-09-161-1/+1
* | | Improved logic for CharacterBody collision recovery depthPouleyKetchoupp2021-09-271-1/+0
|/ /
* | Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp2021-09-141-2/+2
* | Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp2021-09-061-0/+5
* | Harmonize default value for collision mask in ray/shape queriesPouleyKetchoupp2021-08-301-10/+3
* | Rename RayShape to SeparationRayShapePouleyKetchoupp2021-08-241-2/+2
* | Fix CharacterBody motion with RayShapePouleyKetchoupp2021-08-241-3/+3
* | Restore RayShape as a regular shape typePouleyKetchoupp2021-08-241-0/+2
* | API improvement on physics, mainly CharacterBodyfabriceci2021-08-151-7/+7
* | Rename LineShape2D to WorldMarginShape2DHugo Locurcio2021-08-141-2/+2
* | Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-6/+6
* | Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp2021-08-101-5/+3
* | Fix applied rotation from moving platforms in move_and_slidePouleyKetchoupp2021-08-091-0/+2
* | Fixing 2D moving platform logicfabriceci2021-07-151-3/+7
* | Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2DPouleyKetchoupp2021-07-051-31/+0
* | Fix move_and_collide causing sliding on slopesPouleyKetchoupp2021-06-281-0/+18
* | More explanatory names for RigidBody modesPouleyKetchoupp2021-06-041-2/+2
* | KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp2021-06-041-6/+0
* | Enable setting of collision iterations in PhysicsServer2DRhathe2021-05-191-0/+2
* | Prevent setting too big or too small Collision Mask and LayerRafał Mikrut2021-04-301-2/+2
* | Unexpose _direct_state_changed in PhysicsBodyrafallus2021-04-221-1/+1
* | Make Servers truly Thread Safereduz2021-02-101-6/+11
* | Use real_t in physics codeAaron Franke2021-01-281-5/+5
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-3/+3
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* | Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+0
|/
* Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde2020-07-021-4/+4
|\
| * Refactor physics force and impulse codeAaron Franke2020-06-021-4/+4
* | Expose shape property for shape query parameters classesAndrii Doroshenko (Xrayez)2020-06-261-5/+14
* | Correct misspellings of damped spring.Marcel Admiraal2020-06-041-5/+5
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-14/+27
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-54/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* More server renames for consistency after #37361Rémi Verschelde2020-03-281-22/+22
* Renaming of servers for coherency.Juan Linietsky2020-03-271-0/+840