summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #59016 from Sauermann/fix-cursorshape-animationtimelineeditRémi Verschelde2022-03-112-7/+11
|\
| * Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEditMarkus Sauermann2022-03-112-7/+11
| | | | | | | | | | get_cursor_shape() is used in cases where a Control displays different cursors in different areas. There is no need to set the default cursor shape on every mouse move event.
* | Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-113-6/+271
|\ \ | |/ |/|
| * Improve app name and system permission message localization.bruvzg2022-03-043-6/+271
| | | | | | | | | | | | | | Add localizable string (Dictionary<Lang Code, String>) property editor and property hint. Add localized "app name" property to the project settings. Add localized permission and copyright properties to the macOS and iOS export settings. Remove some duplicated ("app name") and deprecated ("info") macOS and iOS export properties.
* | Merge pull request #58965 from TechnoPorg/remove-stex-occurrencesRémi Verschelde2022-03-116-19/+19
|\ \ | | | | | | Remove more occurrences of "stex"
| * | Remove more occurrences of "stex"TechnoPorg2022-03-106-19/+19
| | |
* | | Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`Haoyu Qiu2022-03-111-5/+0
| | |
* | | Merge pull request #58706 from timothyqiu/property-i18nRémi Verschelde2022-03-108-87/+294
|\ \ \
| * | | i18n: Make property paths and categories translatableHaoyu Qiu2022-03-038-87/+294
| | | |
* | | | Merge pull request #58984 from rcorre/export-createRémi Verschelde2022-03-101-7/+2
|\ \ \ \
| * | | | Create parent directories on export.Ryan Roden-Corrent2022-03-101-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #42231. This works for both the UI and the --export CLI flag.
* | | | | Merge pull request #58981 from EricEzaM/improvement/popup-menu-even-spacingRémi Verschelde2022-03-101-1/+6
|\ \ \ \ \
| * | | | | Editor Style: make popup menu vseparation even, and force it to be even.Eric M2022-03-101-1/+6
| | | | | |
* | | | | | Merge pull request #58972 from reduz/expose-more-gdextensionRémi Verschelde2022-03-106-18/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Discern between virtual and abstract class bindingsreduz2022-03-106-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved.
* | | | | | Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_editRémi Verschelde2022-03-101-6/+8
|\ \ \ \ \ \
| * | | | | | Fix shortcut collapse after editGer Hean2022-02-051-6/+8
| | | | | | |
* | | | | | | Merge pull request #58735 from ↵Fabio Alessandrelli2022-03-101-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Calinou/editor-visual-profiler-tweak-frame-time-label Tweak editor visual profiler frame time label for consistency
| * | | | | | Tweak editor visual profiler frame time label for consistencyHugo Locurcio2022-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is consistent with the general profiler's frame time label.
* | | | | | | Merge pull request #58969 from timothyqiu/ani-editor-themeRémi Verschelde2022-03-104-37/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix some Animation panel icons not updating after theme change
| * | | | | | | Fix some Animation panel icons not updating after theme changeHaoyu Qiu2022-03-104-37/+60
| | | | | | | |
* | | | | | | | Fix TextureRegion editor grid color for light themesHaoyu Qiu2022-03-101-2/+3
|/ / / / / / /
* | | | | | | Merge pull request #58907 from novaplusplus/gutter_spam_fixRémi Verschelde2022-03-091-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Add check to prevent "p_gutter = -1" error spamnova++2022-03-081-0/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #58929 from reduz/remove-variant-arg-macrosRémi Verschelde2022-03-098-25/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove VARIANT_ARG* macros
| * | | | | | | Remove VARIANT_ARG* macrosreduz2022-03-098-25/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Very old macros from the time Godot was created. * Limited arguments to 5 (then later changed to 8) in many places. * They were replaced by C++11 Variadic Templates. * Renamed methods that take argument pointers to have a "p" suffix. This was used in some places and not in others, so made it standard. * Also added a dereference check for Variant*. Helped catch a couple of bugs.
* | | | | | | | Merge pull request #58865 from timothyqiu/more-i18nRémi Verschelde2022-03-099-16/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add missing i18n to various strings
| * | | | | | | Add missing i18n to various stringsHaoyu Qiu2022-03-079-16/+20
| | | | | | | |
* | | | | | | | i18n: Sync editor translations with WeblateRémi Verschelde2022-03-0972-3354/+20555
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 751769ed45f835e96eedb7cf1aa47733b342d969)
* | | | | | | | Fix Autoload capitalization inconsistencyHaoyu Qiu2022-03-093-29/+29
| | | | | | | |
* | | | | | | | Replace `TabBar`'s `min_width` with `max_tab_width` and expose itMichael Alexsander2022-03-092-12/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Add `_get_func_code/_is_available` virtual functions to custom nodesYuri Roubinsky2022-03-082-24/+69
| | | | | | |
* | | | | | | Merge pull request #58896 from timothyqiu/locks-n-groupsRémi Verschelde2022-03-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Don't show Lock & Group buttons for nodes hidden by CanvasLayerHaoyu Qiu2022-03-081-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #58892 from groud/avoid_toasters_mise_en_abymeRémi Verschelde2022-03-082-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid recursive errors in EditorToasterGilles Roudière2022-03-082-0/+10
| |/ / / / / / /
* / / / / / / / fix deselect behavior for Skeleton gizmoSilc 'Tokage' Renew2022-03-081-12/+15
|/ / / / / / /
* / / / / / / Avoid gizmo crashes in cases where the points are null.K. S. Ernest (iFire) Lee2022-03-081-12/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | fix for pose editor
* | | | | | Merge pull request #58761 from techiepriyansh/fix-multiple-instancesRémi Verschelde2022-03-071-1/+8
|\ \ \ \ \ \
| * | | | | | fix same project opening mutliple times from project managerPriyansh Rathi2022-03-061-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #58854 from Chaosus/vs_varying_fixYuri Roubinsky2022-03-071-6/+6
|\ \ \ \ \ \
| * | | | | | Fix _update_varyings call in visual shaderYuri Roubinsky2022-03-071-6/+6
| | | | | | |
* | | | | | | Merge pull request #58847 from KoBeWi/editor_settings_messRémi Verschelde2022-03-0716-40/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove duplicate editor settings definitionskobewi2022-03-0616-40/+37
| | | | | | |
* | | | | | | Merge pull request #58750 from Chaosus/vs_varyingsRémi Verschelde2022-03-072-11/+544
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add varying support to visual shaders
| * | | | | | | Add varying support to visual shadersYuri Roubinsky2022-03-042-11/+544
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #58719 from Chaosus/vs_builtinsRémi Verschelde2022-03-071-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adds few more input/output built-ins to visual shader
| * | | | | | | Adds few more input/output built-ins to visual shaderYuri Roubinsky2022-03-031-0/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #58842 from IgorKordiukiewicz/save-as-scene-visual-feedbackRémi Verschelde2022-03-062-0/+129
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added visual feedback when drag and dropping from scene tree to filesystem
| * | | | | | | Added visual feedback when drag and dropping from scene tree to file systemIgor Kordiukiewicz2022-03-062-0/+129
| | |_|_|_|/ / | |/| | | | |