| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat | Ignacio Etcheverry | 2018-08-27 | 2 | -29/+70 |
| |\ |
|
| | * | mono: Quat - add some missing constructors and methods | Kelly Thomas | 2018-08-24 | 2 | -29/+70 |
| * | | Added Collections namespace to Array & Dictionary | exts | 2018-08-25 | 3 | -2/+3 |
| * | | [Mono] Move several small related files | Aaron Franke | 2018-08-23 | 14 | -50/+48 |
| * | | [Mono] AABB - Position, Size, End setters, Rect2 - End setter | Kelly Thomas | 2018-08-23 | 2 | -103/+98 |
| * | | Merge pull request #21240 from aaronfranke/mono-project-vector | Rémi Verschelde | 2018-08-23 | 2 | -0/+10 |
| |\ \ |
|
| | * | | [Mono] Vector2/3 Project methods | Aaron Franke | 2018-08-22 | 2 | -0/+10 |
| * | | | Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2 | Ignacio Etcheverry | 2018-08-22 | 1 | -57/+64 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | mono: add Abs() to Rect2 and rename private fields | Kelly Thomas | 2018-08-19 | 1 | -57/+64 |
| | |/ |
|
| * | | Merge pull request #21253 from aaronfranke/plane-constants | Rémi Verschelde | 2018-08-21 | 1 | -0/+9 |
| |\ \ |
|
| | * | | Rename Plane constants, add to Mono | Aaron Franke | 2018-08-21 | 1 | -0/+9 |
| | |/ |
|
| * / | Deprecate incorrect Color::gray() | Rémi Verschelde | 2018-08-21 | 1 | -5/+0 |
| |/ |
|
| * | Mono: Improve C# core files (glue/cs_files) buildsystem | Ignacio Etcheverry | 2018-08-17 | 1 | -1/+0 |
| * | mono: add constants to transform and vector structs | Kelly Thomas | 2018-08-15 | 5 | -51/+65 |
| * | Merge pull request #20890 from KellyThomas/mono-is-instance-valid | Ignacio Etcheverry | 2018-08-14 | 3 | -6/+18 |
| |\ |
|
| | * | mono: add IsInstanceValid(), move WeakRef() | Kelly Thomas | 2018-08-14 | 3 | -6/+18 |
| * | | Merge pull request #20706 from mysticfall/issue-20705 | Ignacio Etcheverry | 2018-08-13 | 2 | -0/+10 |
| |\ \
| |/
|/| |
|
| | * | Add missing GetPtr() for Dictionary<> and Array<> | Xavier Cho | 2018-08-04 | 2 | -0/+10 |
| * | | Added generic method for ResourceLoader: Load<T>() | exts | 2018-08-03 | 2 | -0/+15 |
| |/ |
|
| * | Add missing methods to Node class in the mono glue | Paul Joannon | 2018-07-27 | 2 | -1/+36 |
| * | [Mono] Fix Color incorrect ordering of int export methods, added 64-bit | Aaron Franke | 2018-07-25 | 2 | -11/+74 |
| * | Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext | Ignacio Etcheverry | 2018-07-25 | 1 | -0/+10 |
| |\ |
|
| | * | Makes Mono bindings partial & adds GetNode<T>. | Pieter-Jan Briers | 2018-07-20 | 2 | -1/+11 |
| * | | Merge pull request #15880 from neikeq/better-collections | Ignacio Etcheverry | 2018-07-23 | 3 | -24/+741 |
| |\ \ |
|
| | * | | Add Array and Dictionary wrapper classes to C# | Ignacio Etcheverry | 2018-07-20 | 3 | -24/+741 |
| | |/ |
|
| * | | [Mono] Improvements to GD.cs: PascalCasing and real_t | Aaron Franke | 2018-07-21 | 2 | -16/+21 |
| * | | Fix bug with Basis.Transposed() | oisincar | 2018-07-19 | 1 | -9/+9 |
| |/ |
|
| * | Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod | Ignacio Etcheverry | 2018-07-05 | 2 | -11/+27 |
| |\ |
|
| | * | [Mono] Rename Fposmod to PosMod | Aaron Franke | 2018-06-27 | 2 | -11/+27 |
| * | | Lerp now consistent with Godot API. InverseLerp fixed. | Nathan Warden | 2018-06-24 | 1 | -2/+2 |
| |/ |
|
| * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+9 |
| * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 1 | -9/+0 |
| * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-26 | 1 | -0/+9 |
| * | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectors | Rémi Verschelde | 2018-05-25 | 4 | -5/+17 |
| |\ |
|
| | * | mono: add Slerp method to vector classes, expose Cross method for Vector2, an... | Kelly Thomas | 2018-05-22 | 4 | -5/+17 |
| * | | Fix index out of range error in string.Extension() | Kelly Thomas | 2018-05-21 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde | 2018-05-18 | 1 | -0/+20 |
| |\ |
|
| | * | Mono: Basis constructor for euler parameter | Kelly Thomas | 2018-05-17 | 1 | -0/+20 |
| * | | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry | 2018-05-18 | 1 | -4/+22 |
| |\ \ |
|
| | * | | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas | 2018-05-17 | 1 | -4/+22 |
| | |/ |
|
| * / | mono: Plane, expose Normal, and D | Kelly Thomas | 2018-05-17 | 1 | -38/+44 |
| |/ |
|
| * | Set current SynchronizationContext before the game loop starts | Adam Cigánek | 2018-05-15 | 1 | -1/+1 |
| * | round / ceil methods for c sharp vectors | Kelly thomas | 2018-05-04 | 2 | -0/+15 |
| * | #18051: Fix indentation issues introduced during clean up | Xavier Cho | 2018-04-17 | 6 | -16/+16 |
| * | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | 2018-04-17 | 7 | -22/+22 |
| * | #18051: Use common name for Color type argument | Xavier Cho | 2018-04-17 | 1 | -5/+5 |
| * | #18051: Remove redundant verbatim prefixes | Xavier Cho | 2018-04-17 | 2 | -3/+3 |
| * | #18051: Use default parameter value | Xavier Cho | 2018-04-17 | 1 | -1/+1 |
| * | #18051: Use array initializer when applicable | Xavier Cho | 2018-04-17 | 1 | -4/+2 |
| * | #18051: Remove redundant parenthesis | Xavier Cho | 2018-04-17 | 13 | -91/+94 |