summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_gizmos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-5/+2
|\
| * Add CollisionShape3D custom debug coloursJamie Greunbaum2024-11-261-5/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Fix handle ID being passed for 3D Gizmo pluginsA Thousand Ships2024-09-051-2/+3
* Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-1/+1
|\
| * Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* | 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/+37
|/
* Tweak appearance of 3D editor gizmo iconsHugo Locurcio2024-05-081-4/+5
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-5/+5
* Fix gizmo on top material option having no effectSteven Thompson2024-04-031-3/+4
* Move 3D-only resources to their own folderAaron Franke2024-02-261-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* [Editor] Add missing virtual bind to `EditorNode3DGizmo(Plugin)`A Thousand Ships2024-01-061-0/+2
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+3
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-25/+25
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+2
* Add EditorStringNames singletonkobewi2023-09-031-1/+1
* Improve editing of box collision shapeskobewi2023-08-031-0/+13
* Split Node3DGizmos into dedicated filessmix82023-04-201-4838/+0
* Fix NavigationMesh baking AABB Editor handling and visualssmix82023-02-031-0/+14
* Merge pull request #72075 from Maran23/extents-to-sizeRémi Verschelde2023-02-011-78/+79
|\
| * Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-78/+79
* | Rename Navigation uses of 'location' to 'position'smix82023-01-261-34/+34
|/
* Add EditorUndoRedoManager singletonkobewi2023-01-161-22/+22
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+2
* Merge pull request #67024 from alessandrofama/fix-gdvirtual-call-node3dgizmoRémi Verschelde2022-12-151-4/+6
|\
| * EditorNode3DGizmoPlugin: Add GDVIRTUAL_CALL for get_gizmo_name and get_priorityAlessandro Famà2022-10-071-4/+6
* | Make Camera3D gizmo the same aspect ratio as its viewportHaoyu Qiu2022-11-151-20/+48
* | Fix error when adding 3D gizmo handles with IDsHaoyu Qiu2022-11-011-11/+14
* | Merge pull request #68005 from timothyqiu/type-mismatchRémi Verschelde2022-10-311-1/+1
|\ \
| * | Fix type mismatch error when deselecting a 3D gizmoHaoyu Qiu2022-10-291-1/+1
* | | Merge pull request #68073 from timothyqiu/marker-3d-extentsRémi Verschelde2022-10-311-4/+17
|\ \ \
| * | | Make Marker3D gizmo resizableHaoyu Qiu2022-10-311-4/+17
| |/ /
* | | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-41/+21
|\ \ \
| * | | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-41/+21
| |/ /
* / / Make Camera3D gizmo clickableHaoyu Qiu2022-10-291-0/+1
|/ /
* / Optimize Convex CollisionJuan Linietsky2022-10-131-3/+3
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* Rename remaining "Spatial" in Plugins to "Node3D"Micky2022-10-041-81/+81
* Merge pull request #63479 from DarkKilauea/nav-linkRémi Verschelde2022-09-011-0/+170
|\
| * Added node for Navigation linksJosh Jones2022-08-261-0/+170
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-1/+2
|/
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-30/+30
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-30/+30
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-19/+19
|/
* Merge pull request #64370 from Mickeon/rename-marker-nodeRémi Verschelde2022-08-241-9/+9
|\