Nuno Cardoso
|
d011c8e109
Fixes #17233 allowing C# to override _GetPropertyList
|
6 years ago |
Ignacio Etcheverry
|
5e354162f1
C#: Update exports only in the editor
|
6 years ago |
Ignacio Etcheverry
|
a4825c2f8b
Fix CSharpInstance::set not working with base classes
|
6 years ago |
Rémi Verschelde
|
6ee3002237
Merge pull request #26773 from neikeq/issue-26628
|
6 years ago |
Ignacio Etcheverry
|
c5f8b0960a
Mono: Fix crash with exported field of custom Reference derived type
|
6 years ago |
Ignacio Etcheverry
|
8e2e0795bb
Mono: Partially implement some Godot debug api functions
|
6 years ago |
Ignacio Etcheverry
|
4c0b0a6bdd
Merge pull request #26765 from neikeq/issue-25959
|
6 years ago |
Ignacio Etcheverry
|
e904f814c8
Mono: Fix crash when re-using script binding after domain reloading
|
6 years ago |
Sebastian Hartte
|
f8a6a6c8a2
Update scripts exports even when normal script instances are created to better support tool scripts with exported variables.
|
6 years ago |
Ignacio Etcheverry
|
22b41ab2fe
Mono: Fail on script instance creation if constructor was not found
|
6 years ago |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Ignacio Etcheverry
|
9df44c2d2c
Use script instance binding for objects constructed from C#
|
6 years ago |
Ignacio Etcheverry
|
3233083f63
Mono: Lifetime fixes for CSharpInstance and instance binding data
|
6 years ago |
Ignacio Etcheverry
|
d3c51a5dfb
Mono: Cleanup
|
6 years ago |
Ignacio Etcheverry
|
bc8b61bb06
Mono: Fix hot reload build errors and cleanup
|
6 years ago |
Ignacio Etcheverry
|
077e489773
Mono: Add assembly reloading to running games
|
6 years ago |
Ignacio Etcheverry
|
b48dd1bdaf
C#: Fix crash due to missing gchandle ref null check
|
6 years ago |
Rémi Verschelde
|
658296856c
Merge pull request #24877 from neikeq/issue-24280
|
6 years ago |
Ignacio Etcheverry
|
ea85ff0dc2
Fix properties being lost when reloading placeholder GDScript instance
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Ben Rog-Wilhelm
|
b26487a2b4
Tweaks after feedback
|
6 years ago |
Ben Rog-Wilhelm
|
f13f2d512f
Implement CSharpScript::get_script_method_list and related functionality.
|
6 years ago |
Ignacio Etcheverry
|
f6f2be7577
Fix crash due to ~CSharpInstance() being called on freed instance
|
6 years ago |
Ignacio Etcheverry
|
5fd3ef4e78
Implement CSharpScript::is_valid()
|
6 years ago |
Ignacio Etcheverry
|
989b93d6a4
Merge pull request #24091 from neikeq/ii
|
6 years ago |
Ignacio Etcheverry
|
b9b7dcdf00
C#: Improve tool script support and fix reloading issues
|
6 years ago |
Juan Linietsky
|
3a93499f89
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
|
6 years ago |
Ignacio Etcheverry
|
02d5ff4cd0
Improve the C# API projects generation
|
6 years ago |
Ignacio Etcheverry
|
d47cec43f2
Merge pull request #23162 from neikeq/cc
|
6 years ago |