summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev2018-04-031-6/+6
* Added wrap functions to C#Chaosus2018-03-261-0/+12
* Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2018-03-242-86/+110
* Merge pull request #17134 from aaronfranke/masterIgnacio Etcheverry2018-03-2412-292/+474
|\
| * Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke2018-03-2213-293/+475
* | Fix mono build properly!PJB30052018-03-191-1/+1
* | Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3Rémi Verschelde2018-03-191-1/+1
|\ \
| * | Fix Mono builds with Python 3.Pieter-Jan Briers2018-03-181-1/+1
* | | 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
| |/
* | Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry2018-03-161-0/+1
|\ \
| * | [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-03-021-0/+1
| |/
* | Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde2018-03-152-2/+25
|\ \
| * | Mono: Avoid invalid class names.Andreas Haas2018-03-152-2/+25
| |/
* | [mono] write classes with no constructor as abstractPaul Joannon2018-03-041-2/+3
* | [mono] rename functions to conform to PascalCasePaul Joannon2018-03-043-19/+19
|/
* More reliably find mscorlib.dll on LinuxHein-Pieter van Braam2018-02-271-2/+5
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-273-3/+3
* 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-273-12/+24
|\ \ | |/ |/|
| * Mono: Buildsystem improvementsIgnacio Etcheverry2018-01-123-12/+24
* | 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-2513-87/+397
* | | Merge pull request #16804 from Valentactive/fix_mono_template_compilingRémi Verschelde2018-02-252-8/+3
|\ \ \
| * | | fix release builds with monoMichele Valente2018-02-222-8/+3
* | | | Merge pull request #16981 from paulloz/mono-nested-exceptionsIgnacio Etcheverry2018-02-241-20/+39
|\ \ \ \
| * | | | [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-241-20/+39
| | |/ / | |/| |
* | | | Merge pull request #16986 from neikeq/issue-16983Ignacio Etcheverry2018-02-241-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry2018-02-241-3/+3
| |/ /
* / / Mono: Add project export pluginIgnacio Etcheverry2018-02-2212-56/+377
|/ /
* | Update warning about C# supportRémi Verschelde2018-02-211-3/+4
* | [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
* | doc: Update version string in headerRémi Verschelde2018-02-193-3/+3
* | Merge pull request #16326 from NathanWarden/fix_basis_monoIgnacio Etcheverry2018-02-182-6/+6
|\ \
| * | [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-022-6/+6
* | | 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
* | | | Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcaseIgnacio Etcheverry2018-02-181-1/+1
|\ \ \ \
| * | | | Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers2018-02-161-1/+1
| |/ / /
* | | | Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostringIgnacio Etcheverry2018-02-181-1/+2
|\ \ \ \
| * | | | Give C# NodePath a ToString().Pieter-Jan Briers2018-02-161-1/+2
| |/ / /
* | | | Merge pull request #16770 from paulloz/csharp-signal-attributeRémi Verschelde2018-02-179-3/+186
|\ \ \ \
| * | | | implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-174-8/+89
| * | | | add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-177-1/+103
| |/ / /
* / / / Mono: Fix build status iconsIgnacio Etcheverry2018-02-171-5/+3
|/ / /
* | | Merge pull request #15574 from paulloz/mono-build-project-buttonRémi Verschelde2018-02-141-1/+1
|\ \ \
| * | | Change 'Build Project' button style in Mono panelPaul Joannon2018-01-101-1/+1