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
/
mono
/
csharp_script.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-3
/
+2
*
Fix slow load/save of scenes with many instances of the same script
Pedro J. Estébanez
2021-06-13
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
Merge pull request #49221 from Faless/mp/4.x_rpc_refactor
Rémi Verschelde
2021-06-07
1
-24
/
+3
|
\
|
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-24
/
+3
*
|
Add missing override keyword to CSharpLanguage::is_control_flow_keyword()
Marcel Admiraal
2021-06-04
1
-1
/
+1
|
/
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+1
*
C#: Fix disconnecting event signals twice
Ignacio Etcheverry
2021-03-15
1
-0
/
+2
*
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-03-06
1
-14
/
+20
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
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
/
+8
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
C#: Fix custom event signals crash on hot-reload
Ignacio Etcheverry
2020-10-26
1
-1
/
+1
*
Fix code duplication in CSharpScript
opl-
2020-10-13
1
-0
/
+1
*
Remove multilevel calls
George Marques
2020-07-24
1
-4
/
+0
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
1
-124
/
+129
*
Mono/C#: Fix values not updated in remote inspector
Ignacio Etcheverry
2020-05-22
1
-0
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-4
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-8
/
+4
*
Inherited C# scene not inheriting parent's fields
pepegadeveloper123
2020-05-11
1
-1
/
+2
*
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
1
-0
/
+2
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Mono/C#: Optimize the way we store GC handles for scripts
Ignacio Etcheverry
2020-03-17
1
-5
/
+11
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
1
-36
/
+63
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-4
/
+4
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-5
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
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
-2
/
+26
*
Mono/C#: Lighten up unsafe reference checks
Ignacio Etcheverry
2020-01-23
1
-2
/
+3
*
Mono/C#: Add error checks to detect possible Reference leaks
Ignacio Etcheverry
2020-01-13
1
-0
/
+8
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono: Fix build errors with tools=no
Ignacio Etcheverry
2019-07-08
1
-1
/
+3
*
C#: Fix some crashes during assemblies reloading
Ignacio Etcheverry
2019-07-08
1
-0
/
+1
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-1
/
+21
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-2
/
+0
*
Android build and export for the mono module
Ignacio Etcheverry
2019-06-03
1
-1
/
+0
*
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-1
/
+1
|
\
|
*
Fix code completion not working with class_name
lupoDharkael
2019-04-16
1
-1
/
+1
*
|
C#: Implement ScriptInstance::to_string
Ignacio Etcheverry
2019-05-24
1
-0
/
+2
*
|
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
1
-1
/
+2
*
|
Mono: Lazily load scripts metadata file
Ignacio Etcheverry
2019-04-26
1
-3
/
+12
|
/
*
Fixes #17233 allowing C# to override _GetPropertyList
Nuno Cardoso
2019-04-12
1
-0
/
+1
[next]