Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
b07a3f503b
Merge pull request #44105 from neikeq/mono-wasm-m2n-hook
|
4 years ago |
Ignacio Etcheverry
|
7439b5595d
Mono: Make Godot provide its own WASM m2n trampolines
|
4 years ago |
Ignacio Etcheverry
|
a946f84e3d
Don't box params on Native->C# calls with Variant params
|
4 years ago |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
reduz
|
ee06a70ea6
Refactor MethodBind to use variadic templates
|
4 years ago |
Ignacio Etcheverry
|
8c7553a076
Fix clang-tidy warnings due to semicolon after mono module macros
|
5 years ago |
Ignacio Etcheverry
|
2511c43972
Mono/C#: Fix several clang-tidy warnings and cleanup
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Ignacio Etcheverry
|
20b9dbb1d5
C#: Revert marshalling of IDictionary/IEnumerable implementing types
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Ignacio Etcheverry
|
0b814ea78d
Mono/C#: Optimize the way we store GC handles for scripts
|
5 years ago |
Ignacio Etcheverry
|
6a85cdf640
Fix C# bindings after recent breaking changes
|
5 years ago |
Ignacio Etcheverry
|
d68b9c20d6
Mono/C#: Script interface calls now attach the current thread
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Ignacio Etcheverry
|
de7c2ad21b
Mono/C#: WebAssembly support
|
5 years ago |
Ignacio Etcheverry
|
513cc78f85
Mono: Add option to keep running after unhandled exceptions
|
6 years ago |
Ignacio Etcheverry
|
270af6fa08
Re-write mono module editor code in C#
|
6 years ago |
Ignacio Etcheverry
|
14df9e5cb2
Android build and export for the mono module
|
6 years ago |
Ignacio Roldán Etcheverry
|
e2375f487c
Merge pull request #29079 from neikeq/oopsie
|
6 years ago |
Ignacio Etcheverry
|
9b76c56098
Fix C# build error in MarshalUtils debug code
|
6 years ago |
Ignacio Etcheverry
|
66b930a266
Replace call to 'mono_runtime_object_init' with manual ctor invoking
|
6 years ago |
Ignacio Etcheverry
|
5a4bf4f369
C#: Marshalling support for IEnumerable<> and IDictionary<,>
|
6 years ago |
Ignacio Etcheverry
|
480d4c6fba
C#: Support type hints for exported Arrays
|
6 years ago |
Ignacio Etcheverry
|
187e6ae26d
C#: Add marshalling support for IEnumerable and IDictionary
|
6 years ago |
Ignacio Etcheverry
|
d3c51a5dfb
Mono: Cleanup
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Ignacio Etcheverry
|
b9b7dcdf00
C#: Improve tool script support and fix reloading issues
|
6 years ago |