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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-13
1
-4
/
+0
*
Fix Mono and GDNative builds after changes to ObjectID
Rémi Verschelde
2020-02-12
1
-2
/
+2
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-49
/
+166
*
Remove do{ } while(0) wrapper around error macros.
Marcel Admiraal
2020-02-08
1
-2
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-11
/
+11
*
Merge pull request #35527 from neikeq/issue-35259
Rémi Verschelde
2020-01-24
1
-1
/
+4
|
\
|
*
Mono/C#: Fix _update_exports possible crash with Reference types
Ignacio Etcheverry
2020-01-24
1
-1
/
+4
*
|
Mono/C#: Lighten up unsafe reference checks
Ignacio Etcheverry
2020-01-23
1
-5
/
+22
|
/
*
Fix ClassDB API portability with some android and editor classes
Ignacio Etcheverry
2020-01-19
1
-1
/
+1
*
Merge pull request #35208 from neikeq/mono-lazy-thread-attach
Ignacio Roldán Etcheverry
2020-01-16
1
-37
/
+75
|
\
|
*
Mono/C#: Script interface calls now attach the current thread
Ignacio Etcheverry
2020-01-16
1
-37
/
+75
*
|
Mono/C#: Fix false positive in unsafe reference checks
Ignacio Etcheverry
2020-01-15
1
-2
/
+15
|
/
*
Mono/C#: Add error checks to detect possible Reference leaks
Ignacio Etcheverry
2020-01-13
1
-3
/
+38
*
Mono/C#: Fix _update_exports() leaking temporary Object/Node instances
Ignacio Etcheverry
2020-01-13
1
-0
/
+13
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Mono/C#: Fix crash on exported games that don't use C#
Ignacio Etcheverry
2019-11-29
1
-1
/
+2
*
Mono/C#: Initial exporter support for AOT compilation
Ignacio Etcheverry
2019-11-15
1
-2
/
+0
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-9
/
+9
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
*
Adds skip-breakpoints feature
iwek7
2019-09-03
1
-1
/
+1
*
Make VarArg methods return types show up as Variant in API json
toasteater
2019-08-26
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-70
/
+42
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-2
/
+1
*
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-24
1
-1
/
+0
*
Mono: Better handling of missing/outdated API assemblies
Ignacio Etcheverry
2019-07-14
1
-12
/
+9
*
Fix EditorNavigationMeshGenerator registered in Core API
Ignacio Etcheverry
2019-07-09
1
-0
/
+13
*
Mono: Fix build errors with tools=no
Ignacio Etcheverry
2019-07-08
1
-2
/
+10
*
C#: Fix some crashes during assemblies reloading
Ignacio Etcheverry
2019-07-08
1
-33
/
+41
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-100
/
+344
*
Mono: Android build and shared libraries fixes
Ignacio Etcheverry
2019-07-03
1
-6
/
+7
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-4
/
+1
*
C#: Implement ScriptInstance::to_string
Ignacio Etcheverry
2019-05-24
1
-0
/
+28
*
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
1
-45
/
+91
*
C#: Support resource type hint in exported arrays
Ignacio Etcheverry
2019-04-29
1
-1
/
+2
*
Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...
Rémi Verschelde
2019-04-29
1
-8
/
+0
|
\
|
*
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-25
1
-8
/
+0
*
|
Mono: Lazily load scripts metadata file
Ignacio Etcheverry
2019-04-26
1
-2
/
+7
|
/
*
Merge pull request #27950 from Nonnu42/contrib
Ignacio Roldán Etcheverry
2019-04-12
1
-0
/
+29
|
\
|
*
Fixes #17233 allowing C# to override _GetPropertyList
Nuno Cardoso
2019-04-12
1
-0
/
+29
*
|
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
1
-1
/
+8
*
|
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
1
-3
/
+3
*
|
Mono: Make missing default constructor error more foolproof
ForLoveOfCats
2019-04-04
1
-3
/
+3
|
/
*
C#: Update exports only in the editor
Ignacio Etcheverry
2019-03-13
1
-0
/
+3
*
Fix CSharpInstance::set not working with base classes
Ignacio Etcheverry
2019-03-08
1
-2
/
+2
*
Merge pull request #26773 from neikeq/issue-26628
Rémi Verschelde
2019-03-07
1
-1
/
+4
|
\
|
*
Mono: Fix crash with exported field of custom Reference derived type
Ignacio Etcheverry
2019-03-07
1
-1
/
+4
*
|
Mono: Partially implement some Godot debug api functions
Ignacio Etcheverry
2019-03-07
1
-9
/
+48
|
/
*
Merge pull request #26765 from neikeq/issue-25959
Ignacio Etcheverry
2019-03-07
1
-0
/
+7
|
\
[next]