Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-24 | Fix scene import following List iterator changes | Aaron Franke | |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke | |
2021-07-23 | Merge pull request #50789 from aaronfranke/fix-input-action-raw-str | Rémi Verschelde | |
Fix Input get_action_raw_strength binding | |||
2021-07-23 | Merge pull request #50780 from JFonS/fix_submenus | Rémi Verschelde | |
Fix Popup submenu in single-window mode | |||
2021-07-23 | Merge pull request #50762 from TokageItLab/fix-node-selection-signal | Rémi Verschelde | |
2021-07-23 | Merge pull request #50748 from JFonS/gizmo_rework | Rémi Verschelde | |
Node3D gizmo improvements | |||
2021-07-23 | Merge pull request #50779 from DavidCambre/Revert-unnecessary-changes | Rémi Verschelde | |
Revert unnecessary changes to VisualScriptEmitSignal | |||
2021-07-23 | Node3D gizmo improvements | jfons | |
* Clean-up of node_3d_editor_plugin.{h,cpp}: removed unused code, fixed some bugs. * Moved node_3d_editor_gizmos.{h,cpp} to editor/plugins. * Added support for multiple gizmos per node. This means custom gizmos will no longer override the built-in ones and that multiple gizmos can be used in more complex nodes. * Added support for handle IDs. When adding handles to a gizmo, an ID can be specified for each one, making it easier to work with gizmos that have a variable number of handles. * Added support for subgizmos, selectable elements that can be transformed without needing a node of their own. By overriding _subgizmo_intersect_frustum() and/or _subgizmo_intersect_ray() gizmos can define which subgizmos should be selected on a region or click selection. Subgizmo transformations are applied using get/set/commit virtual methods, similar to how handles work. | |||
2021-07-23 | Fix popup submenu in single-window mode | jfons | |
The internal processing code only works for OS windows, since it takes the mouse position relative to the window and not the viewport. Now we make sure it's not called in single-window mode. | |||
2021-07-23 | Revert unnecessary changes to VisualScriptEmitSignal | David Cambré | |
Revert unnecessary changes to VisualScriptEmitSignal, commit 2032b56005b2f6add6b105a00f04c05f9b292eec | |||
2021-07-23 | Merge pull request #50765 from Calinou/resource-importer-expose-order-enum | Rémi Verschelde | |
Expose an ImportOrder enum in ResourceImporter | |||
2021-07-23 | Merge pull request #50782 from timothyqiu/undoredo-ref | Rémi Verschelde | |
Fix UndoRedo crash when clearing history | |||
2021-07-23 | Merge pull request #50747 from bruvzg/move_alert_to_os | Rémi Verschelde | |
Move `alert` function from `DisplayServer` to `OS`. | |||
2021-07-23 | Merge pull request #50776 from SirQuartz/patch-30 | Rémi Verschelde | |
2021-07-23 | Merge pull request #43693 from KoBeWi/absolute_tooltips | Rémi Verschelde | |
Show tooltips even when paused or time_scale is 0 | |||
2021-07-24 | Fix UndoRedo crash when clearing history | Haoyu Qiu | |
2021-07-23 | Merge pull request #50777 from KoBeWi/Schrödinger's-Label | Rémi Verschelde | |
Don't set metadata_label font if it doesn't exist | |||
2021-07-23 | Fix doc typos | Nicholas Huelin | |
This pull request fixes an assortment of typos and improves conciseness in `Animation`, `Area2D`, `Array`, `ArrayMesh`, `Control`, `Directory`, `EditorPlugin`, `Engine`, and `OS`. | |||
2021-07-23 | Show tooltips even when paused or time_scale is 0 | kobewi | |
2021-07-23 | Don't set metadata_label font if it doesn't exist | kobewi | |
2021-07-23 | Merge pull request #50768 from Calinou/editor-asset-library-urls-clarify | Rémi Verschelde | |
Clarify the purpose of the default asset library URLs in the editor | |||
2021-07-23 | Merge pull request #50764 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | |
Fix GLTF crash when the material is not set. | |||
2021-07-23 | Merge pull request #37760 from KoBeWi/rect_edit_level_up | Rémi Verschelde | |
Allow for easier editing of rect CollisionShape2D | |||
2021-07-23 | Clarify the purpose of the default asset library URLs in the editor | Hugo Locurcio | |
`localhost` was removed as it won't work out of the box. It can be added by the user if they're working on the asset library itself. This won't affect existing installations due to how the editor settings are stored, but existing installations will keep working fine. | |||
2021-07-23 | Expose an ImportOrder enum in ResourceImporter | Hugo Locurcio | |
This avoids using magic numbers in code. | |||
2021-07-23 | Fix GLTF crash when the material is not set. | Andrea Catania | |
Sometimes there are meshes that doesn't have materials, so make sure to check this case before extracting the name. | |||
2021-07-23 | Remove extra signal firing in SELECT_MULTI mode | Silc 'Tokage' Renew | |
2021-07-23 | Revert "Fix duplicate selection in SceneTree" | Silc 'Tokage' Renew | |
This reverts commit 7d20d78847b24586b3f25beb23b41d015a25fb0a. # Conflicts: # editor/scene_tree_editor.cpp | |||
2021-07-22 | Fix Input get_action_raw_strength | Aaron Franke | |
2021-07-22 | Merge pull request #50753 from Faless/obj/4.x_stringname_meta | Rémi Verschelde | |
Make Object "meta" functions take StringName. | |||
2021-07-22 | Merge pull request #50746 from LightningAA/fix-texture-preview-crash-4.0 | Rémi Verschelde | |
Fix `TexturePreview` crashing | |||
2021-07-22 | Make Object "meta" functions take StringName. | Fabio Alessandrelli | |
The various get_meta, set_meta, has_meta, get_meta_list, remove_meta functions now uses StringName, allowing further optimizations via the SNAME macro when used from C++ (this PR does not change the various usage though). | |||
2021-07-22 | Fix `TexturePreview` crashing | Lightning_A | |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg | |
2021-07-22 | Merge pull request #50676 from reduz/textual-resource-ids | Rémi Verschelde | |
2021-07-22 | Merge pull request #50738 from SirQuartz/patch-29 | Rémi Verschelde | |
Fix miscellaneous doc typos | |||
2021-07-22 | Merge pull request #50619 from YeldhamDev/menubutton_switch_on_hover | Rémi Verschelde | |
Make `MenuButton`'s `switch_on_hover` work again | |||
2021-07-22 | Fix miscellaneous doc typos and inconsistencies | Nicholas Huelin | |
This pull request fixes an assortment of typos, improves conciseness, and enhances clarity. | |||
2021-07-22 | Implement textual ext/subresource IDs. | reduz | |
* Friendlier with version control. * Generates pseudo unique IDs, to minimize conflicts when merging, but still user readable (so, not UUID). * Eventually will also allow to have more precisely named sub-resources in imported files. * This will allow better reloading on changes (including resources already loaded) as well as better keeping track of changes on the DCC. * Keeps backward compatibility with the old formats. * Binary and text format version incremented to mark breakage in forward compatibility. | |||
2021-07-22 | Make `MenuButton`'s `switch_on_hover` work again | Michael Alexsander | |
2021-07-22 | Merge pull request #50736 from JulienVanelian/msec-doc-typo-fix | Rémi Verschelde | |
Fix delay_msec documentation description typo | |||
2021-07-22 | Fix msec documentation description typo | Distrikt64 | |
2021-07-22 | Merge pull request #50733 from bruvzg/static_mvk | Rémi Verschelde | |
Fix MoltenVK static linking on macOS. | |||
2021-07-22 | Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK ↵ | bruvzg | |
path option, use xcframework instead of static framework). | |||
2021-07-22 | Merge pull request #50704 from dsnopek/webrtc-gdnative-version | Rémi Verschelde | |
Update GDNative API version for changes from #50659 | |||
2021-07-22 | Merge pull request #50319 from nekomatata/optimize-node-path-check | Rémi Verschelde | |
Optimize NodePath update when renaming or deleting nodes in the editor | |||
2021-07-22 | Merge pull request #50726 from Calinou/doc-gdscript-constants | Rémi Verschelde | |
Improve documentation for GDScript constants | |||
2021-07-22 | Improve documentation for GDScript constants | Hugo Locurcio | |
2021-07-22 | Merge pull request #50712 from nekomatata/x11-popup-focus-fix | Rémi Verschelde | |
Fix popup closing immediately after showing on some Linux WMs | |||
2021-07-22 | Merge pull request #50697 from Calinou/doc-rootmotionview | Rémi Verschelde | |
Document the RootMotionView class |