Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-21 | Refactor render_mode in shaders, forbid declaring duplicates | Yuri Roubinsky | |
2021-12-21 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 0fe94ee6e55e1231df5e80c20e58e7f2d73adde8) | |||
2021-12-21 | Merge pull request #55761 from KoBeWi/alt_hack | Rémi Verschelde | |
2021-12-21 | Merge pull request #56102 from jmb462/fix-wrong-gradientedit-colorpicker-shape | Rémi Verschelde | |
2021-12-20 | EditorAtlasPacker Fix incorrectly deducing zero height in some cases | kleonc | |
2021-12-20 | Fix wrong ColorPicker shape with GradientEdit | jmb462 | |
2021-12-18 | Merge pull request #56041 from Zylann/null_checks2 | Rémi Verschelde | |
Fix crash if font fails loading when generating a preview | |||
2021-12-18 | Fix crash if font fails loading when generating a preview | Marc Gilleron | |
Historical crash log: ERROR: No loader found for resource: res://addons/gdquest.mannequin/assets/theme/fonts/montserrat/Montserrat-Medium.ttf. at: (core\io\resource_loader.cpp:213) ERROR: res://addons/gdquest.mannequin/assets/theme/fonts/default_font.tres:8 - Parse Error: [ext_resource] referenced non-loaded resource at: res://addons/gdquest.mannequin/assets/theme/fonts/montserrat/Montserrat-Medium.ttf at: ResourceLoaderText::_parse_ext_resource (scene\resources\resource_format_text.cpp:170) ERROR: res://addons/gdquest.mannequin/assets/theme/fonts/default_font.tres:8 - Parse Error: [ext_resource] referenced non-loaded resource at: res://addons/gdquest.mannequin/assets/theme/fonts/montserrat/Montserrat-Medium.ttf at: ResourceLoaderText::load (scene\resources\resource_format_text.cpp:649) ERROR: Failed loading resource: res://addons/gdquest.mannequin/assets/theme/fonts/default_font.tres. Make sure resources have been imported by opening the project in the editor at least once. at: (core\io\resource_loader.cpp:206) | |||
2021-12-17 | Merge pull request #55976 from timothyqiu/font-preview-fg | Rémi Verschelde | |
2021-12-18 | Fix font preview text color on light background | Haoyu Qiu | |
2021-12-17 | Don't crash when texture param is null | Marc Gilleron | |
2021-12-16 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 8a30e04fd181725f46bf25a239dd4bd01c2f4a33) | |||
2021-12-16 | Merge pull request #55930 from timothyqiu/doctool-i18n | Rémi Verschelde | |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu | |
* Adds `indent(str)` to `String`: * Indent the (multiline) string with the given indentation. * This method is added in order to keep the translated XML correctly indented. * Moves the loading of tool/doc translation into `editor/editor_translation.{h,cpp}`. * This will be used from both `EditorSettings` and the doc tool from `main`. * Makes use of doc translation when generating XML class references, and setup the translation locale based on `-l LOCALE` CLI parameter. The XML class reference won't be translated if `-l LOCALE` parameter is not given, or when it's `-l en`. | |||
2021-12-16 | Merge pull request #55747 from timothyqiu/editor-proxy | Fabio Alessandrelli | |
Add proxy support for the editor | |||
2021-12-15 | Merge pull request #55927 from pycbouh/editor-add-theme-type-communication | Rémi Verschelde | |
2021-12-15 | Make EditorSpinSlider grabbers thicker to be more noticeable | Hugo Locurcio | |
2021-12-14 | Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ↵ | Xavier Sellier | |
time to properly start | |||
2021-12-14 | Improve user communication in the Add Item Type dialog | Yuri Sizov | |
2021-12-13 | Allow to copy foreign nodes | kobewi | |
2021-12-12 | Merge pull request #55825 from zaevi/fix_PluginConfigDialog_UI | Rémi Verschelde | |
2021-12-12 | Merge pull request #55816 from RandomShaper/fix_revert_null_defaults | Rémi Verschelde | |
2021-12-12 | Merge pull request #55836 from jabcross/asset-selectable | Rémi Verschelde | |
2021-12-12 | Merge pull request #55860 from rcorre/mesh_typo | Rémi Verschelde | |
2021-12-12 | Fix typo in create_outline error message. | Ryan Roden-Corrent | |
2021-12-11 | Allow selection in asset description | jabcross | |
Many assets include links in the description. This change enables selection for the links, and other information such as version numbers, to be copied/pasted. | |||
2021-12-11 | Fix `PluginConfigDialog` UI broken | Zae | |
2021-12-11 | Stop asuming a default value of NIL means there's no default | Pedro J. Estébanez | |
2021-12-10 | Merge pull request #55519 from ↵ | Rémi Verschelde | |
Calinou/editor-spin-slider-float-draw-filled-slider | |||
2021-12-10 | i18n: Remove deleted translations from PO files | Rémi Verschelde | |
Since we bundle the whole files in the editor binary, they actual impact the binary size needlessly. Automate it via `make merge`. (cherry picked from commit 6fb47a271fdb009c03fd328feaeccb22f612a90f) | |||
2021-12-10 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit fd86272ca055cdf01ba48e8e9f043843ef540578) | |||
2021-12-10 | Merge pull request #54002 from ↵ | Rémi Verschelde | |
Calinou/editor-anchor-icon-improve-accent-visibility | |||
2021-12-10 | Merge pull request #53323 from xMakerx/patch-1 | Rémi Verschelde | |
2021-12-09 | Add drag and drop for NodePaths | kobewi | |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke | |
Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings | |||
2021-12-09 | Fixup last commit, change misleading CodeEditor for consistency | Rémi Verschelde | |
2021-12-09 | Fix mid-air conflict between #55299 and #55692 | Rémi Verschelde | |
2021-12-09 | Merge pull request #55299 from nathanfranke/renames | Rémi Verschelde | |
2021-12-09 | Merge pull request #55692 from Chaosus/material_editor_canvas_item_mode | Rémi Verschelde | |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | |
2021-12-09 | Add proxy support for the editor | Haoyu Qiu | |
* Adds proxy support for `HTTPRequest`. * Adds `network/http_proxy/{host,port}` editor settings. * Labeled as "HTTP Proxy" and it will be used for both HTTP and HTTPS requests. This is the same convention as seen in Android Studio's proxy settings. * Makes Asset Library and Export Template Manager use proxy according to the editor settings. | |||
2021-12-09 | Fix some containers disabling wrong scrollbars | kobewi | |
2021-12-08 | Merge pull request #55709 from raulsntos/expose_script_edit | Rémi Verschelde | |
2021-12-08 | Expose `ScriptEditor::edit` to scripting | Raul Santos | |
Exposes a method in `EditorInterface` to open scripts on a specified line and column. This method handles if the internal or the external editor should be used. | |||
2021-12-08 | Merge pull request #51381 from Chaosus/shader_compile_enchancement | Yuri Roubinsky | |
2021-12-08 | Make `compile` shader function to use struct instead long parameter list | Yuri Roubinsky | |
2021-12-08 | Merge pull request #55694 from KoBeWi/scrollbar_modding_tools | Rémi Verschelde | |
ScrollContainer's scrollbar visibility is now enum | |||
2021-12-08 | Rename GPUParticles attractor and collision nodes to have a 3D suffix | Hugo Locurcio | |
GPUParticles attractors and collision are currently only available in 3D. Their 2D counterparts haven't been implemented yet, but they will use separate nodes. | |||
2021-12-07 | ScrollContainer's scrollbar visibility is now enum | kobewi | |
2021-12-07 | Add CanvasItem mode support to the MaterialEditor | Yuri Roubinsky | |