summaryrefslogtreecommitdiffstats
path: root/doc/classes/VisualShaderNodeCustom.xml
Commit message (Expand)AuthorAgeFilesLines
* Implement drop-down list properties to the custom visual shader nodesYuri Roubinski2023-09-291-0/+46
* Make the dragging connections more user-friendly in visual shadersYuri Roubinski2023-07-201-0/+8
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-3/+3
* [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-2/+2
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-5/+5
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-13/+13
* Add `_get_func_code/_is_available` virtual functions to custom nodesYuri Roubinsky2022-03-081-1/+21
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Add a GDScript template for `VisualShaderNodeCustom`Yuri Roubinsky2022-01-061-1/+1
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* VisualShader: Document enum args for virtual methodsRémi Verschelde2021-11-101-3/+3
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-17/+17
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-44/+22
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* Removes redundant code & fix documentation for VisualShaderNodeCustomYuri Roubinsky2020-09-061-2/+2
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-2/+2
* Refactor node processing in visual shader member dialogYuri Roubinsky2020-02-211-10/+2
* Added virtual method to VisualShaderNodeCustom to enable high-end markYuri Roubinsky2020-02-131-0/+8
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* Fix some URLs to use HTTPS when availableRémi Verschelde2020-01-291-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-3/+0
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-1/+1
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+3
* Added link to tutorial for VisualShaderNodeCustomChaosus892019-09-011-0/+1
* doc: Sync classref with current sourceRémi Verschelde2019-08-221-15/+15
* Plugin support for visual shadersYuri Roubinski2019-08-141-0/+148