summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36142 from akien-mga/remove-deprecated-decimalsRémi Verschelde2020-02-123-9/+9
|\
| * Remove deprecated decimals builtinRémi Verschelde2020-02-123-9/+9
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-122-10/+4
* | Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-122-16/+132
|/
* Texture refactorJuan Linietsky2020-02-113-14/+14
* Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky2020-02-101-2/+21
* Merge pull request #35749 from Chaosus/vst_fix_constantsRémi Verschelde2020-02-061-4/+24
|\
| * Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky2020-01-301-4/+24
* | Update docs to version 4.0clayjohn2020-01-3148-48/+48
|/
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-2648-48/+48
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-233-11/+11
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-192-5/+14
* Makes adding port in Visual Script nodes deferredHaoyu Qiu2020-01-141-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-0120-40/+40
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Makes more editor strings translatableHaoyu Qiu2019-12-211-2/+2
* Fixes size of create function dialogHaoyu Qiu2019-12-171-1/+1
* Makes more strings in editor translatableHaoyu Qiu2019-12-161-3/+3
* Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-101-1/+1
|\
| * Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* | doc: Markup fixes for enums and constantsRémi Verschelde2019-12-061-5/+5
* | Fixes wrong position when adding node in VS editorcodecustard2019-12-041-0/+1
|/
* Fix typos with codespellRémi Verschelde2019-11-221-3/+3
* Use the Unicode "multiply" sign for the "A x B" visual script nodeHugo Locurcio2019-11-151-1/+1
* Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fixRémi Verschelde2019-11-071-1/+5
|\
| * Set the properties of a Set node after add_nodeOsama El Hariri2019-10-281-1/+5
* | Merge pull request #33238 from qarmin/other_fixesRémi Verschelde2019-11-011-0/+1
|\ \
| * | Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-0/+1
* | | Fix: typo atleast -> at leastOmicron2019-11-011-2/+2
|/ /
* / i18n: Sync translation template with current sourceRémi Verschelde2019-10-291-2/+2
|/
* Merge pull request #32830 from timoschwarzer/remove-redundant-compiler-direct...Rémi Verschelde2019-10-151-8/+0
|\
| * Remove redundant compiler directivesTimo Schwarzer2019-10-141-8/+0
* | Small fixes to redundand code, copy paste bugsqarmin2019-10-142-2/+2
|/
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-102-2/+2
* Make VisualScript check inheritance for port infoAaron Franke2019-10-091-2/+2
* Fix theme in visual script dialogs (at startup)Chaosus2019-09-301-0/+2
* Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde2019-09-292-47/+56
|\
| * Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias2019-09-282-47/+56
* | Deconstruct node for VisualscriptSwarnim Arun2019-09-293-16/+48
|/
* Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde2019-09-282-26/+17
|\
| * Cleanup VS editor's left menuMichael Alexsander Silva Dias2019-09-272-26/+17
* | Fix Edit function buttonSwarnim Arun2019-09-281-1/+1
* | doc: Sync classref with current sourceRémi Verschelde2019-09-273-25/+27
|/
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-2612-682/+2660
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-1/+3
* Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde2019-09-224-2/+27
|\
| * Tool Mode for VisualscriptSwarnim Arun2019-09-214-2/+27
* | Merge pull request #30982 from iwek7/feature/skip_breakpointsRémi Verschelde2019-09-041-2/+2
|\ \
| * | Adds skip-breakpoints featureiwek72019-09-031-2/+2
* | | Implemented `ord` function in VisualScript64epicks2019-09-032-0/+33
|/ /