summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_gizmos.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename Position* nodes to Marker*Micky2022-08-231-9/+9
* | Add per-scene UndoRedokobewi2022-08-221-21/+22
|/
* Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones2022-08-061-24/+11
* Fix `ShapeCast3D` creating runtime shape in editorPrecisionRender2022-07-301-1/+4
* Merge pull request #62601 from smix8/navigation_3d_debug_4.xRémi Verschelde2022-07-291-25/+90
|\
| * Add more detailed Navigation Debug Visualizationsmix82022-07-291-25/+90
* | Merge pull request #63161 from PrecisionRender/masterRémi Verschelde2022-07-291-0/+36
|\ \
| * | Add ShapeCast3D nodePrecisionRender2022-07-281-0/+36
* | | rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-57/+57
|/ /
* / Fix 3D editor gizmos appearing in GI following default GI mode changeHugo Locurcio2022-07-021-0/+1
|/
* Add a gizmo to visualize AudioStreamPlayer3D's audible radiusHugo Locurcio2022-05-261-0/+85
* Add a new HashSet templatereduz2022-05-201-1/+1
* Merge pull request #61068 from Calinou/editor-gpuparticles3d-tweak-attractor-...Rémi Verschelde2022-05-161-9/+19
|\
| * Use a different color for GPUParticlesAttractor3D editor gizmosHugo Locurcio2022-05-161-9/+19
* | Replace most uses of Map by HashMapreduz2022-05-161-4/+4
|/
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-13/+13
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-1/+1
* Implement Label3D node.bruvzg2022-04-221-0/+33
* Fix out of bounds crash in particle collision gizmoRicardo Buring2022-03-121-5/+0
* Remove duplicate editor settings definitionskobewi2022-03-061-11/+11
* Fix GIProbe gizmo out of bounds crashlawnjelly2022-02-221-5/+0
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Improvements and fixes to occludersjfons2022-02-071-0/+213
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-1/+1
* Merge pull request #56692 from JFonS/fix_gizmo_secondary_handlesRémi Verschelde2022-01-121-115/+91
|\
| * Fix secondary handles in editor gizmosjfons2022-01-121-115/+91
* | Use List Initializations for Vectors.Anilforextra2022-01-121-52/+54
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename GPUParticles attractor and collision nodes to have a 3D suffixHugo Locurcio2021-12-081-12/+12
* Remove or make verbose some debugging printsHugo Locurcio2021-12-051-1/+0
* Allow any kind of Mesh to be added to an EditorNode3DGizmoMarcel Admiraal2021-12-031-1/+3
* Visibility rect only shown when a GPUParticle2D is selected to reduce visual ...Raffaele Picca2021-11-281-1/+1
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-0/+117
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-9/+9
* Swap args of Plane(point, normal) constructormennomax2021-10-151-2/+2
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-1/+1
* Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde2021-10-061-163/+0
|\
| * Implemented SkeletonEditorGizmoSilc Renew2021-10-071-163/+0
* | Remove ClippedCamera3Dreduz2021-10-041-41/+0
|/
* Rename Joint2D and Joint3D files for consistencyPouleyKetchoupp2021-10-011-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-6/+6
* Merge pull request #52751 from Rubonnek/rename-listener-nodesRémi Verschelde2021-09-171-10/+10
|\
| * Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez2021-09-161-10/+10
* | Print a warning if a 3D editor gizmo has no name definedHugo Locurcio2021-09-171-1/+3
|/
* Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat2021-09-161-19/+19
|\
| * Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-19/+19
* | Display a editor gizmo icon for Listener3DHugo Locurcio2021-09-161-2/+23
* | Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp2021-09-141-4/+4
|/