summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2020-09-04Merge pull request #41761 from madmiraal/fix-assignment-operatorsRémi Verschelde
Ensure assignment operators return by reference to avoid unnecessary copies.
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-09-04Merge pull request #40996 from Calinou/improve-debug-editor-tooltipsRémi Verschelde
Improve editor tooltips related to debugging
2020-09-04i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 41b9e1d7ea6241114babf0681c4e25400230ecfc)
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Merge pull request #41022 from qarmin/fixes_leak_with_creating_settingsRémi Verschelde
Fixes leak with creating editor settings
2020-09-03Merge pull request #41050 from Calinou/spriteframes-editor-compactRémi Verschelde
Make the SpriteFrames animation speed SpinBox take less vertical space
2020-09-03Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde
Revert #41164, add subsystem build option.
2020-09-03Merge pull request #41702 from kotelifelif/37424Rémi Verschelde
Update search function in project settings
2020-09-03Merge pull request #41724 from Chaosus/vs_fix_particlesYuri Roubinsky
Restore Particles functionality in visual shader
2020-09-03Restore Particles functionality in visual shaderYuri Roubinsky
2020-09-03Merge pull request #41589 from sburris0/masterRémi Verschelde
Make blank project name create an error, not a warning
2020-09-02Fix filtering of search results in SectionedInspectorbooer
2020-09-02Fix editor inspector refresh not workingEric M
2020-09-01Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde
Add high quality glow mode
2020-09-01Merge pull request #37022 from aaronfranke/editor-plugin-iter-backRémi Verschelde
Iterate backwards over EditorPlugin's list of plugins in get_editor etc
2020-09-01Merge pull request #37240 from aaronfranke/pm-min-sizeRémi Verschelde
Change the "remove missing" button to disabled rather than hidden
2020-09-01Merge pull request #40868 from aaronfranke/color-html-rgbaRémi Verschelde
Change Color HTML conversion from ARGB to RGBA
2020-08-31Add high quality glow modeclayjohn
2020-09-01Change Color HTML conversion from ARGB to RGBAAaron Franke
Also add support for 3 and 4 digit values in C#. Now it actually matches the HTML/CSS spec.
2020-08-31Fix being able to create invalid scripts by pressing enter inside "Path"Michael Alexsander
2020-08-31Change the "remove missing" button to disabled rather than hiddenAaron Franke
Also set a minimum size
2020-08-31Merge pull request #41601 from hinlopen/remember-last-filter-orderRémi Verschelde
Fix not saving new filter order in project manager
2020-08-31Merge pull request #30148 from zaksnet/fix-texture-editorRémi Verschelde
Adds automatic update for StyleBoxTexture > region_rect
2020-08-31Merge pull request #38580 from aaronfranke/import-dockRémi Verschelde
Make the Import dock depend on the FileSystem dock for editor feature profiles
2020-08-30Fix crash because of initialized EditorDebuggerPlugin fieldIgnacio Etcheverry
2020-08-29Adds automatic update for region_rectZak
When changing the texture region for a StyleBox, the regions was not updating automatically in the Texture editor.
2020-08-29Fix not saving new filter orderStijn Hinlopen
2020-08-28Make blank project name create an error, not a warningSpencer Burris
2020-08-28Add placeholders to the searchbars in the Project/Editor settingsMichael Alexsander
2020-08-27Refactor project filter in Project ManagerStijn Hinlopen
- Reorder search/sort bar - Removed ProjectListFilter (unnecessary abstraction) - Reorder side bar buttons - Removed some unused variables/methods
2020-08-27Merge pull request #41523 from Lunatoid/theme-editor-h-scrollbarRémi Verschelde
Gives the theme editor a horizontal scrollbar
2020-08-27Merge pull request #39440 from simpuid/custom-profilersRémi Verschelde
Debugger Plugins in Godot
2020-08-27Merge pull request #40302 from verdog/camera-bounds-fixRémi Verschelde
Fix Camera2D Incorrect Preview Bounds
2020-08-27Make the Import dock depend on the FileSystem dockAaron Franke
2020-08-27Iterate backwards over EditorPlugin's list of plugins in get_editor etcAaron Franke
2020-08-26Added debugger plugin supportsimpu
Changes: * EngineDebugger is exposed to gdscript. Game side of communication can be implemented through it. * EditorDebuggerPlugin is added which handles the editor side of communication.
2020-08-26Gives the theme editor a horizontal scrollbarLunatoid
Fixes #34509 where the theme editor would push away the inspector if something like "hseperation" is really high. Now `set_enable_h_scroll` is true which fixes this.
2020-08-25Accept DynamicFontData for FontsTomasz Chabora
2020-08-25Merge pull request #41138 from ↵Rémi Verschelde
EricEzaM/open-inspector-section-on-drag-and-drop-hover Added ability to unfold editor sections when dragging and dropping.
2020-08-25Merge pull request #41085 from SekoiaTree/masterRémi Verschelde
Fixed node scaling arrows being wrong
2020-08-25Merge pull request #40443 from SkyLucilfer/PluralsSupportRémi Verschelde
Added plurals and context support to Translation
2020-08-25Added ability to unfold editor sections when dragging and dropping.Eric M
Also added editor setting to control the delay used before unfold occurs.
2020-08-25Fixed node scaling arrows being wrongSekoiaTree
Patch for #21755. Node scaling arrows pointed the wrong way when nodes were rotated. Ammend: made math cleaner. Simplified expression Changes suggested by Aaron Franke Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-08-19Improve search and display in the editor property/method selectorHugo Locurcio
- Use postfix notation for types in the method selector (for consistency with the editor help). - Perform a case-insensitive match and replace spaces with underscores in the search string. - Fix extraneous space after the `void` return type.
2020-08-19Merge pull request #41080 from naithar/feature/ios-framework-importRémi Verschelde
[iOS] [4.0] Export: Add a method to embed a framework
2020-08-19iOS Export: Add a method to embed a frameworkSergey Minakov
By default 'add_ios_framework' would not embed a framework to save previous behavior. New 'add_ios_embedded_framework' would embed framework on export.
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ
2020-08-19Updated Translation architecture to have TranslationPO, did some commit ↵SkyJJ
fixes and updated class Reference.
2020-08-19Update POT generation to handle context and pluralsSkyJJ