summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Fixes variable/singal nodes not renaming in visualscript editorUmang Kalra2021-11-241-0/+29
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-233-7/+7
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-6/+6
* Fix `randfn` in visual scriptsYuri Roubinsky2021-11-171-2/+7
* Expose `randfn` to global scopeYuri Roubinsky2021-11-173-43/+59
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-122-26/+26
* Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-126-11/+15
* Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-093-23/+44
|\
| * reimplement ping-pongSilc 'Tokage' Renew2021-11-033-23/+44
* | Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_thatRémi Verschelde2021-11-091-11/+14
|\ \
| * | Improve save handling for built-in scriptskobewi2021-11-071-11/+14
* | | VisualScript-sync-and-improve-variable-and-propertyDavid Cambré2021-11-061-11/+16
|/ /
* | 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