aboutsummaryrefslogtreecommitdiff
path: root/modules/mono (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0710-14/+14
* Improve slang, especially in user-visible partsUnknown2017-12-051-2/+1
* Exported variables now show in the correct order.Nathan Warden2017-12-021-2/+2
* Fix mono build after bc2e8d99Rémi Verschelde2017-11-251-2/+2
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-243-3/+3
* Mono: Use PascalCase in core types.Andreas Haas2017-11-2113-483/+483
* Add cartesian to polar conversion functionspablotato2017-11-201-0/+10
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-201-9/+3
|\