Age | Commit message (Expand) | Author |
2021-10-26 | Fix click selection in the editor 3D viewport | jfons |
2021-10-25 | Refactored Node3D rotation modes | reduz |
2021-10-23 | Implement Alt + Mouse wheel to adjust FOV in the 3D editor viewport | Hugo Locurcio |
2021-10-20 | Update view name after processing orbit view shortcuts | Haoyu Qiu |
2021-10-16 | Merge pull request #51984 from rcorre/camera_shortcuts | Rémi Verschelde |
2021-10-15 | Swap args of Plane(point, normal) constructor | mennomax |
2021-10-12 | Increase object snapping distances in the 3D editor | Hugo Locurcio |
2021-10-06 | Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo | Rémi Verschelde |
2021-10-07 | Implemented SkeletonEditorGizmo | Silc Renew |
2021-10-05 | Merge pull request #51437 from timothyqiu/selection-box-sep | Rémi Verschelde |
2021-10-01 | Allow shortcuts to have any number of bindings. Updated UI as required. | Eric M |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-30 | Merge pull request #52544 from JFonS/lod_fixes | Juan Linietsky |
2021-09-30 | Rename Node's `filename` property to `scene_file_path` for clarity | Hugo Locurcio |
2021-09-29 | Use functions defined in the their classes. | Anilforextra |
2021-09-27 | Auto LOD fixes and improvements | jfons |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-09-23 | Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som... | Rémi Verschelde |
2021-09-22 | Fix 3D view name typo | Haoyu Qiu |
2021-09-21 | Merge pull request #52886 from bruvzg/rtl_fixes | Rémi Verschelde |
2021-09-21 | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men... | bruvzg |
2021-09-20 | Tweak the 3D editor inertia defaults for better responsiveness | Hugo Locurcio |
2021-09-20 | Fix error spam on quit | jfons |
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez |
2021-09-16 | Merge pull request #52681 from nekomatata/rename-rigid-body | Camille Mohr-Daurat |
2021-09-16 | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp |
2021-09-16 | Display a editor gizmo icon for Listener3D | Hugo Locurcio |
2021-09-15 | Fix issues with scaling Node3Ds | Krystof Klestil |
2021-08-25 | Merge pull request #51821 from Calinou/builtin-shaders-add-comments | JFonS |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Implement camera orbiting shortcuts. | Ryan Roden-Corrent |
2021-08-20 | Add missing SNAME macro optimization for StringName in some functions | jmb462 |
2021-08-18 | Add comments at the top of each built-in shader to ease debugging | Hugo Locurcio |
2021-08-16 | Merge pull request #51736 from JFonS/minor_fixes_n3ep | Rémi Verschelde |
2021-08-16 | Minor fixes to Node3DEditorPlugin | jfons |
2021-08-14 | Fix i18n of 3D view name | Haoyu Qiu |
2021-08-13 | Merge pull request #51035 from foxydevloper/drag-drop-more-support | Rémi Verschelde |
2021-08-11 | Merge pull request #51399 from RevoluPowered/improve_editor_grid_performance_4.0 | Rémi Verschelde |
2021-08-11 | Implement editor grid performance improvements | Gordon MacPherson |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-08-10 | Improve drag and drop by supporting more file types & node types | foxydevloper |
2021-08-10 | Organize methods in Viewport and explicitly name 3D methods with 3D | Aaron Franke |
2021-08-09 | Use doubles for time in many other places | Aaron Franke |
2021-08-09 | Make 3D selection box independent of object size | Haoyu Qiu |
2021-08-06 | Minor visual improvements to the viewport rotation gizmo (again) | Lightning_A |
2021-08-05 | Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scaling | Rémi Verschelde |
2021-08-05 | Merge pull request #51215 from akien-mga/shortcut-rename-property-to-event | Rémi Verschelde |
2021-08-05 | Merge pull request #51250 from LightningAA/minor_view_rotation_gizmo_improvem... | Rémi Verschelde |
2021-08-05 | Shortcut: Rename `shortcut` property to `event` | Rémi Verschelde |
2021-08-04 | Minor improvements to the view rotation gizmo | Lightning_A |