summaryrefslogtreecommitdiff
path: root/editor/spatial_editor_gizmos.cpp
AgeCommit message (Expand)Author
2019-06-03Add HeightMapShape mesh in CollisionShape gizmoJFonS
2019-05-08[EditorSpatialGizmo] Fix error in intersect_rayGuilherme Felipe
2019-04-23Merge pull request #26064 from JFonS/add_frustum_camera_modeHein-Pieter van Braam
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-03-12Add priority to gizmos and fix small issuesJFonS
2019-02-25doc: Sync classref with current sourceRémi Verschelde
2019-02-24Fix default value of EditorSpatialGizmo.add_mesh method bindIgnacio Etcheverry
2019-02-23Remove copy and use instance material override in gizmos, fixes #23783Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Fix navigation editor color materials not having unique namesMichael Alexsander Silva Dias
2019-02-19Add FRUSTUM camera mode, allowing tilted frustumsJFonS
2019-02-08Fix undo for Particles 3D gizmoChaosus
2019-02-01Merge pull request #25540 from JFonS/remove_gizmo_errorsRémi Verschelde
2019-02-01Fix gizmo errors on "Align with view"JFonS
2019-01-27Minor fixes and documentation for Spatial GizmosJFonS
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-09-27Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-09Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS
2018-09-05Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde
2018-09-04Move ParticlesMaterial code to its own resource fileRémi Verschelde
2018-09-02Fix selection of instanced scenes in 3DJFonS
2018-08-26Fixed physics bone crash: #20397Andrea Catania
2018-08-21Style: Fix issues that went past CIRémi Verschelde
2018-08-21Clipped camera implementation, a camera that avoids going into geometry.Juan Linietsky
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-08-18added spring arm node.QbieShay
2018-08-11Improvements on the gizmo disabling menu and icon selection bugfixJFonS
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-08-06Respect process order for out of order skeleton bones (fixes GLTF2 import iss...Juan Linietsky
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
2018-07-01added cylinder shape supportmuiroc
2018-06-28Fix selection in 3D orthogonal viewJFonS
2018-06-13Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboardRémi Verschelde
2018-06-13Polished 3D selectionJFonS
2018-05-07Implemented ragdollAndreaCatania
2018-05-03Merge pull request #16358 from JFonS/particlesgizmo_box_fixRémi Verschelde
2018-04-21Fixes logically dead code (Coverity)Crazy-P
2018-02-14ParticlesGizmo solid box now follows actual visibility_aabb position.JFonS
2018-02-13Merge pull request #16402 from Calinou/fix-camera-gizmoRémi Verschelde
2018-02-04Draw the Camera gizmo more accuratelyHugo Locurcio
2018-02-02Fix gizmo solid box mesh being added twiceJFonS
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-23Fixed joint gizmos orientationsAndreaCatania