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
*
Remove VisualScript module for 4.0
Rémi Verschelde
2022-08-24
1
-2506
/
+0
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-0
/
+4
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+9
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-16
/
+10
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+3
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+2
*
Improve stack overflow error message in GDScript and VisualScript
Hugo Locurcio
2022-06-15
1
-2
/
+2
*
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-2
/
+2
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-59
/
+59
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-37
/
+37
*
Add a new HashMap implementation
reduz
2022-05-12
1
-93
/
+66
*
Fix VisualScript export variables
kobewi
2022-05-06
1
-0
/
+3
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-1
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-3
/
+3
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-2
/
+0
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-3
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improve editor template workflow
fabriceci
2022-01-02
1
-10
/
+5
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-2
/
+2
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-16
/
+0
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-16
/
+16
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-6
/
+6
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-20
/
+0
*
Validates VisualScript.add_node input node
Haoyu Qiu
2021-08-02
1
-0
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-4
/
+4
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-65
/
+65
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
1
-1
/
+1
*
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
*
Fix default value binding in VisualScriptFunctionState
George Marques
2021-06-14
1
-1
/
+1
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-92
/
+6
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+4
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+2
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-3
/
+5
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-4
/
+4
*
Fix VisualScriptFunctionState connect to null object crash
jmb462
2021-04-03
1
-0
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-2
/
+2
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-9
/
+0
*
Merge pull request #44914 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-04
1
-1
/
+1
|
\
|
*
Fix doc for the VisualScript class.
Swarnim Arun
2021-01-05
1
-1
/
+1
*
|
Merge pull request #39649 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-04
1
-591
/
+484
|
\
|
|
*
Refactoring Visual Script
Swarnim Arun
2021-01-01
1
-591
/
+484
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
[next]