summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2018-02-16Makes project manager never initialize mono debug.Pieter-Jan Briers
2018-02-14Merge pull request #15574 from paulloz/mono-build-project-buttonRémi Verschelde
2018-02-14Merge pull request #16331 from Benjamin-Dobell/pull/fix-pkgconfig-monoRémi Verschelde
2018-02-10Add and use mono build variables with cloned environment.Jonathan Tinkham
2018-02-03Fix pkgconfig detection of monoBenjamin Dobell
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #16258 from NathanWarden/fix_mono_decimals_methodRémi Verschelde
2018-02-01Merge pull request #16205 from neikeq/issue-15053Rémi Verschelde
2018-02-01Merge pull request #16002 from bruvzg/mono_loading_form_resRémi Verschelde
2018-01-31Fix an infinite recursion in the Mathf.Decimals method when using floats.Nathan Warden
2018-01-31Mono: Allow loading `mscorlib` from resources.bruvzg
2018-01-30Added async and await as C# keywords.Nathan Warden
2018-01-30Mono: Remove automatic script multilevel callsIgnacio Etcheverry
2018-01-27Merge pull request #16118 from neikeq/i-dont-know-what-to-write-here-anymoreRémi Verschelde
2018-01-27Mono: Fix method_bind fields being generated as instance membersIgnacio Etcheverry
2018-01-27Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry
2018-01-26Mono: Don't defer call to dispose queue objects when finalizing domainIgnacio Etcheverry
2018-01-25Mono: Fix NodePath and RID bindingsIgnacio Etcheverry
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-24Merge pull request #16016 from neikeq/issue-13316Ignacio Etcheverry
2018-01-24Fix CSharpInstance::call not initializing CallErrorIgnacio Etcheverry
2018-01-23SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon
2018-01-22Merge pull request #15972 from akien-mga/mono-warningRémi Verschelde
2018-01-22Mono: Display opt-out warning in editor about WIP statusRémi Verschelde
2018-01-22RID cached class was wrong (mono)Paul Joannon
2018-01-21fix GDMonoProperty::set_valuePaul Joannon
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18remove c#7 features for compatibility with 2015 Build ToolsKelly Thomas
2018-01-18remove an unneeded marshalling functionPaul Joannon
2018-01-18fix marshalling when a function is returning an object from c#Paul Joannon
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-12Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry
2018-01-12Mono: Fix starting MonoDevelop process from the wrong appdomainIgnacio Etcheverry
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-10Change 'Build Project' button style in Mono panelPaul Joannon
2018-01-10Merge pull request #15537 from PJB3005/18-01-09-fix-color-string-constructor-...Rémi Verschelde
2018-01-10Fixes Mono color creation from string.Pieter-Jan Briers
2018-01-09Mono: Some fixes for #15463Ignacio Etcheverry
2018-01-09Merge pull request #15463 from neikeq/the-stack-frame-madnessRémi Verschelde
2018-01-09Mono: Fix iteration order of object types when generating bindingsIgnacio Etcheverry
2018-01-09External editor fixesIgnacio Etcheverry
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry
2018-01-06Fix build of GDMonoFieldRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Mono: Add properties support in scriptsIgnacio Etcheverry
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry
2018-01-01Mono: Script lifetime fixesIgnacio Etcheverry
2017-12-29Mono: Bindings no longer relie on DocData for accessorsIgnacio Etcheverry
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar