summaryrefslogtreecommitdiff
path: root/scene/3d/spatial.cpp
AgeCommit message (Expand)Author
2019-07-01fix some crashesFurkan Türkal
2019-05-23Merge pull request #29125 from rodolforg/fix_spatial_look_at_affecting_scaleRémi Verschelde
2019-05-23fix un-scaling in Spatial::look_at_from_positionRodolfo Ribeiro Gomes
2019-04-30Merge pull request #26897 from rodolforg/fix_spatial_look_at_affecting_scaleRémi Verschelde
2019-04-26Spatial::look_at() now preserves its scale valuesRodolfo Ribeiro Gomes
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-07No longer crash due to wrongly requesting a gizmo, fixes #26735Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-06Add a function to force transform update, fixes #17628Juan Linietsky
2018-09-02Fix selection of instanced scenes in 3DJFonS
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-08-07Several improvements to inspector.Juan Linietsky
2018-07-26Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde
2018-07-18Ability to disable scale in nodes, closes #19927Juan Linietsky
2018-05-17Removed incorrect Basis::set_scale().tagcup
2018-05-07Implemented ragdollAndreaCatania
2018-04-29Fix binding some core API methods only in tools buildsIgnacio Etcheverry
2018-04-14Avoid converting Quat to Euler angles when not necessary.tagcup
2018-02-24Fix visibility of gizmos on scene loadJFonS
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-02Merge pull request #15083 from tagcup/spatial_rot_fixJuan Linietsky
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27Restore the behavior of Spatial rotations recently changed in c1153f5.tagcup
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-10Unify degree members and propertiesletheed
2017-11-10Remove deprecated rotation methodsletheed
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26-Massive clean up to gizmosJuan Linietsky
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-11Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Gizmos properly follow the edited object, closes #7837Juan Linietsky
2017-07-24Merge pull request #9791 from bojidar-bg/6087-add-global-local-convRémi Verschelde
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-23Add .to_local/.to_global methods on Node2D and SpatialBojidar Marinov
2017-07-03Update visibility icon properlyvolzhs
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-04-03Fix more property names in _change_notify calls.Andreas Haas
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde