summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue/cs_files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quatIgnacio Etcheverry2018-08-272-29/+70
|\
| * mono: Quat - add some missing constructors and methodsKelly Thomas2018-08-242-29/+70
* | Added Collections namespace to Array & Dictionaryexts2018-08-253-2/+3
* | [Mono] Move several small related filesAaron Franke2018-08-2314-50/+48
* | [Mono] AABB - Position, Size, End setters, Rect2 - End setterKelly Thomas2018-08-232-103/+98
* | Merge pull request #21240 from aaronfranke/mono-project-vectorRémi Verschelde2018-08-232-0/+10
|\ \
| * | [Mono] Vector2/3 Project methodsAaron Franke2018-08-222-0/+10
* | | Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2Ignacio Etcheverry2018-08-221-57/+64
|\ \ \ | |/ / |/| |
| * | mono: add Abs() to Rect2 and rename private fieldsKelly Thomas2018-08-191-57/+64
| |/
* | Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde2018-08-211-0/+9
|\ \
| * | Rename Plane constants, add to MonoAaron Franke2018-08-211-0/+9
| |/
* / Deprecate incorrect Color::gray()Rémi Verschelde2018-08-211-5/+0
|/
* Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry2018-08-171-1/+0
* mono: add constants to transform and vector structsKelly Thomas2018-08-155-51/+65
* Merge pull request #20890 from KellyThomas/mono-is-instance-validIgnacio Etcheverry2018-08-143-6/+18
|\
| * mono: add IsInstanceValid(), move WeakRef()Kelly Thomas2018-08-143-6/+18
* | Merge pull request #20706 from mysticfall/issue-20705Ignacio Etcheverry2018-08-132-0/+10
|\ \ | |/ |/|
| * Add missing GetPtr() for Dictionary<> and Array<>Xavier Cho2018-08-042-0/+10
* | Added generic method for ResourceLoader: Load<T>()exts2018-08-032-0/+15
|/
* Add missing methods to Node class in the mono gluePaul Joannon2018-07-272-1/+36
* [Mono] Fix Color incorrect ordering of int export methods, added 64-bitAaron Franke2018-07-252-11/+74
* Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-extIgnacio Etcheverry2018-07-251-0/+10
|\
| * Makes Mono bindings partial & adds GetNode<T>.Pieter-Jan Briers2018-07-202-1/+11
* | Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry2018-07-233-24/+741
|\ \
| * | Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry2018-07-203-24/+741
| |/
* | [Mono] Improvements to GD.cs: PascalCasing and real_tAaron Franke2018-07-212-16/+21
* | Fix bug with Basis.Transposed()oisincar2018-07-191-9/+9
|/
* Merge pull request #19231 from aaronfranke/mono-fposmod-to-modIgnacio Etcheverry2018-07-052-11/+27
|\
| * [Mono] Rename Fposmod to PosModAaron Franke2018-06-272-11/+27
* | Lerp now consistent with Godot API. InverseLerp fixed.Nathan Warden2018-06-241-2/+2
|/
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+9
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-9/+0
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+9
* Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde2018-05-254-5/+17
|\
| * mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas2018-05-224-5/+17
* | Fix index out of range error in string.Extension()Kelly Thomas2018-05-211-1/+1
|/
* Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde2018-05-181-0/+20
|\
| * Mono: Basis constructor for euler parameterKelly Thomas2018-05-171-0/+20
* | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry2018-05-181-4/+22
|\ \
| * | mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-05-171-4/+22
| |/
* / mono: Plane, expose Normal, and DKelly Thomas2018-05-171-38/+44
|/
* Set current SynchronizationContext before the game loop startsAdam Cigánek2018-05-151-1/+1
* 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