summaryrefslogtreecommitdiff
path: root/editor/spatial_editor_gizmos.cpp
AgeCommit message (Expand)Author
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
2017-12-21-Make capture dependent on a cell size, not subdivision.Juan Linietsky
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-14Updated iconsDaniel J. Ramirez
2017-12-14-Add lightmapperJuan Linietsky
2017-12-11Merge pull request #13836 from AndreaCatania/scaleRémi Verschelde
2017-12-10Implemented skeleton visibilityAndreaCatania
2017-12-09Makes consistent Slider joint GizmoAndreaCatania
2017-12-09Makes consistent 6DOF joint GizmoAndreaCatania
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-023DEditorGizmo: fix spotlight and camera gizmo & handlePoommetee Ketson
2017-09-20Box selection for MeshInstances and subscene nodes.SaracenOne
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky
2017-08-30Merge pull request #10774 from djrm/pr_gizmo_fixesRémi Verschelde
2017-08-29Merge pull request #10745 from neikeq/fix-docdata-and-stuffJuan Linietsky
2017-08-29Fixed problem with highlight boxes not updating on translationDaniel J. Ramirez