summaryrefslogtreecommitdiffstats
path: root/scene/3d/collision_shape.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new configuration warning to CollisionShapePierre Caye2020-03-051-0/+8
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+2
* Renamed PlaneShape to WorldMarginShapeAndrea Catania2020-02-271-5/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Check if parent is null before updating trasnformCameron Reikes2019-05-291-1/+3
* Add transform support to deal with Bullets centering of shapesBastiaan Olij2019-05-071-1/+3
* fix CollisonShape changing shape cause crash when not in a treeyakun.zhang2019-05-051-1/+1
* Fix collider debug shape didn't changes with collider size changesyakun.zhang2019-04-111-7/+21
* Warn about plane shape usage, closes #26503Juan Linietsky2019-03-041-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Update collision shapes data on tree enteredPedro J. Estébanez2018-01-111-4/+13
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-1/+2
* Fix files headerPoommetee Ketson2017-09-011-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-4/+3
* Keep shapes bound to out-of-tree 3D physics objectsPedro J. Estébanez2017-08-161-7/+0
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Add object type hint for docsPoommetee Ketson2017-07-191-3/+3
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-0/+214