summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-08-12Merge pull request #31247 from YeldhamDev/theme_editor_fixupRémi Verschelde
Minor fixups to the theme editor
2019-08-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-09Minor fixups to the theme editorMichael Alexsander Silva Dias
2019-08-09Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changesRémi Verschelde
Minor cosmetic changes in some editor plugins
2019-08-09Merge pull request #31220 from YeldhamDev/goto_single_menuRémi Verschelde
Move "Go to Function/Line" to "Go To" menu
2019-08-09Merge pull request #31193 from creikey/cpuparticles-gizmoRémi Verschelde
Add particles icon to CPUParticles
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
2019-08-08Add particles icon to CPUParticlesCameron Reikes
2019-08-08Merge pull request #31042 from iwek7/fixColorPickerInEditorRémi Verschelde
Fixes color picker in code editor - it now only changes one color
2019-08-08Merge pull request #31212 from YeldhamDev/script_editor_icon_updateRémi Verschelde
Update icons in script editor when theme changes
2019-08-08Fix incorrect search member in visual shadersYuri Roubinski
2019-08-08Fixes color picker in code editor - now it only changes one coloriwek7
2019-08-08Update icons in script editor when theme changesMichael Alexsander Silva Dias
2019-08-08Merge pull request #31178 from Chaosus/vs_copy_between_graphsRémi Verschelde
Allow copy/paste nodes between vertex/fragment/light modes in vshaders
2019-08-08Merge pull request #31196 from bojidar-bg/31115-asset-library-save-errorRémi Verschelde
Handle all download errors in the asset library
2019-08-08Handle all download errors in the asset libraryBojidar Marinov
Addresses part of #31115
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-08-07Allow copy/paste nodes between vertex/fragment/light modes in visual shadersYuri Roubinski
2019-08-07Merge pull request #31173 from sparkart/search_in_tscnRémi Verschelde
Fix Find in Files Not Working Properly
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel Barroga
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly.
2019-08-07Merge pull request #31057 from Chaosus/vs_mix_improvementsRémi Verschelde
Some improvements to Mix visual shader function
2019-08-06Tweak range steps in the animation editorHugo Locurcio
This makes the step of the "frame" SpinBox larger, so that clicking on the SpinBox arrows will make the number increase in a visible manner. Previously, the full number was being cut off due to the SpinBox being narrow. This also makes the "step" SpinBox allow for more precise input.
2019-08-06Some improvements to Mix visual shader functionYuri Roubinski
2019-08-06Improve snapping in the animation editorHugo Locurcio
Snapping can now be toggled temporarily by holding the Ctrl key. Toggling timeline snapping is now done with the "Snap" checkbox rather than by setting the animation's "Step" setting to 0. The timeline cursor can no longer exit the animation's boundaries if the animation's "Step" is set to 0.
2019-08-05Fix opening of sub-resource properties in visual shadersYuri Roubinski
2019-08-05Merge pull request #31085 from sparkart/fix_redundant_navpolygonsRémi Verschelde
Fix Redundant Navigation Polygons
2019-08-05Merge pull request #31063 from rzllmr/fix-tilemap-orderRémi Verschelde
Fix row-column-swap in TileMap palette
2019-08-05Merge pull request #31053 from aaronfranke/vector2i-cleanupRémi Verschelde
Some minor Vector2i usage cleanup
2019-08-05Merge pull request #31048 from Calinou/fix-gizmo-size-low-viewport-heightRémi Verschelde
Fix 3D manipulator the gizmo growing too large on small viewports
2019-08-04Fix Redundant Navigation PolygonsEmmanuel Barroga
When adjusting the vertices of a navigation polygon, the tile editor would create a duplicate navigation polygon. So each time you made an adjustment, another copy of the polygon would be created.
2019-08-03Fix row-column-swap in TileMap paletterzllmr
Due to the TileSet coordinates using x for columns and y for rows, the columns are assigned to the rows in the TileMap palette and distort the order. Thus the default sorting algorithm prioritizing x is replaced with a custom one prioritizing y. Fixes #24751
2019-08-03Return back spacer for non-expression nodes in visual shaderYuri Roubinski
2019-08-03Some Vector2i usage cleanupAaron Franke
Replace casting Vector2 -> Vector2i -> Vector2 with a simple call to .floor(), and some minor fixes.
2019-08-03Fix 3D manipulator the gizmo growing too large on small viewportsHugo Locurcio
This closes #27112. This closes #19116.
2019-08-02Added link to docs for shader editorYuri Roubinski
2019-08-02Merge pull request #31015 from Calinou/improve-gizmo-axis-colorsRémi Verschelde
Improve the gizmo axis colors and increase the manipulator opacity
2019-08-02Merge pull request #31001 from KoBeWi/come_back_scriptRémi Verschelde
Add Reopen Closed Script option in Script Editor
2019-08-01Improve the gizmo axis colors and increase the manipulator opacityHugo Locurcio
The new colors should make it easier to see the manipulator gizmo. Highlighted gizmos are now fully opaque (instead of being white), keeping the color information while a gizmo is highlighted. This also adds a setting hint for the manipulator gizmo opacity editor setting. Axis colors were taken from Blender 2.80. This partially addresses #16154.
2019-08-01Add Reopen Closed Script option in Script EditorTomasz Chabora
2019-08-01Merge pull request #31010 from Chaosus/vs_fix_expressionRémi Verschelde
Some visual fixes for Expression node in visual shaders
2019-08-01Some visual fixes for Expression nodeChaosus
2019-07-31Expose several GLES3 built-ins to GLES2 Chaosus
2019-07-31Implement copy/paste in visual shadersChaosus
2019-07-30Merge pull request #30938 from nobuyukinyuu/2d-editor-zoom-p1Rémi Verschelde
Changes default canvas_item_editor coarse zoom level from 1.5 to sqrt(2)
2019-07-29Changes default coarse 2d zoom level from 1.5 to sqrt(2).nobuyuki_nyuu
2019-07-29Merge pull request #30895 from clayjohn/gles2-shader-funcsRémi Verschelde
Added round function to gles2
2019-07-29added round function to gles2clayjohn
2019-07-28Make it so that 2D viewport does not pan while editing tilemapsBojidar Marinov
Fixes #30875
2019-07-25Snap transform gizmo values in the 3D editorAaron Franke
Snap to step size, and then also be careful to only display that many digits (to avoid numbers like 1.234001)