summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_builtin_funcs.h
AgeCommit message (Expand)Author
2019-07-18Add integer posmod and rename default arg namesAaron Franke
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-04-07Added smoothstep built-in functionChaosus
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-04-30Move things into the title bars of Visual Script nodes.Pieter-Jan Briers
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-20Add cartesian to polar conversion functionspablotato
2017-10-31Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde
2017-10-20Merge pull request #12097 from rcurtis/issue12065Rémi Verschelde
2017-10-14Fixed issue that improperly initialized visual node properties to NilRCurtis
2017-10-13VisualScript: add inverse_lerp & range_lerpPoommetee Ketson
2017-10-13Added new wrap functionsChaosus
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-01-11Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2016-12-17Add named colors to GDScript/Visual Script/core.Bojidar Marinov
2016-10-03Add `String char(int ascii)` function to GDScript and Visual ScriptBojidar Marinov
2016-09-06Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky
2016-08-05VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky