summaryrefslogtreecommitdiff
path: root/editor/plugins/node_3d_editor_gizmos.cpp
AgeCommit message (Expand)Author
2022-09-01Merge pull request #63479 from DarkKilauea/nav-linkRémi Verschelde
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
2022-08-26Added node for Navigation linksJosh Jones
2022-08-26Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-08-24Merge pull request #64370 from Mickeon/rename-marker-nodeRémi Verschelde
2022-08-23Rename Position* nodes to Marker*Micky
2022-08-22Add per-scene UndoRedokobewi
2022-08-06Fix NavigationRegion3D gizmo's odd visual behaviorJosh Jones
2022-07-30Fix `ShapeCast3D` creating runtime shape in editorPrecisionRender
2022-07-29Merge pull request #62601 from smix8/navigation_3d_debug_4.xRémi Verschelde
2022-07-29Add more detailed Navigation Debug Visualizationsmix8
2022-07-29Merge pull request #63161 from PrecisionRender/masterRémi Verschelde
2022-07-28Add ShapeCast3D nodePrecisionRender
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-07-02Fix 3D editor gizmos appearing in GI following default GI mode changeHugo Locurcio
2022-05-26Add a gizmo to visualize AudioStreamPlayer3D's audible radiusHugo Locurcio
2022-05-20Add a new HashSet templatereduz
2022-05-16Merge pull request #61068 from Calinou/editor-gpuparticles3d-tweak-attractor-...Rémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-16Use a different color for GPUParticlesAttractor3D editor gizmosHugo Locurcio
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-28Fix cppcheck const parametersMarkus Sauermann
2022-04-22Implement Label3D node.bruvzg
2022-03-12Fix out of bounds crash in particle collision gizmoRicardo Buring
2022-03-06Remove duplicate editor settings definitionskobewi
2022-02-22Fix GIProbe gizmo out of bounds crashlawnjelly
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-07Improvements and fixes to occludersjfons
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-01-12Merge pull request #56692 from JFonS/fix_gizmo_secondary_handlesRémi Verschelde
2022-01-12Fix secondary handles in editor gizmosjfons
2022-01-12Use List Initializations for Vectors.Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-08Rename GPUParticles attractor and collision nodes to have a 3D suffixHugo Locurcio
2021-12-05Remove or make verbose some debugging printsHugo Locurcio
2021-12-03Allow any kind of Mesh to be added to an EditorNode3DGizmoMarcel Admiraal
2021-11-28Visibility rect only shown when a GPUParticle2D is selected to reduce visual ...Raffaele Picca
2021-10-28Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-15Swap args of Plane(point, normal) constructormennomax
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-06Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-10-04Remove ClippedCamera3Dreduz
2021-10-01Rename Joint2D and Joint3D files for consistencyPouleyKetchoupp
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra