summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_builtin_funcs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove VisualScript module for 4.0Rémi Verschelde2022-08-241-1380/+0
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew2022-02-121-0/+26
* Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix `randfn` in visual scriptsYuri Roubinsky2021-11-171-2/+7
* Expose `randfn` to global scopeYuri Roubinsky2021-11-171-7/+19
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-0/+17
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-17/+0
* implement ping-pong loop in animationTokage2021-10-091-0/+17
* Add `print_verbose()` built-in function to print in verbose mode onlyHugo Locurcio2021-09-211-1/+14
* Remove cartesian2polar and polar2cartesiankobewi2021-08-311-40/+0
* Remove obsolete "dectime" methodAaron Franke2021-07-301-23/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* The built in function math/seed was missing the sequenceport.David Cambré2021-05-221-0/+1
* Re-bind posmod, use int64_t instead of intRémi Verschelde2021-05-041-1/+1
* Removed _change_notifyreduz2021-02-101-1/+1
* Replace ColorN and from HTML with a string constructorAaron Franke2021-02-011-23/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Math::stepify to snappedMarcel Admiraal2020-12-281-8/+8
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Refactored variant constructor logicreduz2020-11-091-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-43/+3
* Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky2020-11-061-13/+32
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-55/+80
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-119/+0
* Change MATH_POSMOD return type back to INTNico Mitchell2020-04-141-1/+3
* Change round return type to floatNico Mitchell2020-04-131-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-51/+51
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-23/+23
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-11/+11
* Remove deprecated decimals builtinRémi Verschelde2020-02-121-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implemented `ord` function in VisualScript64epicks2019-09-031-0/+32
* doc: Sync classref with current sourceRémi Verschelde2019-07-221-1/+1
* Added lerp_angles built-in functionChaosus2019-07-201-9/+15
* Add integer posmod and rename default arg namesAaron Franke2019-07-181-89/+42
* Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+20
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde2019-04-081-0/+19
|\
| * Added smoothstep built-in functionChaosus2019-04-071-0/+19
* | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-10/+33
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixed argument names being swapped for atan2DualMatrix2018-09-161-1/+6