summaryrefslogtreecommitdiff
path: root/scene/resources/visual_shader.h
AgeCommit message (Collapse)Author
2019-06-27Shows menu when dragging connection on empty space in visual shader graphChaosus
2019-06-22Fix expression node crashesChaosus
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-05-27Fix GetTypeInfo error due to missing includeIgnacio Etcheverry
2019-05-21Expression node for visual shadersChaosus
2019-04-07Major improvements for visual shader systemChaosus
2019-01-21Modified code generation to be more friendly to previews, fixes #25094Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-09-14Don't open VisualShaders in the text shader editor, and don't support saving ↵elasota
them with the "shader" extension.
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
2018-08-29Add missing copyright headersRémi Verschelde
2018-07-14Visual Shaders are back.Juan Linietsky