summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_nodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typos with codespellluz.paz2018-02-211-3/+3
* Bind many more properties to scriptsBojidar Marinov2018-01-121-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixed typo: substract to subtractIndah Sylvia2017-12-051-4/+4
* Fix constant node value editMarcin Zawiejski2017-11-251-2/+2
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-5/+6
* Add support for the TAU constant. Fixes #12094.Goutte2017-11-121-3/+3
* 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
* Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-031-3/+3
|\
| * Document some of the VisualScript classes.Bojidar Marinov2017-10-031-3/+3
* | Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-171-1/+1
|/
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+15
|\
| * Fix enums bindingsMaxim Sheronov2017-09-131-0/+15
* | Fix 2 typosJeroen2017-09-141-1/+1
|/
* Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-121-10/+10
* DocData and type hints fixesIgnacio Etcheverry2017-08-291-2/+7
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-10/+4
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Updated function argument namesWilson E. Alvarez2017-08-121-0/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Adds missing type information to virtual method bindsIgnacio Etcheverry2017-08-101-1/+1
* Ability to set a function as sequenced, so when called you can choose not to ...Juan Linietsky2017-08-081-12/+37
* few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky2017-08-051-1/+1
* Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-241-2/+2
|\
| * Add object type hint for docsPoommetee Ketson2017-07-231-3/+3
* | Update a VS custom node when its script changesGeorge Marques2017-07-211-0/+7
* | Fix issues with custom nodes in visual scriptGeorge Marques2017-07-211-3/+4
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-7/+7
* [#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito2017-07-111-1/+1
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-44/+151
* -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-36/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1219/+923
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+29
* Inf and NaN support added to GDScript.Saracen2017-02-281-1/+5
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-60/+60
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-30/+30
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-111-3/+3
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-1/+1
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-6/+6
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-71/+71
* Add "Positive" operator to VisualScriptGeorge Marques2016-11-111-1/+6
* Added expression nodes to visual script, please test.Juan Linietsky2016-09-041-1/+1