summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_builtin_funcs.h
AgeCommit message (Expand)Author
2022-02-12Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-17Expose `randfn` to global scopeYuri Roubinsky
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-09implement ping-pong loop in animationTokage
2021-09-21Add `print_verbose()` built-in function to print in verbose mode onlyHugo Locurcio
2021-08-31Remove cartesian2polar and polar2cartesiankobewi
2021-07-30Remove obsolete "dectime" methodAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-02-01Replace ColorN and from HTML with a string constructorAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-12Remove deprecated decimals builtinRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-03Implemented `ord` function in VisualScript64epicks
2019-07-20Added lerp_angles built-in functionChaosus
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