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
/
core
/
math
/
expression.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-2
/
+2
*
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-11
/
+11
*
Create Variant built-in functions.
reduz
2020-11-10
1
-81
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+1
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-2
/
+3
*
Add a test suite for Expression
Hugo Locurcio
2020-08-27
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-15
/
+13
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-1
/
+1
*
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-12
1
-1
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Add ord() function to Expression class
Danil Alexeev
2019-12-29
1
-0
/
+1
*
Added lerp_angles built-in function
Chaosus
2019-07-20
1
-0
/
+1
*
Add integer posmod and rename default arg names
Aaron Franke
2019-07-18
1
-0
/
+1
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+2
*
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+1
*
Make "decimal" functions more consistent
Aaron Franke
2019-04-30
1
-0
/
+1
*
Added smoothstep built-in function
Chaosus
2019-04-07
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-1
/
+3
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-0
/
+30
*
Ability to pass custom variables to expression.
Juan Linietsky
2018-08-08
1
-1
/
+3
*
-Add Expression class, used to evaluate expressions
Juan Linietsky
2018-08-08
1
-0
/
+323