aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/Basis.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas2018-05-221-3/+3
* Mono: Basis constructor for euler parameterKelly Thomas2018-05-171-0/+20
* #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-171-5/+5
* #18051: Use array initializer when applicableXavier Cho2018-04-171-4/+2
* #18051: Remove redundant parenthesisXavier Cho2018-04-171-5/+5
* #18051: Use 'var' when applicableXavier Cho2018-04-171-11/+11
* #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-171-50/+53
* [Mono] Improve MathfChaosus2018-04-131-2/+2
* [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev2018-04-031-6/+6
* Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2018-03-241-82/+106
* Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke2018-03-221-73/+80
* [Mono] Basis values now marshalled in the correct order.Nathan Warden2018-02-021-3/+3
* Mono: Use PascalCase in core types.Andreas Haas2017-11-211-46/+46
* Apply a few recent chages in Quat and Basis to their respective Mono counterp...Ferenc Arn2017-10-091-16/+61
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+475