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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove VisualScript module for 4.0
Rémi Verschelde
2022-08-24
1
-1092
/
+0
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-10
/
+10
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-3
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-6
/
+0
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-3
/
+3
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-0
/
+26
*
Merge pull request #48972 from DavidCambre/Expose_VisualScriptCustomNode_Type...
Rémi Verschelde
2021-07-21
1
-0
/
+2
|
\
|
*
expose type hints for VisualScriptCustomNode
David Cambré
2021-07-21
1
-0
/
+2
*
|
Fixes Visual script nodes operator mismatch issue #49943
Dipal M Zambare
2021-06-29
1
-0
/
+2
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-27
/
+27
|
/
*
Improve resource load cache
reduz
2021-02-11
1
-0
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-303
/
+299
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-28
/
+0
*
Fix ClassDB API portability with some android and editor classes
Ignacio Etcheverry
2020-01-19
1
-0
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-26
1
-0
/
+97
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-26
/
+28
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Carry property hint and hint string through to Visualscript virtual functions.
K. S. Ernest (iFire) Lee
2018-07-27
1
-1
/
+3
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-3
/
+3
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-3
/
+3
*
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-29
1
-3
/
+3
|
\
|
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-3
/
+3
*
|
More stuff!
Pieter-Jan Briers
2018-05-01
1
-15
/
+0
*
|
Move things into the title bars of Visual Script nodes.
Pieter-Jan Briers
2018-04-30
1
-4
/
+0
|
/
*
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
*
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
1
-1
/
+1
*
Fix files header
Poommetee Ketson
2017-09-01
1
-1
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-0
/
+2
*
Updated function argument names
Wilson E. Alvarez
2017-08-12
1
-3
/
+3
*
Ability to set a function as sequenced, so when called you can choose not to ...
Juan Linietsky
2017-08-08
1
-0
/
+10
*
Update a VS custom node when its script changes
George Marques
2017-07-21
1
-0
/
+2
*
-Many fixes to VisualScript, fixed property names, etc.
Juan Linietsky
2017-06-30
1
-0
/
+33
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-4
/
+0
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-259
/
+128
*
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
-1
/
+3
*
-All types have editable script now in properties
Juan Linietsky
2017-01-09
1
-2
/
+0
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-25
/
+25
*
Connection hints when connecting to empty space.
Juan Linietsky
2016-09-03
1
-0
/
+9
*
Basic type constants for visual script
Juan Linietsky
2016-09-02
1
-0
/
+42
*
-Modified Input and added is_action_just_pressed() as well as is_action_just_...
Juan Linietsky
2016-09-01
1
-1
/
+12
*
-Reworked constant nodes better
Juan Linietsky
2016-08-31
1
-3
/
+44
*
More visual script improvements
Juan Linietsky
2016-08-30
1
-0
/
+39
*
Several all around fixes to visual scripting (in the process of creating demos)
Juan Linietsky
2016-08-28
1
-1
/
+186
[next]