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
/
mono_gd
/
gd_mono_utils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mono/C#: Add error checks to detect possible Reference leaks
Ignacio Etcheverry
2020-01-13
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-294
/
+21
*
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-10-11
1
-0
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-12
/
+8
*
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-24
1
-5
/
+12
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-47
/
+67
*
Android build and export for the mono module
Ignacio Etcheverry
2019-06-03
1
-16
/
+10
*
Merge pull request #29079 from neikeq/oopsie
Ignacio Roldán Etcheverry
2019-05-21
1
-4
/
+24
|
\
|
*
Fix C# build error in MarshalUtils debug code
Ignacio Etcheverry
2019-05-21
1
-4
/
+24
*
|
Replace call to 'mono_runtime_object_init' with manual ctor invoking
Ignacio Etcheverry
2019-05-21
1
-9
/
+8
|
/
*
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
1
-2
/
+126
*
Mono: Use exit(status) instead of abort() in exception hook
Ignacio Etcheverry
2019-04-18
1
-5
/
+0
*
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
1
-0
/
+4
*
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
1
-5
/
+18
*
C#: Add 'Singleton' property to singleton wrapper class
Ignacio Etcheverry
2019-02-19
1
-0
/
+5
*
Use script instance binding for objects constructed from C#
Ignacio Etcheverry
2019-02-09
1
-6
/
+9
*
Mono: Lifetime fixes for CSharpInstance and instance binding data
Ignacio Etcheverry
2019-02-03
1
-35
/
+44
*
Mono: Cleanup
Ignacio Etcheverry
2019-02-03
1
-4
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
C#: Improve tool script support and fix reloading issues
Ignacio Etcheverry
2018-11-30
1
-0
/
+4
*
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
1
-10
/
+10
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-2
/
+4
*
C#: Fix explicit enum values when exporting member
Ignacio Etcheverry
2018-09-12
1
-0
/
+29
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
Fix/workaround for issue #21667
Ignacio Etcheverry
2018-09-12
1
-3
/
+43
*
Added Collections namespace to Array & Dictionary
exts
2018-08-25
1
-4
/
+5
*
Fix Mono exception handling.
Pieter-Jan Briers
2018-08-23
1
-2
/
+2
*
Mono: Fix property set_value and cleanup
Ignacio Etcheverry
2018-07-31
1
-8
/
+38
*
Mono: Fix null dereferences
Ignacio Etcheverry
2018-07-25
1
-9
/
+9
*
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-20
1
-27
/
+102
*
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-07-04
1
-25
/
+61
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-0
/
+6
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-6
/
+0
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
1
-0
/
+6
*
fix build error when compiling with mono, tools=no, target=release
Paul Joannon
2018-02-27
1
-1
/
+1
*
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-25
1
-4
/
+4
*
[mono] get stacktraces for all inner exceptions
Paul Joannon
2018-02-24
1
-20
/
+39
*
add a [Signal] attribute to CSharpScripts
Paul Joannon
2018-02-17
1
-0
/
+2
*
RID cached class was wrong (mono)
Paul Joannon
2018-01-22
1
-1
/
+1
*
Mono: Some StackTrace to StackInfo[] fixes
Ignacio Etcheverry
2018-01-12
1
-4
/
+20
*
Mono: Some fixes for #15463
Ignacio Etcheverry
2018-01-09
1
-3
/
+3
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-3
/
+70
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Mono: Add properties support in scripts
Ignacio Etcheverry
2018-01-04
1
-2
/
+8
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Mono: Make the bindings generator output enums
Ignacio Etcheverry
2017-12-24
1
-2
/
+2
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-3
/
+3
*
Export attribute fixes and improvements
Ignacio Etcheverry
2017-10-17
1
-2
/
+2
*
Re-write SignalAwaiter implementation
Ignacio Etcheverry
2017-10-16
1
-2
/
+2
[next]