summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-04-09FS dock: Allow deselecting items by clicking empty spaceRémi Verschelde
Fixes #27546.
2019-04-09Merge pull request #27553 from ShyRed/sprite2polygonRémi Verschelde
Add Sprite to CollisionPolygon2D and LightOccluder2D converter
2019-04-08Changes to to feature profile editorJuan Linietsky
Changed "Disable Editor" to "Contextual Editor Enabled" Do not show contextual editors for disabled classes.
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
2019-04-08i18n: Sync translations with WeblateRémi Verschelde
2019-04-08Merge pull request #27716 from Calinou/script-editor-shift-find-previousRémi Verschelde
Find the previous match in script editor when pressing Shift + Enter
2019-04-08Merge pull request #27644 from lupoDharkael/busRémi Verschelde
Allow default audio bus layout modification
2019-04-08Merge pull request #27710 from Calinou/script-templates-typed-gdscriptRémi Verschelde
Add support for type hints in non-default script editor templates
2019-04-08Merge pull request #27770 from KoBeWi/moving_pan_v2Rémi Verschelde
Allow panning while moving a node
2019-04-08Merge pull request #27660 from cse2410-team2/Issue#26246Rémi Verschelde
Fix Cursor Color in the Label/RichTextLabel
2019-04-08Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flagsRémi Verschelde
Added ignore flag / wildcard bit to tileset autotile
2019-04-07[AnimationNodeBlendTreeEditor] Usability improvementsGuilherme Felipe
- Add possibility to exclude multiple (selected) nodes. - Add context menu (Right click) to add nodes.
2019-04-08+ Added ignore flags to autotile bitmaskMagnus Specht
+ Added ignore functionality to tileset editor + Updated tileset editor autotile tooltip + Autotile ignore bits are processed and rendered correctl
2019-04-07Allow panning while moving a nodeTomasz Chabora
2019-04-07Small hotfix to visual shader entries..Chaosus
2019-04-07Merge pull request #26164 from Chaosus/vshader_improvementsRémi Verschelde
Major update for visual shader system
2019-04-07Merge pull request #26551 from ZahFox/editor-shortcutsRémi Verschelde
New shortcuts for the editor menu items
2019-04-07Merge pull request #25311 from qarmin/third_pointRémi Verschelde
Add third point to change size RectangleShape2D in two axis
2019-04-07Fix cursor color in Label/RTL in editorMariam Naiga
Fixes #26246.
2019-04-07Merge pull request #27645 from theisegeberg/fix-wav-import-trimRémi Verschelde
Fix end pops when trimming wav files
2019-04-07Merge pull request #27734 from Hendrikto/cleanupRémi Verschelde
Remove unused imports
2019-04-07Merge pull request #25810 from TheYokai/mixer_improvementsRémi Verschelde
New Nonlinear Audio Bus Fader
2019-04-07Merge pull request #27741 from danielkulas/pathRémi Verschelde
Fix "Show in File Manager" option
2019-04-07Merge pull request #27151 from vorabrijesh/updatedRémi Verschelde
Changed default shortcut for opening help menu to (Shift + F1)
2019-04-07Major improvements for visual shader systemChaosus
2019-04-06New Nonlinear Audio Bus MixerEoin O'Neill
This patch changes the audio mixer faders to use a non-linear algorithm for volume control. The intention is to make Godot's audio faders be more like those found in professional audio equipment and programs. It is an exponential equation which intends to counter-act the logarithmic nature of human hearing. The effect of this is a more usable audio mixer with more emphasis on the values that make the most difference to the mix. It also changes the audio level notch widget to be less static and thus supports changing the scaling factor of the audio faders.
2019-04-06Fix "Show in File Manager" optionDaniel Kulas
2019-04-07Change Help menu shortcut to Shift+F1: Fixes #3786vorabrijesh
2019-04-06Merge pull request #27602 from YeldhamDev/tileset_emptypoly_crash_fixRémi Verschelde
Fix crash when using the Tileset Editor when the given shape has no points
2019-04-06Merge pull request #27699 from LATRio/fix_region_editor_marginRémi Verschelde
Fix TextureRegion margin bug
2019-04-06Merge pull request #26609 from nekomatata/shadow_offsetTimo
Support for shadow offset in box style
2019-04-06Remove unused importsHendrikto
2019-04-06Merge pull request #25995 from lupoDharkael/csvRémi Verschelde
Add CSV export to profiling data
2019-04-06Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resourcesRémi Verschelde
Include global class resources in Resource property inspector
2019-04-06Merge pull request #26650 from YeldhamDev/filesys_tooltipsRémi Verschelde
Small tooltip changes to filesystem-related UI componentes in editor
2019-04-06Add converters / generators to SpriteShyRed
Adds the following menu options to the Sprite editor: "Convert to Mesh2D", "Convert to Polygon2D", "Create CollisionPolygon2D Sibling" and "Create LightOccluder2D Sibling"
2019-04-05Fix crash when using the Tileset Editor when the given shape has no pointsMichael Alexsander Silva Dias
2019-04-06Find the previous match in script editor when pressing Shift + EnterHugo Locurcio
This allows cycling through matches more efficiently.
2019-04-05Add support for type hints in non-default script editor templatesHugo Locurcio
This also refactors template processing to avoid repetition. This closes #27074.
2019-04-05Allow default audio bus layout modificationlupoDharkael
2019-04-05Merge pull request #26903 from guzzard/polygon-point-hoverRémi Verschelde
Display vertex number when hovering point in collision polygon
2019-04-05Merge pull request #26918 from aqnuep/skeleton_reparenting_fixRémi Verschelde
Fix skeleton reparenting to also work when the skeleton node is not a bone
2019-04-05Merge pull request #26927 from qarmin/fix_perspective_button_hideRémi Verschelde
Fix perspective button hide when it actually should be disabled
2019-04-05Merge pull request #26930 from qarmin/fix_delete_project_settings_propertiesRémi Verschelde
Fix deleting properties after deleting files
2019-04-05Merge pull request #26954 from willnationsdev/refreshRémi Verschelde
Add a getter for the EditorInspector
2019-04-05Merge pull request #27330 from qarmin/fix_bones_not_showing_after_createRémi Verschelde
Show bones after creating
2019-04-05Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde
Fix -Wimplicit-fallthrough warnings from GCC 8
2019-04-05Merge pull request #27008 from qarmin/fix_toggle_visibilityRémi Verschelde
Fix crash when toggle visibility in SceneTreeDialog
2019-04-05Fix TextureRegion margin bug introduced in #27122LATRio
2019-04-05Merge pull request #27254 from piyushdagar/fix-animationRémi Verschelde
Fixes Adding animation to AnimatedSprite doesn't update inspector immmediately #26381