aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/glue
Commit message (Expand)AuthorAgeFilesLines
* round / ceil methods for c sharp vectorsKelly thomas2018-05-042-0/+15
* #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-176-16/+16
* #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-177-22/+22
* #18051: Use common name for Color type argumentXavier Cho2018-04-171-5/+5
* #18051: Remove redundant verbatim prefixesXavier Cho2018-04-172-3/+3
* #18051: Use default parameter valueXavier Cho2018-04-171-1/+1
* #18051: Use array initializer when applicableXavier Cho2018-04-171-4/+2
* #18051: Remove redundant parenthesisXavier Cho2018-04-1713-91/+94
* #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-175-11/+7
* #18051: Use 'var' when applicableXavier Cho2018-04-1714-109/+109
* #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-1719-281/+211
* Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-171-5/+0
* [Mono] Improve MathfChaosus2018-04-133-33/+91
* [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-241-82/+106
* Merge pull request #17134 from aaronfranke/masterIgnacio Etcheverry2018-03-2412-288/+470
|\
| * Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke2018-03-2213-289/+471
* | [mono] rename functions to conform to PascalCasePaul Joannon2018-03-043-19/+19
|/
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-0/+1
* 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
* | add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-0/+12
|/
* Fix an infinite recursion in the Mathf.Decimals method when using floats.Nathan Warden2018-01-311-1/+1
* Mono: Fix NodePath and RID bindingsIgnacio Etcheverry2018-01-252-6/+71
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* remove c#7 features for compatibility with 2015 Build ToolsKelly Thomas2018-01-181-2/+2
* Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-121-0/+6
* Fixes Mono color creation from string.Pieter-Jan Briers2018-01-101-13/+13
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-0/+77
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Script lifetime fixesIgnacio Etcheverry2018-01-011-3/+5
* Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-244-60/+11
* Improve slang, especially in user-visible partsUnknown2017-12-051-2/+1
* Mono: Use PascalCase in core types.Andreas Haas2017-11-2113-483/+483
* Add cartesian to polar conversion functionspablotato2017-11-201-0/+10
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-22/+22
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-1/+1
* Convert DOS line endings to Unix line endingsRémi Verschelde2017-11-056-1279/+1279
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-3/+1
* Apply a few recent chages in Quat and Basis to their respective Mono counterp...Ferenc Arn2017-10-093-19/+70
* Added mono moduleIgnacio Etcheverry2017-10-0325-0/+5660