index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
visual_shader.cpp
Age
Commit message (
Expand
)
Author
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-29
Consistently use normal_map
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-02
Fixed some errors when changing port name in visual shader expressions
Yuri Roubinsky
2020-12-01
Fix few bugs in visual shader expressions
Yuri Roubinsky
2020-11-29
Fixed several visual shader inputs
Yuri Roubinsky
2020-11-28
Fixed invalid visual shader outputs (TRANSMISSION, ALPHA_SCISSOR)
Yuri Roubinsky
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-27
Visual Shader Parenthesis fix
Luke Costello
2020-10-18
Added VisualShaderNodeCurve to easy gather data from a CurveTexture
Yuri Roubinsky
2020-10-10
Adds Metallic to spatial light input of visual shaders
Yuri Roubinsky
2020-10-02
Fix VisualShaderNode::set_output_port_connected
Yuri Roubinsky
2020-09-22
Fix expressions nodes in visual shaders
Yuri Roubinsky
2020-09-21
Fix some bugs in visual shader editor
Yuri Roubinsky
2020-09-11
Fix triplanar texture code generation in visual shaders
Yuri Roubinsky
2020-09-11
Merge pull request #41955 from Chaosus/vs_performance_fix3
Yuri Roubinsky
2020-09-11
Improve performance of Add/Remove/Connect/Change nodes in visual shader
Yuri Roubinsky
2020-09-11
doc: Sync classref with current source
Rémi Verschelde
2020-09-09
Improve performance for Show/Hide port preview in visual shaders
Yuri Roubinsky
2020-09-09
Improve performance of Undo:change node position in visual shader
Yuri Roubinsky
2020-09-07
Added `active` boolean to particles mode output in visual shaders
Yuri Roubinsky
2020-09-07
Remakes particles in visual shaders
Yuri Roubinsky
2020-09-07
Fix some broken visual shader nodes
Yuri Roubinsky
2020-09-05
Cleanup constructor code in visual shader nodes
Yuri Roubinsky
2020-09-04
doc: Sync classref with current source
Rémi Verschelde
2020-09-03
Merge pull request #41724 from Chaosus/vs_fix_particles
Yuri Roubinsky
2020-09-03
Restore Particles functionality in visual shader
Yuri Roubinsky
2020-08-28
Fix specular render_mode for visual shaders
Yuri Roubinsky
2020-07-31
Fix small reconnection bug in visual shader
Yuri Roubinsky
2020-07-28
Added UniformRef visual shader node
Yuri Roubinsky
2020-07-27
Optimize code generation for fresnel node in visual shaders
Yuri Roubinsky
2020-07-26
Removes redundant code generation in VisualShaderNodeTextureUniform
Yuri Roubinsky
2020-06-15
Use path instead classname to prevent errors for exported visual shaders
Yuri Roubinsky
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-06
Merge pull request #38475 from Chaosus/vs_quals
Rémi Verschelde
2020-05-05
Some fixes for canvas item visual shader inputs
Yuri Roubinsky
2020-05-05
Added uniform qualifiers to visual shaders
Yuri Roubinsky
2020-04-06
Adds warning to the uniform name in visual shader if its equal to keyword
Yuri Roubinsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-01
some typo in method binds fixed
Thakee Nathees
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-25
Added sky shader mode to visual shaders
Yuri Roubinsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-26
Changed float type to int for INDEX visual shader input
Yuri Roubinsky
2020-02-26
Add support for integer type in visual shaders
Yuri Roubinsky
[next]