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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-144
/
+0
*
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-38
/
+0
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
1
-26
/
+3
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-3
/
+3
*
Support explicit values in flag properties, add C# flags support
Raul Santos
2022-06-03
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix get_all_delegates method for generic classes
Raul Santos
2021-12-04
1
-0
/
+2
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44105 from neikeq/mono-wasm-m2n-hook
Rémi Verschelde
2020-12-17
1
-0
/
+19
|
\
|
*
Mono: Make Godot provide its own WASM m2n trampolines
Ignacio Etcheverry
2020-12-14
1
-0
/
+19
*
|
Don't box params on Native->C# calls with Variant params
Ignacio Etcheverry
2020-12-06
1
-1
/
+0
|
/
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-2
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+1
*
Fix clang-tidy warnings due to semicolon after mono module macros
Ignacio Etcheverry
2020-08-30
1
-8
/
+13
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
1
-5
/
+0
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
C#: Revert marshalling of IDictionary/IEnumerable implementing types
Ignacio Etcheverry
2020-04-23
1
-9
/
+8
*
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
-0
/
+5
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
1
-3
/
+7
*
Mono/C#: Script interface calls now attach the current thread
Ignacio Etcheverry
2020-01-16
1
-1
/
+22
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono/C#: WebAssembly support
Ignacio Etcheverry
2019-11-13
1
-281
/
+0
*
Mono: Add option to keep running after unhandled exceptions
Ignacio Etcheverry
2019-07-24
1
-1
/
+1
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-7
/
+17
*
Android build and export for the mono module
Ignacio Etcheverry
2019-06-03
1
-7
/
+11
*
Merge pull request #29079 from neikeq/oopsie
Ignacio Roldán Etcheverry
2019-05-21
1
-2
/
+8
|
\
|
*
Fix C# build error in MarshalUtils debug code
Ignacio Etcheverry
2019-05-21
1
-2
/
+8
*
|
Replace call to 'mono_runtime_object_init' with manual ctor invoking
Ignacio Etcheverry
2019-05-21
1
-1
/
+1
|
/
*
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
1
-3
/
+47
*
C#: Support type hints for exported Arrays
Ignacio Etcheverry
2019-04-06
1
-2
/
+6
*
C#: Add marshalling support for IEnumerable and IDictionary
Ignacio Etcheverry
2019-04-06
1
-14
/
+22
*
Mono: Cleanup
Ignacio Etcheverry
2019-02-03
1
-2
/
+2
*
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
/
+91
*
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
1
-5
/
+5
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-1
/
+2
*
C#: Fix explicit enum values when exporting member
Ignacio Etcheverry
2018-09-12
1
-0
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Fix/workaround for issue #21667
Ignacio Etcheverry
2018-09-12
1
-0
/
+2
*
Mono: Fix property set_value and cleanup
Ignacio Etcheverry
2018-07-31
1
-0
/
+8
*
Add Array and Dictionary wrapper classes to C#
Ignacio Etcheverry
2018-07-20
1
-5
/
+26
*
Mono: Pending exceptions and cleanup
Ignacio Etcheverry
2018-07-04
1
-3
/
+30
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-0
/
+3
*
add a [Signal] attribute to CSharpScripts
Paul Joannon
2018-02-17
1
-0
/
+1
*
SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer
Paul Joannon
2018-01-23
1
-1
/
+1
*
Mono: Some StackTrace to StackInfo[] fixes
Ignacio Etcheverry
2018-01-12
1
-1
/
+7
[next]