summaryrefslogtreecommitdiffstats
path: root/editor/plugins/visual_shader_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71904 from Chaosus/vs_custom_nodesRémi Verschelde2023-01-251-42/+145
|\
| * Add handling of script creation/deletion for custom visual shader nodesYuri Rubinsky2023-01-231-42/+145
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
|/
* Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-181-4/+1
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-6/+2
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-6/+2
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-37/+37
* | Fix node preview crashes after updating visual shader nodeYuri Rubinsky2023-01-141-29/+26
|/
* Fix various crashes of ParameterRef nodes in visual shaderYuri Rubinsky2023-01-121-15/+22
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-2/+2
* Merge pull request #70639 from Chaosus/vs_uintYuri Rubinsky2023-01-061-4/+80
|\
| * Add `uint` type support to visual shadersYuri Rubinsky2023-01-061-4/+80
* | Fix errors when creating/deleting `VisualShaderNodeExpression` in graphYuri Rubinsky2023-01-061-25/+5
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add missing CUSTOM inputs for the spatial/vertex mode of visual shaderYuri Rubinsky2022-12-261-0/+4
* Add missing != operator to `StringName`Yuri Rubinsky2022-12-201-1/+1
* Make custom visual shader nodes automatically updates from scriptYuri Rubinsky2022-12-081-53/+240
* Implement CAMERA_VISIBLE_LAYERS as built-in shader variableNumbuhFour2022-12-031-0/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-5/+5
* Merge pull request #69128 from Chaosus/vs_fix_custom_nodesRémi Verschelde2022-11-241-0/+2
|\
| * Fix custom visual shader nodes not being loaded at startupYuri Rubinsky2022-11-241-0/+2
* | Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-2/+32
|/
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-4/+4
* Fix the bounds of varying popup in visual shader editorYuri Rubinsky2022-11-161-15/+7
* Unify usage of undo_redo in editorkobewi2022-11-021-5/+5
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-12/+12
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-12/+12
* | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-4/+2
|\ \
| * | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-4/+2
| |/
* / Add math operators to Visual Shader node namesAlfred Reinold Baudisch2022-10-261-65/+65
|/
* Polish rendering driver refactor further (take 2)Pedro J. Estébanez2022-10-111-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-151/+151
* Clean up canvas light shader API.clayjohn2022-09-281-0/+3
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-1/+1
* Fix category of view_index inputs in the visual shader editorYuri Rubinsky2022-09-131-3/+3
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-1/+1
* Remove subcategory parameter from `AddOption` in visual shader editorYuri Rubinsky2022-09-071-517/+517
* Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-011-218/+218
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-5/+4
* Merge pull request #64981 from Chaosus/vs_fixYuri Rubinsky2022-08-281-15/+8
|\
| * Fix category of new added visual shader functionsYuri Rubinsky2022-08-281-15/+8
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-5/+5
|\ \ | |/ |/|
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* | Merge pull request #64248 from paddy-exe/built-in-shader-functionsYuri Rubinsky2022-08-281-0/+16
|\ \
| * | Implement custom non-trivial shader functionsPatrick Exner2022-08-271-0/+16
| |/
* / Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-4/+5
|/
* Allow using integer varyings with `flat` interpolation modifierYuri Rubinsky2022-08-251-4/+9
* Add per-scene UndoRedokobewi2022-08-221-6/+7
* Rename EditorPropertyShaderMode to EditorPropertyVisualShaderModeAaron Franke2022-08-151-10/+10