summaryrefslogtreecommitdiff
path: root/modules/visual_script
AgeCommit message (Expand)Author
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-12Merge pull request #36142 from akien-mga/remove-deprecated-decimalsRémi Verschelde
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-12Remove deprecated decimals builtinRémi Verschelde
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-02-11Texture refactorJuan Linietsky
2020-02-10Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky
2020-02-06Merge pull request #35749 from Chaosus/vst_fix_constantsRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-30Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-19Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry
2020-01-14Makes adding port in Visual Script nodes deferredHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Makes more editor strings translatableHaoyu Qiu
2019-12-17Fixes size of create function dialogHaoyu Qiu
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-06doc: Markup fixes for enums and constantsRémi Verschelde
2019-12-04Fixes wrong position when adding node in VS editorcodecustard
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-15Use the Unicode "multiply" sign for the "A x B" visual script nodeHugo Locurcio
2019-11-07Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fixRémi Verschelde
2019-11-01Merge pull request #33238 from qarmin/other_fixesRémi Verschelde
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-11-01Fix: typo atleast -> at leastOmicron
2019-10-29i18n: Sync translation template with current sourceRémi Verschelde
2019-10-28Set the properties of a Set node after add_nodeOsama El Hariri
2019-10-15Merge pull request #32830 from timoschwarzer/remove-redundant-compiler-direct...Rémi Verschelde
2019-10-14Remove redundant compiler directivesTimo Schwarzer
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-10-09Make VisualScript check inheritance for port infoAaron Franke
2019-09-30Fix theme in visual script dialogs (at startup)Chaosus
2019-09-29Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde
2019-09-29Deconstruct node for VisualscriptSwarnim Arun
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-28Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde
2019-09-27Cleanup VS editor's left menuMichael Alexsander Silva Dias
2019-09-28Fix Edit function buttonSwarnim Arun
2019-09-27doc: Sync classref with current sourceRémi Verschelde
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun