summaryrefslogtreecommitdiffstats
path: root/scene/3d/spatial.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes crash in Spatial::notificationHaoyu Qiu2020-01-251-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update transform property in the inspector when changing translation/rotation...PouleyKetchoupp2019-11-301-0/+3
* fix #32711 : Spatial::look_at wrong re-scalingRodolfo Ribeiro Gomes2019-10-111-3/+2
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-9/+2
* fix some crashesFurkan Türkal2019-07-011-0/+2
* Merge pull request #29125 from rodolforg/fix_spatial_look_at_affecting_scaleRémi Verschelde2019-05-231-11/+12
|\
| * fix un-scaling in Spatial::look_at_from_positionRodolfo Ribeiro Gomes2019-05-231-11/+12
* | Merge pull request #26897 from rodolforg/fix_spatial_look_at_affecting_scaleRémi Verschelde2019-04-301-2/+4
|\|
| * Spatial::look_at() now preserves its scale valuesRodolfo Ribeiro Gomes2019-04-261-2/+4
* | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
|/
* No longer crash due to wrongly requesting a gizmo, fixes #26735Juan Linietsky2019-03-071-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde2018-12-301-0/+3
|\
| * Expose the new gizmo plugin system to scriptingJFonS2018-12-211-0/+3
* | -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-3/+3
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add a function to force transform update, fixes #17628Juan Linietsky2018-09-061-0/+12
* Fix selection of instanced scenes in 3DJFonS2018-09-021-14/+8
* New gizmo structure and new gizmo disabling menuJFonS2018-08-091-0/+1
* Several improvements to inspector.Juan Linietsky2018-08-071-2/+2
* Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde2018-07-261-6/+2
|\
| * Removed incorrect Basis::set_scale().tagcup2018-05-171-6/+2
* | Ability to disable scale in nodes, closes #19927Juan Linietsky2018-07-181-9/+17
|/
* Implemented ragdollAndreaCatania2018-05-071-0/+10
* Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-6/+3
* Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-141-3/+1
* Fix visibility of gizmos on scene loadJFonS2018-02-241-2/+6
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky2018-01-021-28/+64
|\
| * Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup2017-12-271-28/+64
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky2017-12-261-4/+4
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Unify degree members and propertiesletheed2017-11-101-7/+7
* Remove deprecated rotation methodsletheed2017-11-101-18/+0
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-2/+0
* Dead code tells no talesRémi Verschelde2017-08-271-31/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Massive clean up to gizmosJuan Linietsky2017-08-261-6/+17
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-4/+4
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-3/+4
* Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde2017-08-111-4/+4
|\
| * Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* | Gizmos properly follow the edited object, closes #7837Juan Linietsky2017-08-091-2/+8
|/
* Merge pull request #9791 from bojidar-bg/6087-add-global-local-convRémi Verschelde2017-07-241-0/+13
|\
| * Add .to_local/.to_global methods on Node2D and SpatialBojidar Marinov2017-07-231-0/+13
* | Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
|/