godot/modules/mono
Ignacio Etcheverry 71602c7491
Merge pull request #16986 from neikeq/issue-16983
Mono: Fix bindings for parameters in vararg methods
2018-02-24 20:06:41 +01:00
..
doc_classes doc: Update version string in header 2018-02-19 10:46:33 +01:00
editor Merge pull request #16986 from neikeq/issue-16983 2018-02-24 20:06:41 +01:00
glue Merge pull request #16326 from NathanWarden/fix_basis_mono 2018-02-18 19:54:53 +01:00
mono_gd Mono: Add project export plugin 2018-02-22 13:39:41 +01:00
utils
config.py Fix pkgconfig detection of mono 2018-02-03 05:17:53 +11:00
csharp_script.cpp Mono: Add project export plugin 2018-02-22 13:39:41 +01:00
csharp_script.h implement signal related methods in csharp_script so signals can be used with emit 2018-02-17 19:37:02 +01:00
godotsharp_defs.h
godotsharp_dirs.cpp
godotsharp_dirs.h
mono_gc_handle.cpp
mono_gc_handle.h
mono_reg_utils.py
register_types.cpp
register_types.h
SCsub Add and use mono build variables with cloned environment. 2018-02-10 20:48:46 -07:00
signal_awaiter_utils.cpp SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer 2018-01-23 12:58:54 +01:00
signal_awaiter_utils.h