aboutsummaryrefslogtreecommitdiff
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* [Mono] Improve MathfChaosus2018-04-153-33/+91
* [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev2018-04-151-6/+6
* Fixed _issue_activated to take the correct issue id from the listNikodem Lokatelj2018-04-151-2/+7
* Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2018-04-152-21/+15
* Added wrap functions to C#Chaosus2018-04-151-0/+12
* Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-04-152-15/+42
* Mono: Avoid invalid class names.Andreas Haas2018-04-152-2/+25
* Fix a merge errorHein-Pieter van Braam2018-04-151-1/+1
* Mono: Add project export pluginIgnacio Etcheverry2018-04-1512-51/+403
* [mono] write classes with no constructor as abstractPaul Joannon2018-04-141-2/+3
* [mono] rename functions to conform to PascalCasePaul Joannon2018-04-142-18/+18
* Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2018-04-141-82/+106
* Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke2018-04-1413-289/+471
* More reliably find mscorlib.dll on LinuxHein-Pieter van Braam2018-02-271-2/+5
* Deprecate a typo for a new method introduced in 3.0.1Hein-Pieter van Braam2018-02-273-3/+3
* Revert "[Mono] Basis values now marshalled in the correct order."Hein-Pieter van Braam2018-02-272-6/+6
* Revert "The marshalling in was also incorrect."Hein-Pieter van Braam2018-02-271-1/+1
* Mono: Buildsystem improvementsIgnacio Etcheverry2018-02-273-12/+24
* fix release builds with monoMichele Valente2018-02-272-8/+3
* fix build error when compiling with mono, tools=no, target=releasePaul Joannon2018-02-271-1/+1
* [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-261-20/+39
* Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry2018-02-261-3/+3
* The marshalling in was also incorrect.Nathan Warden2018-02-261-1/+1
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-2612-87/+394
* Update warning about C# supportRémi Verschelde2018-02-211-3/+4
* [Mono] Fixed "expression did not evaluate to a constant" compiler error for v...Nathan Warden2018-02-211-3/+4
* Mono: Fix build status iconsIgnacio Etcheverry2018-02-191-5/+3
* implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-194-8/+89
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-197-1/+103
* Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-191-16/+2
* Give C# NodePath a ToString().Pieter-Jan Briers2018-02-191-1/+2
* Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers2018-02-191-1/+1
* Add and use mono build variables with cloned environment.Jonathan Tinkham2018-02-191-2/+2
* Fix pkgconfig detection of monoBenjamin Dobell2018-02-191-0/+1
* [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-192-6/+6
* Change 'Build Project' button style in Mono panelPaul Joannon2018-02-191-1/+1
* Added async and await as C# keywords.Nathan Warden2018-02-051-3/+7
* Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-02-052-22/+9
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-044-7/+7
* Fix an infinite recursion in the Mathf.Decimals method when using floats.Nathan Warden2018-02-041-1/+1
* 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
|\ \