Age | Commit message (Expand) | Author |
2023-02-03 | Fix NavigationMesh baking AABB Editor handling and visuals | smix8 |
2023-02-01 | Merge pull request #72075 from Maran23/extents-to-size | Rémi Verschelde |
2023-01-31 | Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G... | Marius Hanl |
2023-01-26 | Rename Navigation uses of 'location' to 'position' | smix8 |
2023-01-16 | Add EditorUndoRedoManager singleton | kobewi |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-29 | Add safety-checks before some servers `free()` | Adam Scott |
2022-12-15 | Merge pull request #67024 from alessandrofama/fix-gdvirtual-call-node3dgizmo | Rémi Verschelde |
2022-11-15 | Make Camera3D gizmo the same aspect ratio as its viewport | Haoyu Qiu |
2022-11-01 | Fix error when adding 3D gizmo handles with IDs | Haoyu Qiu |
2022-10-31 | Merge pull request #68005 from timothyqiu/type-mismatch | Rémi Verschelde |
2022-10-31 | Merge pull request #68073 from timothyqiu/marker-3d-extents | Rémi Verschelde |
2022-10-31 | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde |
2022-10-31 | Make Marker3D gizmo resizable | Haoyu Qiu |
2022-10-29 | Fix type mismatch error when deselecting a 3D gizmo | Haoyu Qiu |
2022-10-29 | Make Camera3D gizmo clickable | Haoyu Qiu |
2022-10-19 | Simplify GDVIRTUAL_CALL calls | kobewi |
2022-10-13 | Optimize Convex Collision | Juan Linietsky |
2022-10-07 | EditorNode3DGizmoPlugin: Add GDVIRTUAL_CALL for get_gizmo_name and get_priority | Alessandro Famà |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-04 | Rename remaining "Spatial" in Plugins to "Node3D" | Micky |
2022-09-01 | Merge pull request #63479 from DarkKilauea/nav-link | Rémi Verschelde |
2022-08-31 | Implement Physical Light Units as an optional setting. | clayjohn |
2022-08-26 | Added node for Navigation links | Josh Jones |
2022-08-26 | Merge pull request #64367 from Mickeon/rename-var-to-str | Rémi Verschelde |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky |
2022-08-26 | Restore RigidBody2/3D, SoftBody names in physics | fabriceci |
2022-08-24 | Merge pull request #64370 from Mickeon/rename-marker-node | Rémi Verschelde |
2022-08-23 | Rename Position* nodes to Marker* | Micky |
2022-08-22 | Add per-scene UndoRedo | kobewi |
2022-08-06 | Fix NavigationRegion3D gizmo's odd visual behavior | Josh Jones |
2022-07-30 | Fix `ShapeCast3D` creating runtime shape in editor | PrecisionRender |
2022-07-29 | Merge pull request #62601 from smix8/navigation_3d_debug_4.x | Rémi Verschelde |
2022-07-29 | Add more detailed Navigation Debug Visualization | smix8 |
2022-07-29 | Merge pull request #63161 from PrecisionRender/master | Rémi Verschelde |
2022-07-28 | Add ShapeCast3D node | PrecisionRender |
2022-07-16 | rename translate(d) to translate(d)_local in Transform 2D/3D | Fabian Keller |
2022-07-02 | Fix 3D editor gizmos appearing in GI following default GI mode change | Hugo Locurcio |
2022-05-26 | Add a gizmo to visualize AudioStreamPlayer3D's audible radius | Hugo Locurcio |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Merge pull request #61068 from Calinou/editor-gpuparticles3d-tweak-attractor-... | Rémi Verschelde |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-16 | Use a different color for GPUParticlesAttractor3D editor gizmos | Hugo Locurcio |
2022-05-03 | Rename Basis get_axis to get_column, remove redundant methods | Aaron Franke |
2022-04-28 | Fix cppcheck const parameters | Markus Sauermann |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-03-12 | Fix out of bounds crash in particle collision gizmo | Ricardo Buring |
2022-03-06 | Remove duplicate editor settings definitions | kobewi |
2022-02-22 | Fix GIProbe gizmo out of bounds crash | lawnjelly |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |