aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-111-0/+7
|\ | | | | Added 'exposed' field to ClassInfo for registered classes
| * Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-091-0/+7
| | | | | | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
* | Fixed IntPtr unboxing (#11949)Ignacio Etcheverry2017-10-091-1/+1
| | | | | | | | | | - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup
* | Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry2017-10-071-0/+25
|\| | | | | Mono: Make sure editor thread is attached on script reload
| * Mono: Make sure editor thread is attached on script reloadIgnacio Etcheverry2017-10-071-0/+25
| |
* | get parent class fields when updating a CSharpScript's exportsCarter Anderson2017-10-051-22/+31
|/ | | | This makes the fields viewable / editable in the inspector
* Add C# script to csproj when attaching it to an objectIgnacio Etcheverry2017-10-051-15/+44
|
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+1853