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_expression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-24
/
+24
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-14
/
+14
*
Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code
Rémi Verschelde
2018-05-01
1
-6
/
+1
|
\
|
*
Fixes logically dead code (Coverity)
Crazy-P
2018-04-21
1
-6
/
+1
*
|
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-3
/
+3
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-3
/
+3
*
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
1
-0
/
+3
*
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-17
1
-2
/
+2
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+0
*
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Removed unnecessary returns and break statements
Wilson E. Alvarez
2017-08-22
1
-1
/
+0
*
-Many fixes to VisualScript, fixed property names, etc.
Juan Linietsky
2017-06-30
1
-8
/
+8
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-606
/
+552
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
1
-0
/
+28
*
Inf and NaN support added to GDScript.
Saracen
2017-02-28
1
-0
/
+6
*
-Added diectly editable expressions on node to VSEditor, closes #6392
Juan Linietsky
2016-09-06
1
-1
/
+1
*
Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399
Juan Linietsky
2016-09-06
1
-0
/
+83
*
Should Fix Compiling Export Templates
ISylvox
2016-09-06
1
-1
/
+1
*
Added expression nodes to visual script, please test.
Juan Linietsky
2016-09-04
1
-0
/
+1440