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
*
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
*
Use `RTR()` for VisualScriptNode captions and texts
Haoyu Qiu
2022-03-11
1
-1
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-8
/
+8
*
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...
bruvzg
2022-01-30
1
-3
/
+40
*
i18n: Make VisualScript node caption & text translatable
Haoyu Qiu
2022-01-11
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-3
/
+3
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-21
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-0
/
+13
*
Removed _change_notify
reduz
2021-02-10
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-6
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-1
/
+1
*
Refactored variant constructor logic
reduz
2020-11-09
1
-1
/
+1
*
Refactored variant setters/getters
reduz
2020-11-07
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-7
/
+7
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-29
/
+57
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+5
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-93
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-45
/
+135
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-33
/
+33
*
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-9
/
+9
*
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
1
-8
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
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
[next]