summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-035-14/+14
* Fixes copy-paste issue in the visual script editorDavid Cambré2021-11-032-111/+132
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-16/+0
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* Remove unimplemented methodsMarcel Admiraal2021-10-211-6/+0
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-113-44/+23
* Merge pull request #48332 from TokageItLab/implement-ping-pongRémi Verschelde2021-10-113-23/+44
|\
| * implement ping-pong loop in animationTokage2021-10-093-23/+44
* | Move add_syntax_highlighter bind to ScriptEditorBasePaulb232021-10-111-2/+0
|/
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-063-1/+39
* Fix some leftover references to idle_framekobewi2021-10-041-1/+1
* Use range iterators for `Map`Lightning_A2021-09-302-28/+28
* Merge pull request #52877 from Calinou/add-print-verboseRémi Verschelde2021-09-213-10/+26
|\
| * Add `print_verbose()` built-in function to print in verbose mode onlyHugo Locurcio2021-09-213-10/+26
* | Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-2045-154/+0
|/
* Fix incorrect call of `_center_on_node` in VisualScript editorYuri Roubinsky2021-09-181-9/+4
* Merge pull request #52655 from Chaosus/toggle_scripts_panelRémi Verschelde2021-09-172-0/+33
|\
| * Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-152-0/+33
* | Merge pull request #52656 from akien-mga/rename-vseditor-singletonMax Hilbrunner2021-09-151-1/+1
|\ \ | |/ |/|
| * Rename VisualScriptEditor singleton to VisualScriptCustomNodesRémi Verschelde2021-09-141-1/+1
* | Merge pull request #52222 from Gallilus/Fix-VisualScriptPropertySet-value-pro...Rémi Verschelde2021-09-141-1/+1
|\ \ | |/ |/|
| * Fix VisualScriptPropertySet value hintDavid Cambré2021-08-291-1/+1
* | Update VisualScriptCustomNode.xmlDavid Cambré2021-09-131-1/+1
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-074-17/+17
* | Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+2
|\ \
| * | Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+2
* | | Remove cartesian2polar and polar2cartesiankobewi2021-08-313-72/+24
* | | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-1/+1
| |/ |/|
* | Fix misspelled "overriden"Haoyu Qiu2021-08-261-1/+1
* | Fix Visual Script editorMax Hilbrunner2021-08-244-67/+26
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-234-25/+3
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-224-104/+147
* | Fix VisualScriptEditor after namespacesMax Hilbrunner2021-08-201-4/+2
* | Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-173-23/+33
|/
* Fix duplicate conditions.Anilforextra2021-08-131-3/+2
* Resource: Remove unused `_use_builtin_script()` virtual methodRémi Verschelde2021-08-121-4/+0
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Merge pull request #49343 from theoway/node_auto_arrangement_graph_editK. S. Ernest (iFire) Lee2021-08-101-1/+1
|\
| * Automatic arrangement of nodes in VisualScript/VisualShaders editorsUmang Kalra2021-08-111-1/+1
* | Use doubles for time in many other placesAaron Franke2021-08-092-6/+6
|/
* Validates VisualScript.add_node input nodeHaoyu Qiu2021-08-021-0/+1
* Make action names translatableHaoyu Qiu2021-07-311-2/+2
* Remove obsolete "dectime" methodAaron Franke2021-07-303-64/+37
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-308-414/+207
* Merge pull request #50840 from Gallilus/VisualScript-drop-preload-nodes-chang...Rémi Verschelde2021-07-261-1/+1
|\
| * Change "Add Preload Node" action to "Add Node(s)"Gallilus2021-07-251-1/+1
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-257-50/+50
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-237-279/+275
|/