aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/physics_body.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-1/+1
* Improved API to active / deactive ragdollAndrea Catania2018-05-101-6/+3
* Fix some enums missing its bindMarcelo Fernandez2018-05-081-0/+7
* Implemented ragdollAndreaCatania2018-05-071-0/+1109
* Fix RigidBody's configuration warning for Z axisAlexander Alekseev2018-04-091-1/+1
* Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde2018-02-201-11/+11
|\
| * Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-201-11/+11
* | Merge pull request #16060 from sdfgeoff/apply_torqueRémi Verschelde2018-02-191-0/+5
|\ \
| * | Exposed apply_torque_impulse to gdscript and added documentation for added ap...sdfgeoff2018-02-151-0/+5
| |/
* / Clean up some bad words from code commentsArtem Varaksa2018-02-171-2/+0
|/
* Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl2018-01-211-0/+11
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed bad bindingsAndreaCatania2017-12-111-2/+2
* Implemented physics linear and angular lockAndreaCatania2017-12-101-68/+28
* Merge pull request #12756 from Stratos695/masterRémi Verschelde2017-12-091-16/+90
|\
| * Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki2017-11-101-16/+90
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-8/+8
|/
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-091-1/+1
* adjust min stop to horizontal velocityJuan Linietsky2017-11-091-1/+1
* Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky2017-11-091-3/+6
* Rewritten kinematic systemAndreaCatania2017-11-071-2/+3
* Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-2/+2
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+5
|\
| * Fix enums bindingsMaxim Sheronov2017-09-131-0/+5
* | Added to kinematicbody2d the copy and paste of the API friendler of Kinematic...Aron de Castro2017-09-101-1/+1
|/
* -Changed KinematicBody API yet again to make it friendlierJuan Linietsky2017-09-041-95/+133
* Fixed return of KinematicBody::_moveJames Beedie2017-08-311-1/+2
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-7/+7
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-4/+4
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
* | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-2/+4
|/
* Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Warn about resizing a rigidbody (2D or 3D), covers the most common cases, clo...Juan Linietsky2017-08-051-0/+31
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-412/+153
* Use the gravity constant to calculate weightsJohan Manuel2017-07-051-2/+2
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* Refactor layer_mask to collision_layerPoommetee Ketson2017-06-141-5/+5
* Ported/fixed move_and_slide to KinematicBody (3D+floor/ceiling args)20kdc2017-04-211-0/+124
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-513/+429
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-79/+79
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-28/+28