aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd
Commit message (Expand)AuthorAgeFilesLines
* Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry2018-06-051-0/+19
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-292-0/+9
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-6/+0
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-291-0/+6
|\
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+6
* | Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry2018-05-271-4/+5
|/
* Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-05-201-9/+16
* Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2018-03-241-4/+4
* Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry2018-03-182-15/+42
|\
| * Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-03-182-15/+42
* | [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-03-021-0/+1
|/
* Merge pull request #17075 from paulloz/fix-build-mono-debug-notoolsRémi Verschelde2018-02-271-1/+1
|\
| * fix build error when compiling with mono, tools=no, target=releasePaul Joannon2018-02-271-1/+1
* | Merge pull request #15641 from neikeq/mono-is-picky-regarding-corlib-so-we-mu...Rémi Verschelde2018-02-271-0/+3
|\ \ | |/ |/|
| * Mono: Buildsystem improvementsIgnacio Etcheverry2018-01-121-0/+3
* | Merge pull request #17046 from NathanWarden/fixed_mono_marshallingRémi Verschelde2018-02-261-1/+1
|\ \
| * | The marshalling in was also incorrect.Nathan Warden2018-02-261-1/+1
* | | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-253-30/+279
* | | [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-241-20/+39
|/ /
* | Mono: Add project export pluginIgnacio Etcheverry2018-02-224-49/+134
* | [mono] fix signals parameter retrievalPaul Joannon2018-02-211-5/+7
* | [Mono] Fixed "expression did not evaluate to a constant" compiler error for v...Nathan Warden2018-02-201-3/+4
* | Merge pull request #16326 from NathanWarden/fix_basis_monoIgnacio Etcheverry2018-02-181-3/+3
|\ \
| * | [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-021-3/+3
* | | Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fixIgnacio Etcheverry2018-02-181-16/+2
|\ \ \
| * | | Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-161-16/+2
| |/ /
* | | implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-172-0/+17
* | | add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-174-0/+37
|/ /
* | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-012-2/+2
* | Mono: Allow loading `mscorlib` from resources.bruvzg2018-01-311-0/+31
* | Mono: Don't defer call to dispose queue objects when finalizing domainIgnacio Etcheverry2018-01-261-5/+7
* | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-231-1/+1
* | RID cached class was wrong (mono)Paul Joannon2018-01-221-1/+1
* | fix GDMonoProperty::set_valuePaul Joannon2018-01-211-1/+1
* | remove an unneeded marshalling functionPaul Joannon2018-01-182-11/+6
|/
* Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-122-5/+27
* Mono: Some fixes for #15463Ignacio Etcheverry2018-01-092-4/+4
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-095-20/+99
* Fix build of GDMonoFieldRémi Verschelde2018-01-061-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0519-2/+21
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-0416-83/+517
* Update copyright statements to 2018Rémi Verschelde2018-01-0119-38/+38
* Mono: Script lifetime fixesIgnacio Etcheverry2018-01-012-2/+9
* Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-272-3/+3
|\
| * Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-242-3/+3
* | Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry2017-12-243-4/+12
|/
* Fix fatal mono logs not getting logged to disk.PJB30052017-12-191-1/+3
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry2017-11-182-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-175-20/+20