aboutsummaryrefslogtreecommitdiff
path: root/modules/mono (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Mono] Fixed "expression did not evaluate to a constant" compiler error for v...Nathan Warden2018-02-211-3/+4
* Mono: Fix build status iconsIgnacio Etcheverry2018-02-191-5/+3
* implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-194-8/+89
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-197-1/+103
* Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-191-16/+2
* Give C# NodePath a ToString().Pieter-Jan Briers2018-02-191-1/+2
* Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers2018-02-191-1/+1
* Add and use mono build variables with cloned environment.Jonathan Tinkham2018-02-191-2/+2
* Fix pkgconfig detection of monoBenjamin Dobell2018-02-191-0/+1
* [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-192-6/+6
* Change 'Build Project' button style in Mono panelPaul Joannon2018-02-191-1/+1
* Added async and await as C# keywords.Nathan Warden2018-02-051-3/+7
* Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-02-052-22/+9
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-044-7/+7
* Fix an infinite recursion in the Mathf.Decimals method when using floats.Nathan Warden2018-02-041-1/+1
* Merge pull request #16118 from neikeq/i-dont-know-what-to-write-here-anymoreRémi Verschelde2018-01-272-0/+12
|\
| * Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry2018-01-272-0/+12
* | Mono: Fix method_bind fields being generated as instance membersIgnacio Etcheverry2018-01-271-2/+1
|/
* Mono: Don't defer call to dispose queue objects when finalizing domainIgnacio Etcheverry2018-01-261-5/+7
* Mono: Fix NodePath and RID bindingsIgnacio Etcheverry2018-01-254-43/+141
* doc: Sync with current sourceRémi Verschelde2018-01-253-3/+3
* Merge pull request #16016 from neikeq/issue-13316Ignacio Etcheverry2018-01-241-2/+7
|\
| * Fix CSharpInstance::call not initializing CallErrorIgnacio Etcheverry2018-01-241-2/+7
* | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-232-2/+2
* | Merge pull request #15972 from akien-mga/mono-warningRémi Verschelde2018-01-222-1/+93
|\ \
| * | Mono: Display opt-out warning in editor about WIP statusRémi Verschelde2018-01-222-1/+93
* | | RID cached class was wrong (mono)Paul Joannon2018-01-221-1/+1
|/ /
* | fix GDMonoProperty::set_valuePaul Joannon2018-01-211-1/+1
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-182-2/+2
* | remove c#7 features for compatibility with 2015 Build ToolsKelly Thomas2018-01-181-2/+2
* | remove an unneeded marshalling functionPaul Joannon2018-01-182-11/+6
* | fix marshalling when a function is returning an object from c#Paul Joannon2018-01-181-4/+4
|/
* doc: Update version string in XMLRémi Verschelde2018-01-133-3/+3
* Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-124-6/+38
* Mono: Fix starting MonoDevelop process from the wrong appdomainIgnacio Etcheverry2018-01-121-0/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Merge pull request #15537 from PJB3005/18-01-09-fix-color-string-constructor-...Rémi Verschelde2018-01-101-13/+13
|\
| * Fixes Mono color creation from string.Pieter-Jan Briers2018-01-101-13/+13
* | Mono: Some fixes for #15463Ignacio Etcheverry2018-01-093-5/+5
|/
* Merge pull request #15463 from neikeq/the-stack-frame-madnessRémi Verschelde2018-01-099-25/+254
|\
| * External editor fixesIgnacio Etcheverry2018-01-091-1/+6
| * Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-098-24/+248
* | Mono: Fix iteration order of object types when generating bindingsIgnacio Etcheverry2018-01-092-30/+31
|/
* Fix build of GDMonoFieldRémi Verschelde2018-01-061-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0552-2/+54
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-0420-169/+690
* Update copyright statements to 2018Rémi Verschelde2018-01-0152-104/+104
* Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry2018-01-014-18/+30
* Mono: Script lifetime fixesIgnacio Etcheverry2018-01-017-40/+89
* Mono: Bindings no longer relie on DocData for accessorsIgnacio Etcheverry2017-12-291-49/+48