summaryrefslogtreecommitdiff
path: root/editor/plugins/visual_shader_editor_plugin.h
AgeCommit message (Expand)Author
2019-11-02Sort custom vshader nodes+prevents them from divide to different foldersYuri Roubinsky
2019-10-04Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)Yuri Roubinsky
2019-10-02Drag&drop custom nodes from filesystem to visual shaderYuri Roubinsky
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
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-18Simplify structure of preview text in visual shader editorMichael Alexsander Silva Dias
2019-08-18Added code preview to visual shaderYuri Roubinski
2019-08-14Plugin support for visual shadersYuri Roubinski
2019-08-07Allow copy/paste nodes between vertex/fragment/light modes in visual shadersYuri Roubinski
2019-08-05Fix opening of sub-resource properties in visual shadersYuri Roubinski
2019-07-31Implement copy/paste in visual shadersChaosus
2019-07-12Highlight GLES3 functions in the visual shader member panelChaosus
2019-07-10Use reference to constant in functionsqarmin
2019-06-28Added convertor from VisualShader to ShaderChaosus
2019-06-27Merge pull request #30114 from Chaosus/vs_context_menuRémi Verschelde
2019-06-27Shows menu when dragging connection on empty space in visual shader graphChaosus
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-05-27Added a bunch of scalar constants to visual shadersChaosus
2019-05-22Makes the expression node to apply expression only when the focus leaves outChaosus
2019-05-21Expression node for visual shadersChaosus
2019-05-01Added missed inputs for other modes in visual shadersChaosus
2019-04-26Fix uniform title color in visual shaders(regression)Chaosus
2019-04-16Misc improvements to visual shader Add Node dialoghomer666
2019-04-14Added possibilty to delete multiple nodes in visual shaders via Delete keyChaosus
2019-04-07Major improvements for visual shader systemChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-07-15Visual shaders - make "Add node" menu showed by right clickChaosus
2018-07-14Visual Shaders are back.Juan Linietsky