aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-3/+3
|\ | | | | Added 'duplicate' function for Dictionary in C++ and API.
| * Dictionary::copy -> ::duplicateWill Nations2017-12-171-3/+3
| |
* | Now every variant type has its icon.Daniel J. Ramirez2017-12-171-8/+8
| |
* | General use Variant type icons, plus other icon updates.Daniel J. Ramirez2017-12-171-52/+52
| |
* | Cleanup some #if 0'd codeRémi Verschelde2017-12-172-949/+0
|/
* Scons: Build modules in seperate env.Andreas Haas2017-12-131-1/+4
|
* Merge pull request #14358 from RandomShaper/fix-vscriptRémi Verschelde2017-12-091-0/+1
|\ | | | | Fix function arg count not considered in VisualScript
| * Fix function arg count not considered in VisualScriptPedro J. Estébanez2017-12-071-0/+1
| |
* | Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde2017-12-071-3/+3
|\ \ | | | | | | Update style for clang-format 5.0.0, new min required version
| * | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-3/+3
| |/
* / doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde2017-12-078-42/+42
|/
* Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshotRémi Verschelde2017-12-061-1/+1
|\ | | | | Connect signal for VisualScript "Yield Signal" using oneshot mode
| * Connect signal for VisualScript "Yield Signal" using oneshot modeMatthias Hoelzl2017-12-011-1/+1
| | | | | | | | | | Since the first call to a VisualScriptFunctionState invalidates the state, any further call results in errors.
* | Merge pull request #13427 from hoelzl/pr-vs-enable-yieldRémi Verschelde2017-12-061-1/+1
|\ \ | | | | | | Make VisualScriptFunctionState instantiable
| * | Make VisualScriptFunctionState instantiableMatthias Hoelzl2017-11-301-1/+1
| |/
* / Fixed typo: substract to subtractIndah Sylvia2017-12-051-4/+4
|/
* Fix constant node value editMarcin Zawiejski2017-11-251-2/+2
|
* Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-253-9/+9
| | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-249-119/+119
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-2429-938/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-2445-45/+45
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-242-18/+18
|
* Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-211-3/+3
|\ | | | | Use "Command" instead of "Meta" for macOS (#1619)
| * Use "Command" for OSX in translation strings (#1619)Cong2017-10-131-3/+3
| |
* | Add cartesian to polar conversion functionspablotato2017-11-203-22/+68
| |
* | Merge pull request #12930 from vnen/gdscrit-output-printJuan Linietsky2017-11-171-1/+1
|\ \ | | | | | | Make tool scripts print on the editor Output panel
| * | Add print_error function, akin to print_lineGeorge Marques2017-11-161-1/+1
| | |
* | | Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
|/ / | | | | | | Fixes #12973.
* | doc: Make all module docs self-containedRémi Verschelde2017-11-1545-4/+3052
| |
* | Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-157-0/+135
| | | | | | | | | | | | | | This makes a VisualScriptEditor singleton, which gives plugins the ability to register their own custom nodes. Those will be available for insertion in the Visual Script editor, under the "Custom Nodes" category.
* | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-142-13/+14
| |
* | Add support for the TAU constant. Fixes #12094.Goutte2017-11-123-4/+7
| |
* | Properly fix node path selection in input ports, closes #12152Juan Linietsky2017-11-121-0/+17
| |
* | Fix "Invalid outputs" error when calling a void method from visual scriptBojidar Marinov2017-11-081-0/+2
| | | | | | | | Fixes #11851
* | Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde2017-10-312-0/+42
|\ \ | | | | | | Added new Wrap functions for numbers
| * | Added new wrap functionsChaosus2017-10-132-0/+42
| |/
* | Removes Script::get_node_type()Jerome670002017-10-252-7/+0
| | | | | | | | used before GDScript, with squirrel apparently
* | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-242-0/+5
| | | | | | | | | | - Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
* | Refactor Fixed to PhysicsPoommetee Ketson2017-10-211-2/+2
| |
* | Merge pull request #12097 from rcurtis/issue12065Rémi Verschelde2017-10-202-3/+7
|\ \ | | | | | | Visualscript: Fixes untouched value is null instead of 0
| * | Fixed issue that improperly initialized visual node properties to NilRCurtis2017-10-142-3/+7
| |/
* | (VS) Add space after "=" sign in variable listhomer6662017-10-171-1/+1
| |
* | Merge pull request #12069 from Noshyaar/pr-vslerpRémi Verschelde2017-10-152-1/+49
|\ \ | | | | | | VisualScript: add inverse_lerp & range_lerp
| * | VisualScript: add inverse_lerp & range_lerpPoommetee Ketson2017-10-132-1/+49
| |/
* / Gave a tooltip to the "In" logic nodeCédric Fuchs2017-10-141-0/+1
|/
* Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov2017-10-051-1/+1
| | | | | The missing usage flag led to GDNative API descriptions containting arguments with "void" type.
* Merge pull request #11789 from djrm/pr_visual_improvementsAndreas Haas2017-10-031-59/+103
|\ | | | | Added correct initialization for script editor theme.
| * VS now supports white themes.Daniel J. Ramirez2017-10-021-46/+100
| |
| * Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-021-13/+3
| | | | | | | | Some style fixes for VS interface.
* | Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-032-3/+4
|\ \ | |/ |/| [DOCS] Document some of the VisualScript classes