Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext | Ignacio Etcheverry | |
Makes Mono binding classes partial & adds GetNode<T>. | |||
2018-07-23 | Merge pull request #15880 from neikeq/better-collections | Ignacio Etcheverry | |
Mono: Add Dictionary and Array classes | |||
2018-07-21 | [Mono] Improvements to GD.cs: PascalCasing and real_t | Aaron Franke | |
[Mono] Improvements to GD.cs: PascalCasing and real_t | |||
2018-07-20 | Makes Mono bindings partial & adds GetNode<T>. | Pieter-Jan Briers | |
2018-07-20 | Add Array and Dictionary wrapper classes to C# | Ignacio Etcheverry | |
2018-07-19 | Fix bug with Basis.Transposed() | oisincar | |
Fix bug where Basis.Transposed() incorrectly updated local basis, and returned an unmodified copy. This also fixes Transform.Inverse(). | |||
2018-07-05 | Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod | Ignacio Etcheverry | |
[Mono] Rename Fposmod to PosMod, fix output | |||
2018-06-27 | [Mono] Rename Fposmod to PosMod | Aaron Franke | |
[Mono] Rename Fposmod to PosMod | |||
2018-06-24 | Lerp now consistent with Godot API. InverseLerp fixed. | Nathan Warden | |
2018-05-29 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | |
2018-05-26 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | |
2018-05-25 | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectors | Rémi Verschelde | |
mono: Add Slerp method to vector classes, expose Cross method for Vector2 | |||
2018-05-22 | mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵ | Kelly Thomas | |
and fix unnecessary casts in Basis | |||
2018-05-21 | Fix index out of range error in string.Extension() | Kelly Thomas | |
2018-05-18 | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde | |
Mono: Basis constructor for euler parameter | |||
2018-05-18 | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry | |
mono: New Color methods: Darkened, Lightened and ToRgba32 | |||
2018-05-17 | mono: Plane, expose Normal, and D | Kelly Thomas | |
2018-05-17 | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas | |
2018-05-17 | Mono: Basis constructor for euler parameter | Kelly Thomas | |
2018-05-16 | Merge pull request #18889 from madadam/async-await-fix | Ignacio Etcheverry | |
Set current SynchronizationContext before the game loop starts | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-15 | Set current SynchronizationContext before the game loop starts | Adam Cigánek | |
This fixes the problem that `SynchronizationContext.Current` would be null during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes. With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected. Fixes #18849 | |||
2018-05-04 | round / ceil methods for c sharp vectors | Kelly thomas | |
2018-04-17 | #18051: Fix indentation issues introduced during clean up | Xavier Cho | |
2018-04-17 | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | |
2018-04-17 | #18051: Use common name for Color type argument | Xavier Cho | |
2018-04-17 | #18051: Remove redundant verbatim prefixes | Xavier Cho | |
2018-04-17 | #18051: Use default parameter value | Xavier Cho | |
2018-04-17 | #18051: Use array initializer when applicable | Xavier Cho | |
2018-04-17 | #18051: Remove redundant parenthesis | Xavier Cho | |
2018-04-17 | #18051: Remove unnecessary variable assignments | Xavier Cho | |
2018-04-17 | #18051: Use 'var' when applicable | Xavier Cho | |
2018-04-17 | #18051: Remove redundant casts and 'using', 'else', 'this' statements | Xavier Cho | |
2018-04-17 | Remove duplicated declaration of RoundToInt() from Mathf | Xavier Cho | |
2018-04-13 | [Mono] Improve Mathf | Chaosus | |
2018-04-03 | [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we ↵ | Alexander Alekseev | |
most probably should keep C#6 yet | |||
2018-03-26 | Added wrap functions to C# | Chaosus | |
2018-03-24 | Fix mono basis GetEuler bug and marshalling/unmarshalling | Carter Anderson | |
2018-03-24 | Merge pull request #17134 from aaronfranke/master | Ignacio Etcheverry | |
[Mono] Replace float with real_t, other misc C# improvements | |||
2018-03-22 | Replace float with real_t, default Vectors, other misc C# improvements | Aaron Franke | |
Replace float with real_t in most files, defined at the top of each file via using. Objects such as Vector3 now accept doubles as inputs, and convert to real_t internally. I've added default Vectors such as Vector3.Zero. Other misc C# improvements such as Mathf.RoundToInt(). Color continues to use float only because high precision is not needed for 8-bit color math and to keep things simple. Everything seems to compile and work fine, but testing is requested, as this is the first time I've ever contributed to Godot. | |||
2018-03-04 | [mono] rename functions to conform to PascalCase | Paul Joannon | |
in: * StringExtensions.cs * Transform.cs | |||
2018-02-25 | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry | |
2018-02-18 | Merge pull request #16326 from NathanWarden/fix_basis_mono | Ignacio Etcheverry | |
[Mono] Basis values now marshalled in the correct order. | |||
2018-02-17 | add a [Signal] attribute to CSharpScripts | Paul Joannon | |
2018-02-02 | [Mono] Basis values now marshalled in the correct order. | Nathan Warden | |
2018-01-31 | Fix an infinite recursion in the Mathf.Decimals method when using floats. | Nathan Warden | |
2018-01-25 | Mono: Fix NodePath and RID bindings | Ignacio Etcheverry | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-18 | remove c#7 features for compatibility with 2015 Build Tools | Kelly Thomas | |
https://github.com/godotengine/godot/issues/15742 |