summaryrefslogtreecommitdiff
path: root/editor/plugins/visual_shader_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-27Place paste after copy in new popup menu in visual shaderYuri Roubinsky
2020-02-27Added popup menu for some actions in visual shadersYuri Roubinsky
2020-02-26Fix resizer icon color in VisualScripts/Shaders when graph headers is onYuri Roubinsky
2020-02-26Changed float type to int for INDEX visual shader inputYuri Roubinsky
2020-02-26Add support for integer type in visual shadersYuri Roubinsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-21Refactor node processing in visual shader member dialogYuri Roubinsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14Restore cubemaps in visual shadersYuri Roubinsky
2020-02-13Restore drag&drop textures in visual shadersYuri Roubinsky
2020-02-13Added virtual method to VisualShaderNodeCustom to enable high-end markYuri Roubinsky
2020-02-12Added high-end (Vulkan) label to some functions in visual shaderYuri Roubinsky
2020-02-11Texture refactorJuan Linietsky
2020-02-07Implemented hint_range for VisualShaderNodeScalarUniformYuri Roubinsky
2020-01-12Fixes min size of various editor plugins on HiDPIHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-08Fix some small text mistakesTomasz Chabora
2019-11-03Added sampler inputs for visual shadersYuri Roubinsky
2019-11-02Sort custom vshader nodes+prevents them from divide to different foldersYuri Roubinsky
2019-10-10Prevents folding of member tree on drag&drop in visual shaderYuri Roubinsky
2019-10-04Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)Yuri Roubinsky
2019-10-04Fix VisualShaderInput if compiled with MinGWYuri Roubinsky
2019-10-03Makes Texture and TextureUniform in visual shaders to use UV by defaultYuri Roubinsky
2019-10-02Drag&drop custom nodes from filesystem to visual shaderYuri Roubinsky
2019-10-01Added sampler port type for visual shadersChaosus
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-04Merge pull request #31926 from Chaosus/vs_switchYuri Roubinsky
2019-09-04Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shadersChaosus89
2019-09-03Some improvements for Switch node in visual shadersChaosus89
2019-09-01Fix resizer icon visiblity on light theme in GraphNodeChaosus89
2019-08-26Merge pull request #31556 from Chaosus/gles2_inverseRémi Verschelde
2019-08-25Fix _get_description param name (visual shaders)Yuri Roubinski
2019-08-25Fixes for visual shader member filterYuri Roubinski
2019-08-25Small performance fix for preview in visual shaderYuri Roubinski
2019-08-25Enhanced preview for a visual shader to show errorsYuri Roubinski
2019-08-22Implemented inverse shader function to GLES2Yuri Roubinski
2019-08-19Fix various typos and style errors in textTomasz Chabora
2019-08-18Simplify structure of preview text in visual shader editorMichael Alexsander Silva Dias
2019-08-18Merge pull request #31453 from Chaosus/vs_code_previewRémi Verschelde
2019-08-18Added code preview to visual shaderYuri Roubinski
2019-08-18Added global expressions to visual shadersYuri Roubinski
2019-08-14Plugin support for visual shadersYuri Roubinski