aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-2/+9
* | Add _process(delta) to new script templates. Closes #11994.mhilbrunner2017-10-221-1/+8
|/
* Mono: Fix warning about exported static fieldsIgnacio Etcheverry2017-10-181-1/+2
* Mono: Fix build with tools=no or target=releaseIgnacio Etcheverry2017-10-181-0/+2
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-17/+31
* Merge pull request #12138 from neikeq/iRémi Verschelde2017-10-161-6/+9
|\
| * Avoid adding built-in script path to csprojIgnacio Etcheverry2017-10-161-6/+9
* | Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-4/+73
|/
* Merge pull request #12135 from neikeq/gIgnacio Etcheverry2017-10-161-42/+2
|\
| * Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-42/+2
* | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-111-0/+7
|\ \ | |/ |/|
| * Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-091-0/+7
* | Fixed IntPtr unboxing (#11949)Ignacio Etcheverry2017-10-091-1/+1
* | Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry2017-10-071-0/+25
|\|
| * 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
|/
* Add C# script to csproj when attaching it to an objectIgnacio Etcheverry2017-10-051-15/+44
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+1853