Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | FS dock: Allow deselecting items by clicking empty space | Rémi Verschelde | |
Fixes #27546. | |||
2019-04-09 | Merge pull request #27553 from ShyRed/sprite2polygon | Rémi Verschelde | |
Add Sprite to CollisionPolygon2D and LightOccluder2D converter | |||
2019-04-08 | Changes to to feature profile editor | Juan Linietsky | |
Changed "Disable Editor" to "Contextual Editor Enabled" Do not show contextual editors for disabled classes. | |||
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky | |
Allows enabling/disabling parts of the editor and storing/loading profiles for that. | |||
2019-04-08 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-04-08 | Merge pull request #27716 from Calinou/script-editor-shift-find-previous | Rémi Verschelde | |
Find the previous match in script editor when pressing Shift + Enter | |||
2019-04-08 | Merge pull request #27644 from lupoDharkael/bus | Rémi Verschelde | |
Allow default audio bus layout modification | |||
2019-04-08 | Merge pull request #27710 from Calinou/script-templates-typed-gdscript | Rémi Verschelde | |
Add support for type hints in non-default script editor templates | |||
2019-04-08 | Merge pull request #27770 from KoBeWi/moving_pan_v2 | Rémi Verschelde | |
Allow panning while moving a node | |||
2019-04-08 | Merge pull request #27660 from cse2410-team2/Issue#26246 | Rémi Verschelde | |
Fix Cursor Color in the Label/RichTextLabel | |||
2019-04-08 | Merge pull request #27565 from SpechtMagnus/tileset_autotile_ignore_flags | Rémi Verschelde | |
Added ignore flag / wildcard bit to tileset autotile | |||
2019-04-07 | [AnimationNodeBlendTreeEditor] Usability improvements | Guilherme Felipe | |
- Add possibility to exclude multiple (selected) nodes. - Add context menu (Right click) to add nodes. | |||
2019-04-08 | + Added ignore flags to autotile bitmask | Magnus Specht | |
+ Added ignore functionality to tileset editor + Updated tileset editor autotile tooltip + Autotile ignore bits are processed and rendered correctl | |||
2019-04-07 | Allow panning while moving a node | Tomasz Chabora | |
2019-04-07 | Small hotfix to visual shader entries.. | Chaosus | |
2019-04-07 | Merge pull request #26164 from Chaosus/vshader_improvements | Rémi Verschelde | |
Major update for visual shader system | |||
2019-04-07 | Merge pull request #26551 from ZahFox/editor-shortcuts | Rémi Verschelde | |
New shortcuts for the editor menu items | |||
2019-04-07 | Merge pull request #25311 from qarmin/third_point | Rémi Verschelde | |
Add third point to change size RectangleShape2D in two axis | |||
2019-04-07 | Fix cursor color in Label/RTL in editor | Mariam Naiga | |
Fixes #26246. | |||
2019-04-07 | Merge pull request #27645 from theisegeberg/fix-wav-import-trim | Rémi Verschelde | |
Fix end pops when trimming wav files | |||
2019-04-07 | Merge pull request #27734 from Hendrikto/cleanup | Rémi Verschelde | |
Remove unused imports | |||
2019-04-07 | Merge pull request #25810 from TheYokai/mixer_improvements | Rémi Verschelde | |
New Nonlinear Audio Bus Fader | |||
2019-04-07 | Merge pull request #27741 from danielkulas/path | Rémi Verschelde | |
Fix "Show in File Manager" option | |||
2019-04-07 | Merge pull request #27151 from vorabrijesh/updated | Rémi Verschelde | |
Changed default shortcut for opening help menu to (Shift + F1) | |||
2019-04-07 | Major improvements for visual shader system | Chaosus | |
2019-04-06 | New Nonlinear Audio Bus Mixer | Eoin 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-06 | Fix "Show in File Manager" option | Daniel Kulas | |
2019-04-07 | Change Help menu shortcut to Shift+F1: Fixes #3786 | vorabrijesh | |
2019-04-06 | Merge pull request #27602 from YeldhamDev/tileset_emptypoly_crash_fix | Rémi Verschelde | |
Fix crash when using the Tileset Editor when the given shape has no points | |||
2019-04-06 | Merge pull request #27699 from LATRio/fix_region_editor_margin | Rémi Verschelde | |
Fix TextureRegion margin bug | |||
2019-04-06 | Merge pull request #26609 from nekomatata/shadow_offset | Timo | |
Support for shadow offset in box style | |||
2019-04-06 | Remove unused imports | Hendrikto | |
2019-04-06 | Merge pull request #25995 from lupoDharkael/csv | Rémi Verschelde | |
Add CSV export to profiling data | |||
2019-04-06 | Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resources | Rémi Verschelde | |
Include global class resources in Resource property inspector | |||
2019-04-06 | Merge pull request #26650 from YeldhamDev/filesys_tooltips | Rémi Verschelde | |
Small tooltip changes to filesystem-related UI componentes in editor | |||
2019-04-06 | Add converters / generators to Sprite | ShyRed | |
Adds the following menu options to the Sprite editor: "Convert to Mesh2D", "Convert to Polygon2D", "Create CollisionPolygon2D Sibling" and "Create LightOccluder2D Sibling" | |||
2019-04-05 | Fix crash when using the Tileset Editor when the given shape has no points | Michael Alexsander Silva Dias | |
2019-04-06 | Find the previous match in script editor when pressing Shift + Enter | Hugo Locurcio | |
This allows cycling through matches more efficiently. | |||
2019-04-05 | Add support for type hints in non-default script editor templates | Hugo Locurcio | |
This also refactors template processing to avoid repetition. This closes #27074. | |||
2019-04-05 | Allow default audio bus layout modification | lupoDharkael | |
2019-04-05 | Merge pull request #26903 from guzzard/polygon-point-hover | Rémi Verschelde | |
Display vertex number when hovering point in collision polygon | |||
2019-04-05 | Merge pull request #26918 from aqnuep/skeleton_reparenting_fix | Rémi Verschelde | |
Fix skeleton reparenting to also work when the skeleton node is not a bone | |||
2019-04-05 | Merge pull request #26927 from qarmin/fix_perspective_button_hide | Rémi Verschelde | |
Fix perspective button hide when it actually should be disabled | |||
2019-04-05 | Merge pull request #26930 from qarmin/fix_delete_project_settings_properties | Rémi Verschelde | |
Fix deleting properties after deleting files | |||
2019-04-05 | Merge pull request #26954 from willnationsdev/refresh | Rémi Verschelde | |
Add a getter for the EditorInspector | |||
2019-04-05 | Merge pull request #27330 from qarmin/fix_bones_not_showing_after_create | Rémi Verschelde | |
Show bones after creating | |||
2019-04-05 | Merge pull request #27677 from akien-mga/Wimplicit-fallthrough | Rémi Verschelde | |
Fix -Wimplicit-fallthrough warnings from GCC 8 | |||
2019-04-05 | Merge pull request #27008 from qarmin/fix_toggle_visibility | Rémi Verschelde | |
Fix crash when toggle visibility in SceneTreeDialog | |||
2019-04-05 | Fix TextureRegion margin bug introduced in #27122 | LATRio | |
2019-04-05 | Merge pull request #27254 from piyushdagar/fix-animation | Rémi Verschelde | |
Fixes Adding animation to AnimatedSprite doesn't update inspector immmediately #26381 |