summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files
AgeCommit message (Expand)Author
2018-09-12Move modules/mono/glue/cs_files to modules/mono/glue/Managed/FilesIgnacio Etcheverry
2018-09-12Fix/workaround for issue #21667Ignacio Etcheverry
2018-09-12Cleanup of c# api files and bindings generatorIgnacio Etcheverry
2018-09-10[Mono] Various style changes and naming standardizationAaron Franke
2018-09-10[Mono] Tabs -> SpacesAaron Franke
2018-08-27Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quatIgnacio Etcheverry
2018-08-25Added Collections namespace to Array & Dictionaryexts
2018-08-24mono: Quat - add some missing constructors and methodsKelly Thomas
2018-08-23[Mono] Move several small related filesAaron Franke
2018-08-23[Mono] AABB - Position, Size, End setters, Rect2 - End setterKelly Thomas
2018-08-23Merge pull request #21240 from aaronfranke/mono-project-vectorRémi Verschelde
2018-08-22Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2Ignacio Etcheverry
2018-08-22[Mono] Vector2/3 Project methodsAaron Franke
2018-08-21Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde
2018-08-21Deprecate incorrect Color::gray()Rémi Verschelde
2018-08-21Rename Plane constants, add to MonoAaron Franke
2018-08-19mono: add Abs() to Rect2 and rename private fieldsKelly Thomas
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
2018-08-15mono: add constants to transform and vector structsKelly Thomas
2018-08-14Merge pull request #20890 from KellyThomas/mono-is-instance-validIgnacio Etcheverry
2018-08-14mono: add IsInstanceValid(), move WeakRef()Kelly Thomas
2018-08-13Merge pull request #20706 from mysticfall/issue-20705Ignacio Etcheverry
2018-08-04Add missing GetPtr() for Dictionary<> and Array<>Xavier Cho
2018-08-03Added generic method for ResourceLoader: Load<T>()exts
2018-07-27Add missing methods to Node class in the mono gluePaul Joannon
2018-07-25[Mono] Fix Color incorrect ordering of int export methods, added 64-bitAaron Franke
2018-07-25Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-extIgnacio Etcheverry
2018-07-23Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry
2018-07-21[Mono] Improvements to GD.cs: PascalCasing and real_tAaron Franke
2018-07-20Makes Mono bindings partial & adds GetNode<T>.Pieter-Jan Briers
2018-07-20Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry
2018-07-19Fix bug with Basis.Transposed()oisincar
2018-07-05Merge pull request #19231 from aaronfranke/mono-fposmod-to-modIgnacio Etcheverry
2018-06-27[Mono] Rename Fposmod to PosModAaron Franke
2018-06-24Lerp now consistent with Godot API. InverseLerp fixed.Nathan Warden
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-25Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde
2018-05-22mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas
2018-05-21Fix index out of range error in string.Extension()Kelly Thomas
2018-05-18Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde
2018-05-18Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry
2018-05-17mono: Plane, expose Normal, and DKelly Thomas
2018-05-17mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas
2018-05-17Mono: Basis constructor for euler parameterKelly Thomas
2018-05-15Set current SynchronizationContext before the game loop startsAdam Cigánek
2018-05-04round / ceil methods for c sharp vectorsKelly thomas
2018-04-17#18051: Fix indentation issues introduced during clean upXavier Cho
2018-04-17#18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho