Age | Commit message (Expand) | Author |
2022-01-28 | Refactor AddOption in visual shader editor | Yuri Roubinsky |
2022-01-07 | A small visual shader editor refactoring | Yuri Roubinsky |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-10 | Fix EditorInspectorPlugin virtual bindings and add parse_group callback | Yuri Sizov |
2021-10-31 | Refactored copy/paste of visual shaders, implement 'Cut' feature | Yuri Roubinsky |
2021-10-29 | Repair Fog mode in visual shaders | Yuri Roubinsky |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-18 | Added port type content filter on port dragging in visual shader | Yuri Roubinsky |
2021-08-11 | Few improvements for constants in visual shader | Yuri Roubinsky |
2021-07-14 | Rename Curve3Texture to CurveXYZTexture | Rémi Verschelde |
2021-07-04 | Added Curve3Texture to Visual Shaders | Yuri Roubinsky |
2021-07-01 | Use PROPERTY_USAGE_NONE instead of 0 for no property usage | Aaron Franke |
2021-06-16 | Documentation search fixes | Gregory Basile |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-06-07 | Continuation of work on visual particles system | Yuri Roubinsky |
2021-06-03 | Fix changing theme coloring for error label in VisualShader editor | Yuri Roubinsky |
2021-05-26 | Implements expandable color ports in visual shaders | Yuri Roubinsky |
2021-05-22 | Fixes non-atomary action of dragging resources on visual shader graph | Yuri Roubinsky |
2021-04-17 | Fix `sky` visual shader mode after last rename | Yuri Roubinsky |
2021-04-05 | Style: Apply clang-tidy's `modernize-use-bool-literals` | Rémi Verschelde |
2021-04-04 | Fix separator duplication in visual shader context menu | Yuri Roubinsky |
2021-02-21 | Added Comment node to Visual Shaders | Yuri Roubinsky |
2021-01-18 | Unified several visual shader nodes | Yuri Roubinsky |
2021-01-15 | Merge pull request #44805 from Chaosus/vs_convert | Rémi Verschelde |
2021-01-11 | Pushes visual shader code preview to separate window | Yuri Roubinsky |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-30 | Add convert options between constants and uniforms in visual shaders | Yuri Roubinsky |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-12-02 | Fixed some errors when changing port name in visual shader expressions | Yuri Roubinsky |
2020-10-18 | Added VisualShaderNodeCurve to easy gather data from a CurveTexture | Yuri Roubinsky |
2020-10-15 | Fix visual shader node expression undo/redo for set_size and expression | Yuri Roubinsky |
2020-10-15 | Refactor delete nodes functions in visual shader editor | Yuri Roubinsky |
2020-10-01 | Updates size of float constant in visual shader if empty is selected | Yuri Roubinsky |
2020-10-01 | Add an option to select a predifined constant in visual shader editor | Yuri Roubinsky |
2020-09-29 | Drag & drop 3d/2d array/cubemap texture to visual shader | Yuri Roubinsky |
2020-09-27 | Fix undo for moving multiple visual shader nodes | Yuri Roubinsky |
2020-09-22 | Fix expressions nodes in visual shaders | Yuri Roubinsky |
2020-09-22 | Fix UniformRef invalid updating when LineEdit focus out | Yuri Roubinsky |
2020-09-21 | Fix some bugs in visual shader editor | Yuri Roubinsky |
2020-09-13 | [VisualShader] Fixes default node's input port not hiding on connection | Yuri Roubinsky |
2020-09-12 | Update shader graph if mode is changed | Yuri Roubinsky |
2020-09-11 | Improve performance of Add/Remove/Connect/Change nodes in visual shader | Yuri Roubinsky |
2020-09-10 | Add and convert editor to use CodeEdit | Paulb23 |
2020-09-09 | Improve performance for Show/Hide port preview in visual shaders | Yuri Roubinsky |
2020-09-07 | Remakes particles in visual shaders | Yuri Roubinsky |
2020-09-06 | Use flags instead TYPE_ enum in visual shaders editor | Yuri Roubinsky |
2020-07-28 | Added UniformRef visual shader node | Yuri Roubinsky |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-10 | Add override keywords. | Marcel Admiraal |