summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32731 from codecustard/fix_concaveshape_not_selectingRémi Verschelde2019-10-111-0/+1
|\
| * Fixes concaveshape not selecting in viewportEmmanuel Barroga2019-10-111-0/+1
* | Merge pull request #32721 from groud/independant_grid_snapRémi Verschelde2019-10-112-44/+53
|\ \
| * | Move grid snapping to an independent buttonGilles Roudière2019-10-102-44/+53
| |/
* | Merge pull request #32737 from volzhs/unused-outputstringsRémi Verschelde2019-10-112-295/+0
|\ \
| * | Remove unused editor/OutputStringsvolzhs2019-10-112-295/+0
* | | Merge pull request #32729 from Calinou/inspector-remove-string-conversionRémi Verschelde2019-10-111-2/+2
|\ \ \
| * | | Remove redundant `camelcase_to_underscore()` call in EditorInspectorHugo Locurcio2019-10-101-2/+2
| |/ /
* / / Fixed ScriptEditor autosave timer causing errors on startPouleyKetchoupp2019-10-102-17/+21
|/ /
* | Prevents folding of member tree on drag&drop in visual shaderYuri Roubinsky2019-10-101-0/+3
* | Add shortcut Shift + F3 to search pervious in the built-in docsMarqus2019-10-104-6/+14
* | Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-104-12/+10
|/
* Merge pull request #32672 from codecustard/fix_merge_scene_not_deselectingRémi Verschelde2019-10-091-2/+13
|\
| * Fixes deselection not working when merging sceneEmmanuel Barroga2019-10-081-2/+13
* | Remove Show Ruler shortcut (fixes #32639)Pedro Ciambra2019-10-081-1/+1
* | Merge pull request #32444 from lupoDharkael/center-templateRémi Verschelde2019-10-081-0/+6
|\ \
| * | Project Manager: Update template dialog position after window resizelupoDharkael2019-10-011-0/+6
* | | Merge pull request #32556 from bruvzg/win_codesignRémi Verschelde2019-10-082-0/+8
|\ \ \
| * | | Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg2019-10-042-0/+8
* | | | Merge pull request #32618 from nekomatata/sprite-to-polygonRémi Verschelde2019-10-082-29/+51
|\ \ \ \
| * | | | Sprite to polygon conversion improvementsPouleyKetchoupp2019-10-072-29/+51
* | | | | Merge pull request #32624 from Calinou/project-settings-allow-all-typesRémi Verschelde2019-10-081-11/+8
|\ \ \ \ \
| * | | | | Allow all Variant types to be added as project settingsHugo Locurcio2019-10-071-11/+8
* | | | | | Increase grid size limitGilles Roudière2019-10-071-1/+7
|/ / / / /
* | | | | Merge pull request #32523 from hbina/hbina_fix_method_orderingRémi Verschelde2019-10-071-24/+34
|\ \ \ \ \
| * | | | | Applied the same kind of ordering to methods descriptionHanif Bin Ariffin2019-10-031-24/+34
| | |/ / / | |/| | |
* | | | | Merge pull request #32567 from Calinou/increase-about-dialog-sizeRémi Verschelde2019-10-071-1/+1
|\ \ \ \ \
| * | | | | Increase the size of the About dialogHugo Locurcio2019-10-051-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #32594 from Calinou/project-editor-settings-search-shortcutRémi Verschelde2019-10-073-26/+48
|\ \ \ \ \
| * | | | | Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio2019-10-063-26/+48
| | |_|/ / | |/| | |
* | | | | Merge pull request #32589 from OsamaElHariri/add_angle_to_rulerRémi Verschelde2019-10-071-0/+25
|\ \ \ \ \
| * | | | | Add angle to ruler toolOsama El Hariri2019-10-061-0/+25
| |/ / / /
* / / / / Set tooltip to an empty string when clearingJoe Morton2019-10-061-0/+1
|/ / / /
* / / / Document the ability to include/exclude non-resource export foldersHugo Locurcio2019-10-051-2/+6
|/ / /
* | | Fix calculate_spatial_bounds for selection displayjfons2019-10-042-11/+26
* | | Merge pull request #32528 from hbina/hbina_fix_font_overrideRémi Verschelde2019-10-042-0/+3
|\ \ \
| * | | Fixed warnings text using custom font and color setting.Hanif Bin Ariffin2019-10-042-0/+3
| |/ /
* | | Merge pull request #32543 from Chaosus/vs_fix_inputYuri Roubinsky2019-10-042-1/+2
|\ \ \
| * | | Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)Yuri Roubinsky2019-10-042-1/+2
* | | | Merge pull request #32540 from codecustard/fix_show_bounds_for_scenesRémi Verschelde2019-10-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes scene instances not displaying bounds when selectedEmmanuel Barroga2019-10-031-1/+1
* | | | Fix VisualShaderInput if compiled with MinGWYuri Roubinsky2019-10-041-1/+1
|/ / /
* / / Fix potential crash in AnimationPlayer.Relintai2019-10-031-0/+2
|/ /
* | Makes Texture and TextureUniform in visual shaders to use UV by defaultYuri Roubinsky2019-10-031-0/+9
* | Merge pull request #32491 from lupoDharkael/inspector-frameRémi Verschelde2019-10-031-0/+4
|\ \
| * | Inspector: select self object after selecting a stack framelupoDharkael2019-10-021-0/+4
* | | Merge pull request #32504 from Relintai/fix_empty_animatin_player_crashRémi Verschelde2019-10-031-0/+4
|\ \ \
| * | | Fix crash in #32473. (Automatically seek timeline in selected animation)Relintai2019-10-031-0/+4
* | | | Drag&drop custom nodes from filesystem to visual shaderYuri Roubinsky2019-10-022-5/+36
|/ / /
* | | Merge pull request #32498 from godotengine/revert-32434-script-class-no-pluginsRémi Verschelde2019-10-021-3/+0
|\ \ \