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_nodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-70
/
+134
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+67
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-422
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-5
/
+5
*
Deconstruct VSNodes for new Variant types
Swarnim Arun
2020-04-02
1
-0
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-5
/
+5
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-3
/
+1
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-49
/
+49
*
Fix VisualScriptClassConstant to be updated properly
Yuri Roubinsky
2020-02-10
1
-2
/
+21
*
Fix GlobalConstant/BasicTypeConstant return type in visual scripts
Yuri Roubinsky
2020-01-30
1
-4
/
+24
*
Fix ClassDB API portability with some android and editor classes
Ignacio Etcheverry
2020-01-19
1
-5
/
+11
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-1
/
+1
*
Use the Unicode "multiply" sign for the "A x B" visual script node
Hugo Locurcio
2019-11-15
1
-1
/
+1
*
Deconstruct node for Visualscript
Swarnim Arun
2019-09-29
1
-1
/
+18
*
doc: Sync classref with current source
Rémi Verschelde
2019-09-27
1
-9
/
+9
*
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-26
1
-0
/
+436
*
Plugin support for visual shaders
Yuri Roubinski
2019-08-14
1
-1
/
+1
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make visualscript search better.
K. S. Ernest (iFire) Lee
2018-10-11
1
-7
/
+7
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-2
/
+2
*
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
1
-1
/
+1
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+5
*
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-31
1
-3
/
+3
*
Carry property hint and hint string through to Visualscript virtual functions.
K. S. Ernest (iFire) Lee
2018-07-27
1
-1
/
+5
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-9
/
+9
*
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-24
1
-1
/
+1
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-4
/
+4
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-4
/
+4
*
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-29
1
-4
/
+4
|
\
|
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-4
/
+4
*
|
More stuff!
Pieter-Jan Briers
2018-05-01
1
-129
/
+56
*
|
Move things into the title bars of Visual Script nodes.
Pieter-Jan Briers
2018-04-30
1
-24
/
+4
|
/
*
Fix typos with codespell
luz.paz
2018-02-21
1
-3
/
+3
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
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
*
Fixed typo: substract to subtract
Indah Sylvia
2017-12-05
1
-4
/
+4
*
Fix constant node value edit
Marcin Zawiejski
2017-11-25
1
-2
/
+2
*
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
1
-5
/
+6
*
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
1
-3
/
+3
*
Gave a tooltip to the "In" logic node
Cédric Fuchs
2017-10-14
1
-0
/
+1
*
Add NIL_IS_VARIANT usage to few definitions
Ruslan Mustakov
2017-10-05
1
-1
/
+1
*
Merge pull request #11653 from bojidar-bg/doc-vscript-1
Nathan Lovato
2017-10-03
1
-3
/
+3
|
\
[next]