summaryrefslogtreecommitdiffstats
path: root/editor/spatial_editor_gizmos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add priority to gizmos and fix small issuesJFonS2019-03-121-0/+84
* doc: Sync classref with current sourceRémi Verschelde2019-02-251-1/+1
* Fix default value of EditorSpatialGizmo.add_mesh method bindIgnacio Etcheverry2019-02-241-1/+1
* Remove copy and use instance material override in gizmos, fixes #23783Juan Linietsky2019-02-231-4/+7
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-36/+36
* Fix navigation editor color materials not having unique namesMichael Alexsander Silva Dias2019-02-201-8/+8
* Fix undo for Particles 3D gizmoChaosus2019-02-081-2/+2
* Merge pull request #25540 from JFonS/remove_gizmo_errorsRémi Verschelde2019-02-011-4/+9
|\
| * Fix gizmo errors on "Align with view"JFonS2019-02-011-4/+9
* | Minor fixes and documentation for Spatial GizmosJFonS2019-01-271-2/+42
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-2/+1
* Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-15/+10
* Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde2018-09-271-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS2018-09-091-40/+13
* Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde2018-09-051-3/+0
|\
| * Fix selection of instanced scenes in 3DJFonS2018-09-021-3/+0
* | Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-041-7/+20
|/
* Fixed physics bone crash: #20397Andrea Catania2018-08-261-0/+8
* Style: Fix issues that went past CIRémi Verschelde2018-08-211-1/+1
* Clipped camera implementation, a camera that avoids going into geometry.Juan Linietsky2018-08-211-1/+43
* Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-211-1/+1
* added spring arm node.QbieShay2018-08-181-0/+32
* Improvements on the gizmo disabling menu and icon selection bugfixJFonS2018-08-111-29/+3
* New gizmo structure and new gizmo disabling menuJFonS2018-08-091-1736/+1456
* Respect process order for out of order skeleton bones (fixes GLTF2 import iss...Juan Linietsky2018-08-061-5/+7
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-22/+22
* Implemented Soft bodyAndreaCatania2018-07-231-1/+107
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-4/+4
* Merge pull request #19540 from muiroc/cylinderMax Hilbrunner2018-07-121-0/+116
|\
| * added cylinder shape supportmuiroc2018-07-011-0/+116
* | Fix selection in 3D orthogonal viewJFonS2018-06-281-4/+5
* | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboardRémi Verschelde2018-06-131-1/+1
* | Polished 3D selectionJFonS2018-06-131-36/+109
|/
* Implemented ragdollAndreaCatania2018-05-071-0/+120
* Merge pull request #16358 from JFonS/particlesgizmo_box_fixRémi Verschelde2018-05-031-3/+14
|\
| * ParticlesGizmo solid box now follows actual visibility_aabb position.JFonS2018-02-141-3/+14
* | Fixes logically dead code (Coverity)Crazy-P2018-04-211-2/+2
* | Merge pull request #16402 from Calinou/fix-camera-gizmoRémi Verschelde2018-02-131-2/+3
|\ \
| * | Draw the Camera gizmo more accuratelyHugo Locurcio2018-02-041-2/+3
| |/
* / Fix gizmo solid box mesh being added twiceJFonS2018-02-021-9/+0
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed joint gizmos orientationsAndreaCatania2017-12-231-285/+560
* -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-4/+0
* Cleanup some #if 0'd codeRémi Verschelde2017-12-171-0/+2
* Updated iconsDaniel J. Ramirez2017-12-141-1/+1
* -Add lightmapperJuan Linietsky2017-12-141-0/+121
* Merge pull request #13836 from AndreaCatania/scaleRémi Verschelde2017-12-111-16/+17
|\