summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2020-09-07Merge pull request #41840 from Chaosus/vs_particlesJuan Linietsky
[WIP] Remakes particles in visual shaders
2020-09-07Merge pull request #41510 from SkyLucilfer/TranslatorCommentRémi Verschelde
Add translators comments extraction for Editor
2020-09-07Fixed expand/collapse folder option not showing in FileSystemDockEric M
2020-09-07Remakes particles in visual shadersYuri Roubinsky
2020-09-06Removes redundant code & fix documentation for VisualShaderNodeCustomYuri Roubinsky
2020-09-06Use flags instead TYPE_ enum in visual shaders editorYuri Roubinsky
2020-09-04Make PosVertex to Vertex slicing explicit.Marcel Admiraal
2020-09-04Merge pull request #41758 from akien-mga/classref-syncRémi Verschelde
doc: Sync classref with current source
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-04doc: Sync classref with current sourceRémi Verschelde
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-25Add translators comments extraction for EditorSkyJJ
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.