index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
visual_shader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fixes crash when shader inputs/outputs is invalid string
Haoyu Qiu
2019-12-10
1
-0
/
+12
*
Fix invalid casting on visual shader sampler
Yuri Roubinsky
2019-11-04
1
-9
/
+7
*
Added sampler inputs for visual shaders
Yuri Roubinsky
2019-11-03
1
-5
/
+33
*
Removes translations from generated visual shader code
Yuri Roubinsky
2019-10-29
1
-2
/
+2
*
[VShaders] Added sampler port to CubeMap, fixed parsing in expresssion s
Yuri Roubinsky
2019-10-11
1
-19
/
+1
*
Removed "rebuild" function from public interface of VisualShader
Yuri Roubinsky
2019-10-10
1
-1
/
+0
*
Makes cube maps to be works in visual shaders
Yuri Roubinsky
2019-10-09
1
-1
/
+19
*
Makes Texture and TextureUniform in visual shaders to use UV by default
Yuri Roubinsky
2019-10-03
1
-0
/
+4
*
Fix global code in visual shaders if two or more custom nodes are used
Yuri Roubinsky
2019-10-02
1
-2
/
+6
*
Added sampler port type for visual shaders
Chaosus
2019-10-01
1
-4
/
+13
*
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-4
/
+4
*
Fix formatting error for bool in resulted code of visual shader
Chaosus89
2019-09-05
1
-1
/
+1
*
Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shaders
Chaosus89
2019-09-04
1
-0
/
+4
*
Fix parsing array indexing symbol in visual shader expression
Chaosus89
2019-09-04
1
-0
/
+2
*
Fix semicolon parsing in visual shader expression
Chaosus89
2019-09-01
1
-0
/
+1
*
Fix visual shader expression parsing
Chaosus89
2019-09-01
1
-1
/
+1
*
Added "editable" property to VisualShaderGroupNode
Yuri Roubinski
2019-08-22
1
-0
/
+2
*
Fix preview for global expressions in visual shaders
Yuri Roubinski
2019-08-20
1
-0
/
+19
*
Merge pull request #31453 from Chaosus/vs_code_preview
Rémi Verschelde
2019-08-18
1
-0
/
+4
|
\
|
*
Added code preview to visual shader
Yuri Roubinski
2019-08-18
1
-0
/
+4
*
|
Added global expressions to visual shaders
Yuri Roubinski
2019-08-18
1
-0
/
+44
|
/
*
Plugin support for visual shaders
Yuri Roubinski
2019-08-14
1
-1
/
+153
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-5
/
+1
*
Allow comma prefix to visual shader's expression parser
Yuri Roubinski
2019-08-07
1
-0
/
+1
*
Added triplanar uniform texture node to visual shaders
Chaosus
2019-07-12
1
-5
/
+36
*
Shows menu when dragging connection on empty space in visual shader graph
Chaosus
2019-06-27
1
-3
/
+7
*
Fix expression node crashes
Chaosus
2019-06-22
1
-0
/
+38
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Fix GetTypeInfo error due to missing include
Ignacio Etcheverry
2019-05-27
1
-0
/
+1
*
Fix expression node parsing when input_port + \0 is occured
Chaosus
2019-05-21
1
-0
/
+1
*
Fix few bugs in expression node
Chaosus
2019-05-21
1
-0
/
+1
*
Expression node for visual shaders
Chaosus
2019-05-21
1
-3
/
+656
*
Disallow loopback connection in visual scripts and visual shaders
Chaosus
2019-04-24
1
-0
/
+3
*
Added conditional nodes to visual shaders
Chaosus
2019-04-13
1
-1
/
+1
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
Major improvements for visual shader system
Chaosus
2019-04-07
1
-3
/
+23
*
added diffuse and specular as inputs to visual shader
clayjohn
2019-02-28
1
-0
/
+2
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
updated visual shader builtins
clayjohn
2019-01-27
1
-15
/
+31
*
Modified code generation to be more friendly to previews, fixes #25094
Juan Linietsky
2019-01-21
1
-43
/
+43
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-1
/
+1
*
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...
Rémi Verschelde
2018-09-27
1
-4
/
+4
*
Don't open VisualShaders in the text shader editor, and don't support saving ...
elasota
2018-09-14
1
-0
/
+4
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-0
/
+30
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
doc: Sync classref with current source
Rémi Verschelde
2018-07-26
1
-1
/
+1
*
Visual Shaders are back.
Juan Linietsky
2018-07-14
1
-0
/
+1555