summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-014-7/+7
* Merge pull request #16258 from NathanWarden/fix_mono_decimals_methodRémi Verschelde2018-02-011-1/+1
|\
| * Fix an infinite recursion in the Mathf.Decimals method when using floats.Nathan Warden2018-01-311-1/+1
* | Merge pull request #16205 from neikeq/issue-15053Rémi Verschelde2018-02-012-22/+9
|\ \
| * | Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-01-302-22/+9
| |/
* | Merge pull request #16002 from bruvzg/mono_loading_form_resRémi Verschelde2018-02-011-0/+31
|\ \
| * | Mono: Allow loading `mscorlib` from resources.bruvzg2018-01-311-0/+31
| |/
* / Added async and await as C# keywords.Nathan Warden2018-01-301-3/+7
|/
* 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
* Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-2710-296/+765
|\
| * Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-2410-296/+765
* | Merge pull request #14997 from neikeq/issue-14988Ignacio Etcheverry2017-12-244-7/+15
|\ \
| * | Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry2017-12-244-7/+15
| |/
* / Add more translatable text for editor plugins.geequlim2017-12-232-12/+12
|/
* Fix fatal mono logs not getting logged to disk.PJB30052017-12-191-1/+3
* Mono: Build in cloned env.Andreas Haas2017-12-121-9/+12