godot/modules/mono
Bojidar Marinov 9b8e8b2220
Bind many more properties to scripts
Notable potentially breaking changes:
- PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL
- Some properties were renamed, and sometimes even shadowed by new ones
- New getter methods (some virtual) were added
2018-01-12 00:58:14 +02:00
..
doc_classes doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
editor Merge pull request #15463 from neikeq/the-stack-frame-madness 2018-01-09 19:44:10 +01:00
glue Fixes Mono color creation from string. 2018-01-10 13:56:30 +01:00
mono_gd Mono: Some fixes for #15463 2018-01-09 22:27:55 +01:00
utils Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
config.py doc: Make all module docs self-contained 2017-11-15 21:29:33 +01:00
csharp_script.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
csharp_script.h Mono: Implement stack info for errors and exceptions 2018-01-09 17:19:03 +01:00
godotsharp_defs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godotsharp_dirs.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_gc_handle.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mono_reg_utils.py Fix build with Python 3 on Windows 2017-10-29 19:27:12 +01:00
register_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Mono: Build in cloned env. 2017-12-12 16:20:34 +01:00
signal_awaiter_utils.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
signal_awaiter_utils.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00