summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_builtin_funcs.cpp
AgeCommit message (Expand)Author
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-14Change MATH_POSMOD return type back to INTNico Mitchell
2020-04-13Change round return type to floatNico Mitchell
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan 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-22doc: Sync classref with current sourceRémi Verschelde
2019-07-20Added lerp_angles built-in functionChaosus
2019-07-18Add integer posmod and rename default arg namesAaron Franke
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde
2019-04-07Added smoothstep built-in functionChaosus
2019-04-01Add object encoding param to serialization methodsFabio Alessandrelli
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-16Fixed argument names being swapped for atan2DualMatrix
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-04-30Move things into the title bars of Visual Script nodes.Pieter-Jan Briers
2018-01-16Fixes for parameter names of builtin functions in visual scripts/coreChaosus
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-11-16Add print_error function, akin to print_lineGeorge Marques
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-09-13Fix enums bindingsMaxim Sheronov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
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-03-02Added missing FIXMEs in PR #7878Ferenc Arn
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde