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.h
Age
Commit message (
Expand
)
Author
2023-02-03
Prevent preview error for the instance parameter in visual shader
Yuri Rubinsky
2023-01-31
Use enum instead of int in virtual methods return type
Raul Santos
2023-01-06
Add `uint` type support to visual shaders
Yuri Rubinsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-22
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Rémi Verschelde
2022-09-07
Add conversion for uniform_name property in visual shader
Yuri Rubinsky
2022-09-02
Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param
Rémi Verschelde
2022-09-01
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
Rename `uniform` to `parameter` across the engine
Yuri Rubinsky
2022-08-25
Allow using integer varyings with `flat` interpolation modifier
Yuri Rubinsky
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-07-16
Fix visual shader graph not correctly updating when multiple tabs opened
Yuri Rubinsky
2022-06-10
Remove engine version from visual shader
Yuri Rubinsky
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-22
Continue to improve vector4 type in visual shaders
Yuri Roubinsky
2022-04-12
Add Vector4 to VisualShader
Hendrik Brucker
2022-03-08
Add `_get_func_code/_is_available` virtual functions to custom nodes
Yuri Roubinsky
2022-03-04
Add varying support to visual shaders
Yuri Roubinsky
2022-02-07
Add some more fixes to visual shader
Yuri Roubinsky
2022-02-06
Rename `PORT_TYPE_VECTOR` to `PORT_TYPE_VECTOR_3D`
Yuri Roubinsky
2022-02-02
Add support for 2D vector type to visual shaders
Yuri Roubinsky
2022-01-22
Fix default input port hints for some modes in visual shader
Yuri Roubinsky
2022-01-06
Add a GDScript template for `VisualShaderNodeCustom`
Yuri Roubinsky
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-21
Refactor render_mode in shaders, forbid declaring duplicates
Yuri Roubinsky
2021-11-12
Fix default_texture_param in shader pipeline to support uniform arrays
Yuri Roubinsky
2021-11-10
Merge pull request #54660 from Chaosus/vs_particles_mesh_emitter
Rémi Verschelde
2021-11-10
VisualShader: Document enum args for virtual methods
Rémi Verschelde
2021-11-06
Added `MeshEmitter` node for particles in visual shader
Yuri Roubinsky
2021-11-05
Added 2D boolean hint for particle emitters in visual shaders
Yuri Roubinsky
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-11
Make port previews in visual shader visible in other shader modes
Yuri Roubinsky
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-15
Added missed limiters for Visual Shader node enums
Yuri Roubinsky
2021-08-02
Makes dictionary instead of string for visual shader version
Yuri Roubinsky
2021-07-12
Auto-set a first compatible uniform on dragging to create a UniformRef
Yuri Roubinsky
2021-06-28
Fix auto-connection from output node to input (VisualShaders)
Yuri Roubinsky
2021-06-07
Continuation of work on visual particles system
Yuri Roubinsky
2021-06-07
Adds `UVFunc` for panning/scaling on UV's to VisualShader's.
Yuri Roubinsky
2021-05-28
Added Billboard Node to Visual Shaders
Yuri Roubinsky
2021-05-26
Implements expandable color ports in visual shaders
Yuri Roubinsky
2021-05-20
Fix typos with codespell
Rémi Verschelde
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-04-27
Merge pull request #47826 from Chaosus/vs_fix_default_input_overriding
Rémi Verschelde
2021-04-17
Fix `sky` visual shader mode after last rename
Yuri Roubinsky
2021-04-12
Prevents default values of VSNodeCustom from overriding by a script
Yuri Roubinsky
2021-04-04
Prevents TextureUniform in visual shaders from conversion to constant
Yuri Roubinsky
[next]