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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Static analyzer fixes:
bruvzg
2020-12-09
1
-27
/
+0
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-5
/
+5
*
Create Variant built-in functions.
reduz
2020-11-10
1
-700
/
+13
*
Refactored variant constructor logic
reduz
2020-11-09
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-30
/
+3
*
Refactored variant setters/getters
reduz
2020-11-07
1
-1
/
+1
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-5
/
+12
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-10
/
+10
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
*
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
1
-1
/
+1
|
\
|
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
|
Fix for Expression class: inner string can be single quoted
ntfs.hard
2020-06-02
1
-1
/
+3
|
/
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-24
/
+24
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-31
/
+61
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-158
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-45
/
+135
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-39
/
+39
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-0
/
+2
*
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
*
Merge pull request #36515 from reduz/packed-array-64-bits
Rémi Verschelde
2020-02-25
1
-5
/
+5
|
\
|
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-5
/
+5
*
|
Expression: Fix parsing integers as 32-bit
Rémi Verschelde
2020-02-25
1
-1
/
+1
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-27
/
+27
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-9
/
+9
*
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
1
-8
/
+2
*
Remove deprecated decimals builtin
Rémi Verschelde
2020-02-12
1
-7
/
+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
/
+28
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-8
/
+3
*
Merge pull request #30693 from Chaosus/lerp_angle
Rémi Verschelde
2019-07-20
1
-0
/
+9
|
\
|
*
Added lerp_angles built-in function
Chaosus
2019-07-20
1
-0
/
+9
*
|
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-5
/
+1
|
\
\
|
|
/
|
/
|
|
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-5
/
+1
*
|
Add integer posmod and rename default arg names
Aaron Franke
2019-07-18
1
-0
/
+8
|
/
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+9
*
Make "decimal" functions more consistent
Aaron Franke
2019-04-30
1
-0
/
+7
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-2
/
+4
*
Merge pull request #27231 from Chaosus/smoothstep
Rémi Verschelde
2019-04-08
1
-0
/
+8
|
\
|
*
Added smoothstep built-in function
Chaosus
2019-04-07
1
-0
/
+8
*
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
1
-5
/
+7
|
/
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-31
/
+31
*
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
-7
/
+7
*
Error running Expression.execute after parse error
santouits
2018-10-28
1
-0
/
+4
*
Add support for '.[0-9]' numbers in Expression
Rémi Verschelde
2018-10-01
1
-14
/
+21
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-7
/
+7
[next]