Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-14 | Merge pull request #65494 from V-Sekai/fix_inspect_command_context | Rémi Verschelde | |
2022-09-14 | Merge pull request #65421 from V-Sekai/spriteframes_read_only | Rémi Verschelde | |
2022-09-14 | Merge pull request #65493 from V-Sekai/lod_scaling | Rémi Verschelde | |
Fixes LOD scaling issues on skinned meshes. | |||
2022-09-13 | Disable menus and functionality that are not relevant on the Android Editor port | Fredia Huya-Kouadio | |
2022-09-14 | Fix LOD-generation on skinned meshes. | SaracenOne | |
2022-09-14 | Merge pull request #65490 from halgriffiths/profiler-fix | Rémi Verschelde | |
Fix broken profiler in 4.0 | |||
2022-09-13 | Don't print error on empty actions | kobewi | |
2022-09-13 | Fix profiler being disabled at wrong times | halgriffiths | |
Co-authored by: Will Whitty <tavurth@gmail.com> | |||
2022-09-13 | Merge pull request #65621 from KoBeWi/eternal_pattern | Rémi Verschelde | |
Fix broken patterns on TileMap layer change | |||
2022-09-13 | Merge pull request #65624 from KoBeWi/help_I'm_stuck | Rémi Verschelde | |
Prevent infinite loops in editor help search | |||
2022-09-13 | Merge pull request #65632 from YeldhamDev/thin_editors | Rémi Verschelde | |
Shrink shader editor's oversized borders | |||
2022-09-13 | Merge pull request #65651 from dzil123/animation_tree_node_rename | Rémi Verschelde | |
2022-09-13 | Merge pull request #64927 from KoBeWi/three2four | Rémi Verschelde | |
2022-09-13 | Merge pull request #65708 from akien-mga/vcs-plugin-ssh-key-HOME | Rémi Verschelde | |
2022-09-13 | Merge pull request #65679 from ↵ | Rémi Verschelde | |
Calinou/3d-editor-improve-preview-sun-sky-usability | |||
2022-09-13 | Fix category of view_index inputs in the visual shader editor | Yuri Rubinsky | |
2022-09-13 | Merge pull request #65704 from akien-mga/web-editor-fix-some-errors | Rémi Verschelde | |
Fix some errors affecting the Web editor | |||
2022-09-12 | project manager language OptionButton fit to longest item | Nathan Franke | |
2022-09-12 | Add option to convert project from Project Manager | kobewi | |
2022-09-12 | VCS plugin: SSH key dialog defaults to HOME | Rémi Verschelde | |
Fixes #65691. | |||
2022-09-12 | Fix some errors affecting the Web editor | Rémi Verschelde | |
- Don't warn about minimized/maximized modes not being available. - Blender and FBX export both depend on running thirdparty applications, which can't be done (easily at least) for Web and Android editors. - Editor theme complained about not being able to retrieve texture data for an icon. It was only used once so instead of flipping at runtime, let's just add a flipped icon. Part of #65702. | |||
2022-09-12 | Improve 3D editor preview sun and sky usability | Hugo Locurcio | |
- Use grayscale icons to look better when pressed (with accent color modulation). - Invert state to be more logical (pressed = preview is enabled, not disabled). | |||
2022-09-11 | Ignore node rename if already exited blend tree | dzil123 | |
2022-09-11 | Add ability to flag classes as experimental or deprecated. | SaracenOne | |
2022-09-10 | Shrink shader editor's oversized borders | Michael Alexsander | |
2022-09-10 | Fix Ctrl/Cmd+F always processed by the asset library, instead of script ↵ | bruvzg | |
editor / help. | |||
2022-09-10 | Merge pull request #64465 from TokageItLab/bind-after-gui-input | Rémi Verschelde | |
Bind `AfterGUIInput` to GDScript and update document | |||
2022-09-10 | Prevent infinite loops in editor help search | kobewi | |
2022-09-10 | Fix broken patterns on TileMap layer change | kobewi | |
2022-09-09 | Merge pull request #64938 from YuriSizov/editor-scaled-icons | Rémi Verschelde | |
2022-09-09 | Merge pull request #65352 from Mickeon/try-scene-tree-filter-multi-word | Rémi Verschelde | |
2022-09-09 | i18n: Sync editor translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit 367ffd10c8a0131bb7f669070d99841fdc3ec6e2) | |||
2022-09-09 | Improve Scene Tree Dock's Node filter (Allow multiple terms & more) | Micky | |
- Allows more than one parameter to be passed in the "Filter Node" search box, each term separated by spaces. - Grays out any parent Node not matching the search, but still having to be there because a child is. - Adds a `group:` filter. It matches any Node belonging to the passed group. If no argument is passed, it matches all Nodes belonging to any group. It also ignores groups used internally, and its alias is `g`. | |||
2022-09-09 | Merge pull request #63640 from mbe9/fix_noneditable_remote_objects | Rémi Verschelde | |
2022-09-09 | Merge pull request #65520 from V-Sekai/remote_objects_no_read_only | Rémi Verschelde | |
2022-09-09 | Merge pull request #64373 from YeldhamDev/edscale_likes_them_floaty | Rémi Verschelde | |
2022-09-08 | Fix undo actions in SceneTreeDock | kobewi | |
2022-09-08 | Make `Vector2i` values paired with `EDSCALE` be just `Vector2` | Michael Alexsander | |
2022-09-08 | Remove read-only status from EditorDebuggerRemoteObject | SaracenOne | |
2022-09-08 | Merge pull request #65468 from Chaosus/vs_fix | Yuri Rubinsky | |
2022-09-08 | Merge pull request #65495 from V-Sekai/animation_editor_fixes | Rémi Verschelde | |
2022-09-08 | Merge pull request #65499 from Mickeon/project-converter-english-exam | Rémi Verschelde | |
2022-09-08 | Merge pull request #65504 from KoBeWi/close_before_saving | Rémi Verschelde | |
2022-09-08 | bind AfterGUIInput | Silc Renew | |
2022-09-08 | Fix several oddities in Project Converter | Micky | |
This is not a complete list. Nor are all of the changes exhaustive. - Measure final execution time in seconds instead of milliseconds. - Use `vformat()` instead of unreadable string concatenation whenever necessary. - Replaces every `&` used with booleans with `&&` because Visual Studio was really complaining about it. - Adds punctuation to some comments, in accordance to codebase guidelines. - Fixes some typos around the file (such as "parenthesis" being called "parenthess"), as well as attempt to change some sentences to be more English-correct. - Reworded some comments and error messages entirely. | |||
2022-09-08 | Merge pull request #65241 from bruvzg/no_keymap_ambiguity | Rémi Verschelde | |
Fix key mapping changes when moving from macOS to other platform. | |||
2022-09-08 | Merge pull request #60108 from KoBeWi/arise_to_top | Rémi Verschelde | |
Rename raise() to move_to_front() | |||
2022-09-08 | Merge pull request #63596 from Jayman2000/issue-27640 | Rémi Verschelde | |
Rename `change_scene()` and `change_scene_to()` | |||
2022-09-08 | Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_more | Rémi Verschelde | |
[Net] Rename "ssl" references to "tls" in methods and members. | |||
2022-09-08 | Merge pull request #64757 from nathanfranke/change-node-dialog | Rémi Verschelde | |
Simplify title of Create/Change Node Dialog |