index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
visual_script
/
visual_script_builtin_funcs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove VisualScript module for 4.0
Rémi Verschelde
2022-08-24
1
-1380
/
+0
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
1
-0
/
+26
*
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix `randfn` in visual scripts
Yuri Roubinsky
2021-11-17
1
-2
/
+7
*
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-17
1
-7
/
+19
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-0
/
+17
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-17
/
+0
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-0
/
+17
*
Add `print_verbose()` built-in function to print in verbose mode only
Hugo Locurcio
2021-09-21
1
-1
/
+14
*
Remove cartesian2polar and polar2cartesian
kobewi
2021-08-31
1
-40
/
+0
*
Remove obsolete "dectime" method
Aaron Franke
2021-07-30
1
-23
/
+0
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
The built in function math/seed was missing the sequenceport.
David Cambré
2021-05-22
1
-0
/
+1
*
Re-bind posmod, use int64_t instead of int
Rémi Verschelde
2021-05-04
1
-1
/
+1
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Replace ColorN and from HTML with a string constructor
Aaron Franke
2021-02-01
1
-23
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-8
/
+8
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Refactored variant constructor logic
reduz
2020-11-09
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-43
/
+3
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-13
/
+32
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-55
/
+80
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-119
/
+0
*
Change MATH_POSMOD return type back to INT
Nico Mitchell
2020-04-14
1
-1
/
+3
*
Change round return type to float
Nico Mitchell
2020-04-13
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-51
/
+51
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-23
/
+23
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-11
/
+11
*
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-12
1
-7
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Implemented `ord` function in VisualScript
64epicks
2019-09-03
1
-0
/
+32
*
doc: Sync classref with current source
Rémi Verschelde
2019-07-22
1
-1
/
+1
*
Added lerp_angles built-in function
Chaosus
2019-07-20
1
-9
/
+15
*
Add integer posmod and rename default arg names
Aaron Franke
2019-07-18
1
-89
/
+42
*
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+20
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-08
1
-0
/
+19
|
\
|
*
Added smoothstep built-in function
Chaosus
2019-04-07
1
-0
/
+19
*
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
1
-10
/
+33
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fixed argument names being swapped for atan2
DualMatrix
2018-09-16
1
-1
/
+6
[next]