summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
AgeCommit message (Collapse)Author
2017-10-11Merge pull request #11954 from neikeq/dIgnacio Etcheverry
Added 'exposed' field to ClassInfo for registered classes
2017-10-09Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry
- BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
2017-10-09Fixed IntPtr unboxing (#11949)Ignacio Etcheverry
- Fix boolean never reset to false - Fix IntPtr unboxing and cleanup
2017-10-07Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry
Mono: Make sure editor thread is attached on script reload
2017-10-07Mono: Make sure editor thread is attached on script reloadIgnacio Etcheverry
2017-10-05get parent class fields when updating a CSharpScript's exportsCarter Anderson
This makes the fields viewable / editable in the inspector
2017-10-05Add C# script to csproj when attaching it to an objectIgnacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry