summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-09-04Merge pull request #31967 from nekomatata/fix-builtin-script-sceneRémi Verschelde
Load scene if needed when editing recent built-in script
2019-09-04Load scene if needed when editing recent built-in scriptPouleyKetchoupp
Fixes #31966
2019-09-04Merge pull request #31926 from Chaosus/vs_switchYuri Roubinsky
Some improvements for Switch node in visual shaders
2019-09-04Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shadersChaosus89
2019-09-04Merge pull request #31956 from IronicallySerious/add-vcs-copyrightRémi Verschelde
Add copyright headers to VCS integration
2019-09-04Add copyright headers to vcs integrationTwarit
2019-09-04Merge pull request #31619 from Calinou/assetlib-improve-sort-fieldsRémi Verschelde
Improve sorting options in the asset library
2019-09-04Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde
VCS integration for Godot Editor
2019-09-03Add version control editor pluginTwarit
Provides the editor with all the VCS GUI and extracts the data from the upcoming VCS API to cater to the project with VCS interaction.
2019-09-03Improve sorting options in the asset libraryHugo Locurcio
The reverse sorting options are now integrated in the list of sorting options, making the "Reverse" button unnecessary. This pattern tends to be easier to discover by users. The "Downloads" sorting option was also removed as it's not implemented in the backend.
2019-09-03Some improvements for Switch node in visual shadersChaosus89
2019-09-03Merge pull request #31782 from aole/persist-ColorPicker-color-modeRémi Verschelde
Persist ColorPicker color mode
2019-09-02Merge pull request #31898 from Calinou/animation-editor-add-precise-snappingRémi Verschelde
Implement precise snapping in the animation editor
2019-09-02Merge pull request #31890 from Calinou/curve-editor-add-snappingRémi Verschelde
Implement snapping in the Curve editor
2019-09-02Merge pull request #31906 from Calinou/assetlib-refresh-onceRémi Verschelde
Refresh the asset library only once on startup
2019-09-02Refresh the asset library only once on startupHugo Locurcio
This avoids unnecessary calls to the API when switching between tabs in the editor or project manager.
2019-09-02Add icon for the ruler toolMichael Alexsander Silva Dias
2019-09-02Implement precise snapping in the animation editorHugo Locurcio
Holding Shift while snapping is enabled will now make snapping 4 times as precise.
2019-09-02Implement snapping in the Curve editorHugo Locurcio
Holding Ctrl will snap the selected point/tangent by increments of 10% of the curve's width/height. Holding Shift as well will snap by increments of 2.5% instead.
2019-09-02Merge pull request #31829 from KoBeWi/one_tool_to_ruler_2dRémi Verschelde
Add 2D ruler tool
2019-09-01Add 2D ruler toolTomasz Chabora
2019-09-01Reorganize & rename text editor settings categoriesCykyrios
Add Navigation category for scroll and minimap settings. Rename Line Numbers category to Appearance. Rename Open Scripts category to Script List. Rename "Draw Minimap" setting to "Show Minimap" (this is more consistent with other settings). Reorder settings by category in code_editor.cpp to match settings list
2019-09-01Fix resizer icon visiblity on light theme in GraphNodeChaosus89
2019-08-31Merge pull request #31794 from Calinou/editor-increase-line-spacingRémi Verschelde
Increase line spacing in the editor help and asset library descriptions
2019-08-31Merge pull request #31808 from qarmin/crash_audiooggRémi Verschelde
Fix crash when AudioStreamOGGVorbis is empty
2019-08-31Default ColorPicker color mode settingBhupendra Aole
There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754
2019-08-30Fix crash when AudioStreamOGGVorbis is emptyqarmin
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant.
2019-08-30Increase line spacing in the editor help and asset library descriptionsHugo Locurcio
This makes for more readable text.
2019-08-30Fix few icons in SpatialEditor which don't update when theme changedChaosus89
2019-08-29Minor cleanup of the AssetLib's asset dialogMichael Alexsander Silva Dias
2019-08-28AssetLib minor fixes and enhancementsMichael Alexsander Silva Dias
2019-08-27Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speedRémi Verschelde
Improve image loading performance in the asset library
2019-08-27Display a "broken file" icon for missing images in the asset libraryHugo Locurcio
This partially addresses #31683.
2019-08-27Improve image loading performance in the asset libraryHugo Locurcio
This closes #31614.
2019-08-26Merge pull request #31676 from KoBeWi/this_shader_is_a_historyRémi Verschelde
Clear undo history on shader load
2019-08-26Merge pull request #31674 from dankan1890/drag&drop_tilesetRémi Verschelde
Added drag and drop to the tileset plugin.
2019-08-26Clear undo history on shader loadTomasz Chabora
2019-08-26Merge pull request #31556 from Chaosus/gles2_inverseRémi Verschelde
Implemented inverse shader function to GLES2
2019-08-26Merge pull request #31585 from 2shady4u/removeguidesRémi Verschelde
Added button/shortcut for removing all guides
2019-08-26Merge pull request #31615 from Calinou/assetlib-improve-loadingRémi Verschelde
Improve loading UX in the asset library
2019-08-26Added drag and drop to the tileset plugin.dankan1890
2019-08-25Fix _get_description param name (visual shaders)Yuri Roubinski
2019-08-25Fixes for visual shader member filterYuri Roubinski
2019-08-25Small performance fix for preview in visual shaderYuri Roubinski
2019-08-25Enhanced preview for a visual shader to show errorsYuri Roubinski
2019-08-24Added button/shortcut for removing all guidesshaderbeast
Added undo/redo Correctly added has_meta
2019-08-24Improve loading UX in the asset libraryHugo Locurcio
The asset library will now fade when loading pages instead of displaying a progress bar, which is a more common design pattern when browsing an online resource's pages. A "Loading..." text will be displayed before the first page loads.
2019-08-22Merge pull request #31545 from groud/add_smart_snapping_displayRémi Verschelde
Displays smart snapping guides when snapped
2019-08-22Implemented inverse shader function to GLES2Yuri Roubinski