Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-09 | Merge pull request #56626 from KoBeWi/FilterDialog | Rémi Verschelde | |
Improve FileDialog filters | |||
2022-01-08 | Merge pull request #56330 from nikitalita/convert-old-octahedral | Rémi Verschelde | |
Convert octahedral compressed normals/tangents on 3.x meshes | |||
2022-01-08 | Merge pull request #56617 from AnilBK/use_fill | Rémi Verschelde | |
Use fill() to fill an entire image instead of setting pixels individually. | |||
2022-01-08 | Improve FileDialog filters | kobewi | |
2022-01-08 | convert old octahedral compressed normals/tangents | nikitalita | |
2022-01-08 | Use fill() to fill an entire image instead of setting pixels individually. | Anilforextra | |
2022-01-08 | Merge pull request #56608 from jmb462/itemlist_item_selectable | Rémi Verschelde | |
Expose selectable property of ItemList's Item and set default to true | |||
2022-01-08 | Merge pull request #54647 from rafallus/fix/popupmenu_ids | Rémi Verschelde | |
Fix `PopupMenu` items id range in inspector | |||
2022-01-07 | Fix `PopupMenu` items id range in inspector | rafallus | |
2022-01-08 | Expose selectable property of ItemList's Item | jmb462 | |
2022-01-07 | Merge pull request #56575 from HaSa1002/drag-signal-began | Rémi Verschelde | |
Rename GraphEdit `connection_drag_begun` to `connection_drag_started` | |||
2022-01-07 | Rename GraphEdit connection_drag_begun to connection_drag_started | Johannes Witt | |
2022-01-07 | Merge pull request #53419 from TechnoPorg/rework-subwindows | Rémi Verschelde | |
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde | |
2022-01-07 | Merge pull request #54351 from LeaoLuciano/leak-remove-line-richtextlabel | Rémi Verschelde | |
2022-01-07 | Fix missing arg name in bindings for GDExtension API | Rémi Verschelde | |
2022-01-07 | i18n: Sync template with current 3.x codebase | Rémi Verschelde | |
Weblate will now track the state of `3.x` to prepare for the 3.5 release. (cherry picked from commit 02d9ac107158c8c5d95f1ecc48078d66e00c1a57) | |||
2022-01-07 | Merge pull request #55775 from timothyqiu/slider-drag | Rémi Verschelde | |
2022-01-07 | Merge pull request #56472 from KoBeWi/now_focus | Rémi Verschelde | |
2022-01-07 | Merge pull request #54560 from rafallus/tab_items | Rémi Verschelde | |
2022-01-07 | Merge pull request #56195 from Zylann/anim_key_error_message | Rémi Verschelde | |
2022-01-06 | Fix too broad assumption of null property defaults | Pedro J. Estébanez | |
2022-01-06 | Merge pull request #56176 from RandomShaper/accept_null_as_default | Rémi Verschelde | |
Assume that non registered properties default to null | |||
2022-01-06 | Merge pull request #50896 from HaSa1002/add-graphedit-drag-signals-4 | Rémi Verschelde | |
Add `GraphEdit` drag notifications | |||
2022-01-06 | Assume that non registered properties default to null | Pedro J. Estébanez | |
2022-01-06 | Merge pull request #56435 from V-Sekai/inspector_default_fix | Rémi Verschelde | |
Fix incorrect default transform values on foreign 3D nodes | |||
2022-01-06 | Add `GraphEdit` drag notifications | Johannes Witt | |
This commit adds two signals: * connection_drag_begun, which is emitted when a connection is started to be created by the user and * `connection_drag_ended`, which is emitted when no longer a connection is created. Additionally `force_connection_drag_end()` adds the possibility to end the connection dragging. If called from user code, no other connection request signals are invoked. This is useful to add `GraphNode`s via shortcuts while the user is dragging a connection to directly connect the newly added node. | |||
2022-01-06 | Move metallic and roughness automated assignment to an inspector UndoRedo | SaracenOne | |
callback. | |||
2022-01-06 | Fix incorrect default transform values on foreign 3D nodes | SaracenOne | |
2022-01-06 | Update the minimum size of ViewportContainer | Tomasz Chabora | |
2022-01-06 | Merge pull request #56480 from Chaosus/vs_plugin_gdscript_template | Yuri Roubinsky | |
2022-01-06 | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties | Rémi Verschelde | |
2022-01-06 | Add a GDScript template for `VisualShaderNodeCustom` | Yuri Roubinsky | |
2022-01-06 | Merge pull request #55851 from Chaosus/better-completion-options-list_rebased | Rémi Verschelde | |
2022-01-05 | Added key name to error message about key not being valid | Marc Gilleron | |
2022-01-05 | Inspector property array for `TabBar` | rafallus | |
2022-01-05 | Merge pull request #56522 from akien-mga/navigation-restore-safe-get_singleton | Rémi Verschelde | |
2022-01-05 | Merge pull request #53684 from TokageItLab/orthogonal-mode | Rémi Verschelde | |
2022-01-05 | NavigationServer: Restore constness for thread safe `get_singleton` | Rémi Verschelde | |
This was removed by mistake in #47024, NavigationServer uses internal mutability for thread safety, and removing `const` breaks the contract. | |||
2022-01-05 | Clear only owners that are no longer in the same tree | Pedro J. Estébanez | |
2022-01-05 | Added material_overlay property to MeshInstance3D | Fernando Cosentino | |
Applying overlay materials into multi-surface meshes currently requires adding a next pass material to all the surfaces, which might be cumbersome when the material is to be applied to a range of different geometries. This also makes it not trivial to use AnimationPlayer to control the material in case of visual effects. The material_override property is not an option as it works replacing the active material for the surfaces, not adding a new pass. This commit adds the material_overlay property to GeometryInstance3D (and therefore MeshInstance3D), having the same reach as material_override (that is, all surfaces) but adding a new material pass on top of the active materials, instead of replacing them. | |||
2022-01-05 | Merge pull request #56255 from PucklaMotzer09/control_unfocus | Rémi Verschelde | |
2022-01-05 | Merge pull request #56206 from ↵ | Rémi Verschelde | |
KoBeWi/random_call_deferred_to_the_rescue_once_again | |||
2022-01-05 | Merge pull request #55791 from ↵ | Rémi Verschelde | |
kleonc/tree-dont-consume-mouse-if-collapser-not-visible | |||
2022-01-05 | Merge pull request #54441 from ↵ | Rémi Verschelde | |
Geometror/checkbutton-checkbox-font-hover-pressed-color | |||
2022-01-05 | Merge pull request #56193 from ↵ | Rémi Verschelde | |
kodiwills/fix-update-mode-not-refreshed-visually-on-undo | |||
2022-01-05 | Merge pull request #56212 from laws65/skin-export-crash-fix | Rémi Verschelde | |
2022-01-05 | Merge pull request #56346 from pycbouh/control-treenteger | Rémi Verschelde | |
2022-01-05 | Merge pull request #55512 from RandomShaper/better_node_delete | Rémi Verschelde | |
2022-01-05 | Merge pull request #56408 from eazrael/tree-fix-selectionmode-row | Rémi Verschelde | |
Tree: Fix de-select when selection mode set to SELECT_ROW |