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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-16
/
+16
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Add GDExtension support to Script
reduz
2022-03-27
1
-2
/
+2
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improve editor template workflow
fabriceci
2022-01-02
1
-40
/
+39
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-3
/
+3
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-24
/
+3
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-47
/
+44
*
Merge pull request #39649 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-04
1
-60
/
+58
|
\
|
*
Refactoring Visual Script
Swarnim Arun
2021-01-01
1
-60
/
+58
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-0
/
+1
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+7
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-32
/
+32
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-17
/
+0
*
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
1
-0
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-6
/
+8
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-5
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-0
/
+23
*
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
/
+3
*
Tool Mode for Visualscript
Swarnim Arun
2019-09-21
1
-0
/
+3
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-2
/
+2
*
Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaults
Rémi Verschelde
2019-05-28
1
-1
/
+0
|
\
|
*
Fix default values not being read correctly in VS, take two
Bojidar Marinov
2019-05-02
1
-1
/
+0
*
|
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+1
|
/
*
Fix default values not being read correctly in VisualScript
Bojidar Marinov
2019-03-04
1
-1
/
+0
*
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
/
+1
*
Fixed the problem with vector3 constructor
the 8th mage
2018-10-11
1
-0
/
+1
*
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
*
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-24
1
-0
/
+1
*
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
-2
/
+2
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-2
/
+2
*
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-29
1
-2
/
+2
|
\
|
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-2
/
+2
[next]