summaryrefslogtreecommitdiff
path: root/scene/resources/visual_shader.cpp
AgeCommit message (Expand)Author
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-27Fix GetTypeInfo error due to missing includeIgnacio Etcheverry
2019-05-21Fix expression node parsing when input_port + \0 is occuredChaosus
2019-05-21Fix few bugs in expression nodeChaosus
2019-05-21Expression node for visual shadersChaosus
2019-04-24Disallow loopback connection in visual scripts and visual shadersChaosus
2019-04-13Added conditional nodes to visual shadersChaosus
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-07Major improvements for visual shader systemChaosus
2019-02-28added diffuse and specular as inputs to visual shaderclayjohn
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-27updated visual shader builtinsclayjohn
2019-01-21Modified code generation to be more friendly to previews, fixes #25094Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-14Don't open VisualShaders in the text shader editor, and don't support saving ...elasota
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-14Visual Shaders are back.Juan Linietsky