summaryrefslogtreecommitdiff
path: root/modules/visual_script
AgeCommit message (Expand)Author
2018-01-12Update docsBojidar Marinov
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Now every variant type has its icon.Daniel J. Ramirez
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-13Scons: Build modules in seperate env.Andreas Haas
2017-12-09Merge pull request #14358 from RandomShaper/fix-vscriptRémi Verschelde
2017-12-07Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Fix function arg count not considered in VisualScriptPedro J. Estébanez
2017-12-06Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshotRémi Verschelde
2017-12-06Merge pull request #13427 from hoelzl/pr-vs-enable-yieldRémi Verschelde
2017-12-05Fixed typo: substract to subtractIndah Sylvia
2017-12-01Connect signal for VisualScript "Yield Signal" using oneshot modeMatthias Hoelzl
2017-11-30Make VisualScriptFunctionState instantiableMatthias Hoelzl
2017-11-25Fix constant node value editMarcin Zawiejski
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-24doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-24doc: Sync classref with current sourceRémi Verschelde
2017-11-21Merge pull request #11933 from cxong/masterJuan Linietsky
2017-11-20Add cartesian to polar conversion functionspablotato
2017-11-17Merge pull request #12930 from vnen/gdscrit-output-printJuan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-16Add print_error function, akin to print_lineGeorge Marques
2017-11-15doc: Make all module docs self-containedRémi Verschelde
2017-11-15Create API to add and remove VisualScript custom nodesGeorge Marques
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-11-12Add support for the TAU constant. Fixes #12094.Goutte
2017-11-12Properly fix node path selection in input ports, closes #12152Juan Linietsky
2017-11-08Fix "Invalid outputs" error when calling a void method from visual scriptBojidar Marinov
2017-10-31Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde
2017-10-25Removes Script::get_node_type()Jerome67000
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-20Merge pull request #12097 from rcurtis/issue12065Rémi Verschelde
2017-10-17(VS) Add space after "=" sign in variable listhomer666
2017-10-15Merge pull request #12069 from Noshyaar/pr-vslerpRémi Verschelde
2017-10-14Gave a tooltip to the "In" logic nodeCédric Fuchs
2017-10-14Fixed issue that improperly initialized visual node properties to NilRCurtis
2017-10-13VisualScript: add inverse_lerp & range_lerpPoommetee Ketson
2017-10-13Use "Command" for OSX in translation strings (#1619)Cong
2017-10-13Added new wrap functionsChaosus
2017-10-05Add NIL_IS_VARIANT usage to few definitionsRuslan Mustakov