Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
d834789f47
Merge pull request #44106 from neikeq/mono-invoke-no-params-boxing
|
4 years ago |
Ignacio Etcheverry
|
a946f84e3d
Don't box params on Native->C# calls with Variant params
|
4 years ago |
Ignacio Etcheverry
|
e2f7037824
C#: Fix multiple awaits to same signal result in connect error
|
4 years ago |
Ignacio Etcheverry
|
2511c43972
Mono/C#: Fix several clang-tidy warnings and cleanup
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
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 |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Rémi Verschelde
|
09534e2922
Fix Mono and GDNative builds after changes to ObjectID
|
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
|
c55ce204b3
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
|
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 Etcheverry
|
187e6ae26d
C#: Add marshalling support for IEnumerable and IDictionary
|
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 |
Ignacio Etcheverry
|
c6e2873605
Fix msvc warnings in mono module
|
6 years ago |
Ignacio Etcheverry
|
e558e1ec09
Fix/workaround for issue #21667
|
7 years ago |
Juan Linietsky
|
8c435a343e
Merge pull request #16927 from neikeq/rework-refcount-notify
|
7 years ago |
Ignacio Etcheverry
|
908a30964a
Notify instance binding data api of refcount increment/decrement
|
7 years ago |
Ignacio Etcheverry
|
4739cb8c00
Mono: Pending exceptions and cleanup
|
7 years ago |
Paul Joannon
|
76a615aea4
SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
13c2ff9320
Style: Apply new clang-format 5.0 style to all files
|
7 years ago |
Ignacio Etcheverry
|
fb63ee52fb
Mono: Fix build with tools=no or target=release
|
7 years ago |
Ignacio Etcheverry
|
63369ec306
Re-write SignalAwaiter implementation
|
7 years ago |