summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_gizmos.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #94698 from aaronp64/current_gizmos_hashsetRémi Verschelde2024-09-021-1/+1
|\
| * Improve time to close scene with many 3D gizmosaaronp642024-08-181-1/+1
* | Fix gizmos without visible geometry not being selectableJuan Pablo Arce2024-07-211-0/+5
|/
* Improve editing of box collision shapeskobewi2023-08-031-0/+4
* Split Node3DGizmos into dedicated filessmix82023-04-201-516/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make Camera3D gizmo the same aspect ratio as its viewportHaoyu Qiu2022-11-151-0/+3
* Make Marker3D gizmo resizableHaoyu Qiu2022-10-311-1/+0
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-3/+3
* Added node for Navigation linksJosh Jones2022-08-261-0/+17
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-3/+3
* Rename Position* nodes to Marker*Micky2022-08-231-3/+3
* Add ShapeCast3D nodePrecisionRender2022-07-281-0/+12
* Replace most uses of Map by HashMapreduz2022-05-161-1/+7
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-1/+1
* Implement Label3D node.bruvzg2022-04-221-0/+13
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Improvements and fixes to occludersjfons2022-02-071-0/+5
* Fix secondary handles in editor gizmosjfons2022-01-121-80/+69
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Allow any kind of Mesh to be added to an EditorNode3DGizmoMarcel Admiraal2021-12-031-2/+2
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-0/+17
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-12/+0
* Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez2021-09-161-3/+3
* Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat2021-09-161-3/+3
|\
| * Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-3/+3
* | Display a editor gizmo icon for Listener3DHugo Locurcio2021-09-161-0/+13
|/
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+36
* New and improved IK system for Skeleton3DTwistedTwigleg2021-08-141-0/+1
* Some work on double supportAaron Franke2021-08-091-1/+1
* Removes const from set functions on the GizmosAndreaCatania2021-08-071-33/+33
* Use real_t in editor pluginsAaron Franke2021-08-011-1/+1
* Node3D gizmo improvementsjfons2021-07-231-0/+635