Age | Commit message (Expand) | Author |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
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 |
2018-07-18 | Merge pull request #20253 from neikeq/nobranchnameideasfeelsbadman | Ignacio Etcheverry |
2018-07-18 | Make C# bindings generator ignore disabled classes | Ignacio Etcheverry |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-07-10 | Added path for Mono installed through Homebrew | Mads Ynddal |
2018-07-05 | Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod | Ignacio Etcheverry |
2018-07-04 | Merge pull request #19872 from exts/export_signals | Ignacio Etcheverry |
2018-07-04 | Merge pull request #19756 from NathanWarden/mono_lerp_fixes | Ignacio Etcheverry |
2018-07-04 | Mono: Fix build script not decoding process utf-8 output | Ignacio Etcheverry |
2018-07-03 | Mono: Fixes annotated signal loading in exported binaries | = |
2018-07-04 | Merge pull request #16987 from neikeq/pending-exceptions | Ignacio Etcheverry |
2018-07-04 | Mono: Pending exceptions and cleanup | Ignacio Etcheverry |
2018-07-04 | Changes to default C# script template (#19940) | Kelly Thomas |
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner |
2018-06-30 | convert unicode mono root path to ascii string | Kelly Thomas |
2018-06-27 | [Mono] Rename Fposmod to PosMod | Aaron Franke |
2018-06-24 | Lerp now consistent with Godot API. InverseLerp fixed. | Nathan Warden |
2018-06-22 | Merge pull request #19016 from neikeq/w | Ignacio Etcheverry |
2018-06-22 | Mono: Module build improvements | Ignacio Etcheverry |
2018-06-11 | Small changes to the comments in the script templates. | Michael Alexsander Silva Dias |
2018-06-06 | allow undefined GODOT_DEBUG_MSBUILD environment variable | Kelly Thomas |
2018-06-05 | Merge pull request #19387 from neikeq/y | Ignacio Etcheverry |
2018-06-05 | Mono: Add 'View log' button to open the MSBuild log of a build | Ignacio Etcheverry |
2018-06-05 | Mono: Fix passing wrong logger assembly path to MSBuild | Ignacio Etcheverry |
2018-06-05 | Mono: Null checks when marshaling from MonoArray* and managed Dictionary | Ignacio Etcheverry |
2018-06-05 | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-mono | Rémi Verschelde |
2018-06-01 | Fix Mono static linking on Mingw | Hein-Pieter van Braam |
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde |
2018-05-29 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner |
2018-05-27 | Mono: Fix MonoImage filename being set to an invalid path | Ignacio Etcheverry |
2018-05-26 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli |
2018-05-26 | Refactor RPCMode enum and checks | Fabio Alessandrelli |
2018-05-25 | Merge pull request #19074 from cart/optimize-mono-pool-marshal | Ignacio Etcheverry |
2018-05-25 | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectors | Rémi Verschelde |
2018-05-24 | Merge pull request #19149 from neikeq/x | Ignacio Etcheverry |
2018-05-24 | Mono: Improve 'script class not found' error | Ignacio Etcheverry |
2018-05-23 | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias |
2018-05-22 | mono: add Slerp method to vector classes, expose Cross method for Vector2, an... | Kelly Thomas |
2018-05-21 | Fix index out of range error in string.Extension() | Kelly Thomas |
2018-05-20 | Reduce allocations when converting mono arrays to pool arrays | Carter Anderson |
2018-05-18 | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde |
2018-05-18 | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry |
2018-05-17 | mono: Plane, expose Normal, and D | Kelly Thomas |
2018-05-17 | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas |