godot/modules/mono
Ignacio Etcheverry 6e6b455d1f Export attribute fixes and improvements
- Allow non-public fields to be exported as well (to avoid confusion).
- Set PROPERTY_HINT_RESOURCE_TYPE for resource derived fields.
- Support enums and automatically fill PROPERTY_HINT_ENUM's hint_string for enum fields.
2017-10-17 14:42:13 +02:00
..
doc_classes Added mono module 2017-10-03 00:01:26 +02:00
editor Improve signature of signal target generated function 2017-10-16 04:19:36 +02:00
glue Export attribute fixes and improvements 2017-10-17 14:42:13 +02:00
mono_gd Export attribute fixes and improvements 2017-10-17 14:42:13 +02:00
utils Improve signature of signal target generated function 2017-10-16 04:19:36 +02:00
config.py mono: Request monosgen-2 explicitly via pkg-config 2017-10-14 23:54:26 +02:00
csharp_script.cpp Export attribute fixes and improvements 2017-10-17 14:42:13 +02:00
csharp_script.h Re-write SignalAwaiter implementation 2017-10-16 03:54:23 +02:00
godotsharp_defs.h Added mono module 2017-10-03 00:01:26 +02:00
godotsharp_dirs.cpp Added mono module 2017-10-03 00:01:26 +02:00
godotsharp_dirs.h Added mono module 2017-10-03 00:01:26 +02:00
mono_gc_handle.cpp Added mono module 2017-10-03 00:01:26 +02:00
mono_gc_handle.h Added mono module 2017-10-03 00:01:26 +02:00
mono_reg_utils.py Fix Python 3 build 2017-10-04 23:21:32 +02:00
register_types.cpp Adds 'exposed' field to ClassInfo 2017-10-09 23:49:17 +02:00
register_types.h Added mono module 2017-10-03 00:01:26 +02:00
SCsub Fix Python 3 incompatibility in Mono build 2017-10-07 15:36:20 +02:00
signal_awaiter_utils.cpp Re-write SignalAwaiter implementation 2017-10-16 03:54:23 +02:00
signal_awaiter_utils.h Re-write SignalAwaiter implementation 2017-10-16 03:54:23 +02:00