summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Collapse)Author
2017-10-05get parent class fields when updating a CSharpScript's exportsCarter Anderson
This makes the fields viewable / editable in the inspector
2017-10-05Fix mono enabled builds (broken by 3d87b70).Ferenc Arn
2017-10-05Uninitialized local and domain finalize fixesIgnacio Etcheverry
- Make sure to run the GC before and after finalizing the scripts domain.
2017-10-05Add C# script to csproj when attaching it to an objectIgnacio Etcheverry
2017-10-05Add alternative search locations for msbuildIgnacio Etcheverry
2017-10-04Fix Python 3 buildMatthias Hoelzl
- Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module.
2017-10-03Added mono moduleIgnacio Etcheverry