summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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-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-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
2020-08-19Added plurals and context support to TranslationSkyJJ
2020-08-18Fixed issues with adding custom project settings and added confirmation ↵Eric M
dialog when deleting settings.
2020-08-17Merge pull request #41280 from Calinou/editor-3d-add-invert-x-optionRémi Verschelde
Add an editor setting to invert 3D pan/orbit on the X axis
2020-08-15Merge pull request #41223 from javidcf/sprite_frames_editor_zoomRémi Verschelde
Added zoom functionality to sprite frames editor plugin
2020-08-15Merge pull request #41265 from YeldhamDev/rename_diag_tweaksRémi Verschelde
Minor visual improvements to the "Batch Rename" dialog
2020-08-15Merge pull request #41103 from Calinou/editor-improve-easing-inspectorRémi Verschelde
Improve the inspector easing editor
2020-08-15Add an editor setting to invert 3D pan/orbit on the X axisHugo Locurcio
This also makes the invert Y axis option apply to 3D panning. This closes #28082.
2020-08-14Minor visual improvements to the "Batch Rename" dialogMichael Alexsander
2020-08-14Fix and tweak the new header in "Project Settings"Michael Alexsander
2020-08-14Make the editor's 'CheckButton' icon be smallerMichael Alexsander
2020-08-14Merge pull request #41116 from EricEzaM/signal-list-filterRémi Verschelde
Added search box to signals dock.
2020-08-14Merge pull request #41249 from javidcf/tile_set_editor_flat_buttonsRémi Verschelde
Made toolbar buttons in tile set editor flat
2020-08-14Added zoom functionality to sprite frames editor pluginJavier Dehesa
Zoom buttons and mouse control added to spritesheet preview and animation frames pane.
2020-08-14Made toolbar buttons in tile set editor flatJavier Dehesa
2020-08-14Modified FileSystemDock so folders can be selected for reimport.geekrelief
2020-08-14Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @hinlopen, @naithar, @rrcore, @SkyLucilfer, @TwistedTwigleg Thanks to all contributors and donors for making Godot possible! --- Also changes to relevant code that parses the DONORS.md to match the new tiers.
2020-08-13Added volumetric fog effect.Juan Linietsky
2020-08-11Merge pull request #41032 from mrushyendra/tilemap_previewRémi Verschelde
Fix tile placement preview for rotated, skewed or scaled TileMaps
2020-08-11Merge pull request #41002 from AlphaOneProject/issue-40879Rémi Verschelde
Modify the scene only when color changed
2020-08-11i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 900949b31695d4deb21a9646b7288c4fcdf20daf)
2020-08-11Merge pull request #41164 from bruvzg/win_attach_consoleRémi Verschelde
[Windows] Attach to parent console instead of creating new one.
2020-08-11[Windows] Attach to parent console instead of creating new one.bruvzg
2020-08-11Merge pull request #41130 from totlmstr/missing-svgRémi Verschelde
Add missing #ifdef MODULE_SVG_ENABLED
2020-08-10Merge pull request #41163 from raulsntos/default-env-formattingRémi Verschelde
Create default_env.tres with the same format used to save it