aboutsummaryrefslogtreecommitdiff
path: root/modules/mono (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 3.0.4Hein-Pieter van Braam2018-06-143-3/+3
* Fix some missed changes from a cherrypickHein-Pieter van Braam2018-06-131-7/+10
* Mono: Allow loading `mscorlib` from resources.bruvzg2018-06-131-10/+7
* Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
* Fix documentation version stringsHein-Pieter van Braam2018-06-013-3/+3
* round / ceil methods for c sharp vectorsKelly thomas2018-06-012-0/+15
* Set current SynchronizationContext before the game loop startsAdam Cigánek2018-06-011-1/+1
* fixes build error on Linux after its introduction in #18949Michele Valente2018-06-011-2/+2
* Mono: Project building fixesIgnacio Etcheverry2018-06-015-66/+146
* mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas2018-06-014-5/+17
* Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-06-011-9/+16
* Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-06-011-5/+12
* Mono: Basis constructor for euler parameterKelly Thomas2018-06-011-0/+20
* mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-06-011-4/+22
* mono: Plane, expose Normal, and DKelly Thomas2018-06-011-38/+44
* Fix index out of range error in string.Extension()Kelly Thomas2018-06-011-1/+1
* Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry2018-06-011-4/+5
* [mono] fix signals parameter retrievalPaul Joannon2018-05-161-5/+7
* Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry2018-05-131-0/+2
* Fix MSVC check when building with monoIgnacio Etcheverry2018-05-131-2/+2
* Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam2018-04-301-1/+1
* Add option to link mono statically on WindowsIgnacio Etcheverry2018-04-291-14/+28
* Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-291-5/+0
* [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-04-291-0/+1
* Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-292-93/+117
* #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-296-16/+16
* #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-297-22/+22
* #18051: Use common name for Color type argumentXavier Cho2018-04-291-5/+5
* #18051: Remove redundant verbatim prefixesXavier Cho2018-04-292-3/+3
* #18051: Use default parameter valueXavier Cho2018-04-291-1/+1
* #18051: Use array initializer when applicableXavier Cho2018-04-291-4/+2
* #18051: Remove redundant parenthesisXavier Cho2018-04-2913-91/+94
* #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-295-11/+7
* #18051: Use 'var' when applicableXavier Cho2018-04-2914-109/+109
* #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-2919-281/+211
* Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry2018-04-281-1/+1
* Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-281-10/+9
* Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-281-6/+14
* [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