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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-0
/
+1
*
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-26
1
-10
/
+59
*
Merge pull request #30852 from swarnimarun/vs_tools_script
Rémi Verschelde
2019-09-22
1
-2
/
+13
|
\
|
*
Tool Mode for Visualscript
Swarnim Arun
2019-09-21
1
-2
/
+13
*
|
Adds skip-breakpoints feature
iwek7
2019-09-03
1
-2
/
+2
*
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-22
/
+9
|
/
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+0
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-2
/
+2
*
Fix always true/false values
qarmin
2019-06-20
1
-1
/
+1
*
Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaults
Rémi Verschelde
2019-05-28
1
-13
/
+2
|
\
|
*
Fix default values not being read correctly in VS, take two
Bojidar Marinov
2019-05-02
1
-13
/
+2
*
|
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+22
|
/
*
Fix default values not being read correctly in VisualScript
Bojidar Marinov
2019-03-04
1
-15
/
+6
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-0
/
+4
*
Merge pull request #22779 from Superwaitsum/LimitSettings
Rémi Verschelde
2018-10-25
1
-2
/
+2
|
\
|
*
Add some limits on the Editor Settings
Superwaitsum
2018-10-24
1
-2
/
+2
*
|
Fixed the problem with vector3 constructor
the 8th mage
2018-10-11
1
-9
/
+11
|
/
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Added system for GDScript warnings
George Marques
2018-08-10
1
-1
/
+1
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-3
/
+3
*
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-24
1
-0
/
+13
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-1
/
+1
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-5
/
+5
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-5
/
+5
*
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-29
1
-5
/
+5
|
\
|
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-5
/
+5
*
|
Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars
Max Hilbrunner
2018-05-26
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Move things into the title bars of Visual Script nodes.
Pieter-Jan Briers
2018-04-30
1
-0
/
+4
*
|
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-0
/
+1
|
/
*
Fix typos with codespell
luz.paz
2018-02-21
1
-2
/
+2
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-2
/
+2
*
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
*
Fix function arg count not considered in VisualScript
Pedro J. Estébanez
2017-12-07
1
-0
/
+1
*
Connect signal for VisualScript "Yield Signal" using oneshot mode
Matthias Hoelzl
2017-12-01
1
-1
/
+1
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-5
/
+5
*
Create API to add and remove VisualScript custom nodes
George Marques
2017-11-15
1
-0
/
+5
*
Removes Script::get_node_type()
Jerome67000
2017-10-25
1
-5
/
+0
*
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
2017-10-24
1
-0
/
+4
*
Merge pull request #11653 from bojidar-bg/doc-vscript-1
Nathan Lovato
2017-10-03
1
-0
/
+1
|
\
|
*
Document some of the VisualScript classes.
Bojidar Marinov
2017-10-03
1
-0
/
+1
*
|
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-2
/
+2
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-5
/
+5
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-10
/
+12
*
Merge pull request #10319 from neikeq/pr-engine-editor-hint
Juan Linietsky
2017-08-20
1
-1
/
+1
|
\
|
*
Removes editor_hint from SceneTree
Ignacio Etcheverry
2017-08-19
1
-1
/
+1
[next]