Age | Commit message (Expand) | Author |
2018-04-28 | Mono: BindingsGenerator enum fixes | Ignacio Etcheverry |
2018-04-24 | Merge pull request #18399 from neikeq/u | Ignacio Etcheverry |
2018-04-24 | Mono: Fix '!t' error messages when generating bindings | Ignacio Etcheverry |
2018-04-09 | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated | Ignacio Etcheverry |
2018-03-30 | Fixed _issue_activated to take the correct issue id from the list | Nikodem Lokatelj |
2018-03-27 | Move GodotSharp and MonoBuildTab member variables to initializer list | Wilson E. Alvarez |
2018-03-04 | [mono] write classes with no constructor as abstract | Paul Joannon |
2018-02-25 | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry |
2018-02-24 | Merge pull request #16986 from neikeq/issue-16983 | Ignacio Etcheverry |
2018-02-24 | Mono: Fix bindings for parameters in vararg methods | Ignacio Etcheverry |
2018-02-22 | Mono: Add project export plugin | Ignacio Etcheverry |
2018-02-21 | Update warning about C# support | Rémi Verschelde |
2018-02-18 | Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcase | Ignacio Etcheverry |
2018-02-18 | Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostring | Ignacio Etcheverry |
2018-02-17 | Mono: Fix build status icons | Ignacio Etcheverry |
2018-02-16 | Makes NodePath and RID follow PascalCase in C#. | Pieter-Jan Briers |
2018-02-16 | Give C# NodePath a ToString(). | Pieter-Jan Briers |
2018-02-14 | Merge pull request #15574 from paulloz/mono-build-project-button | Rémi Verschelde |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic |
2018-01-27 | Mono: Fix method_bind fields being generated as instance members | Ignacio Etcheverry |
2018-01-25 | Mono: Fix NodePath and RID bindings | Ignacio Etcheverry |
2018-01-22 | Mono: Display opt-out warning in editor about WIP status | Rémi Verschelde |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-12 | Mono: Fix starting MonoDevelop process from the wrong appdomain | Ignacio Etcheverry |
2018-01-10 | Change 'Build Project' button style in Mono panel | Paul Joannon |
2018-01-09 | Merge pull request #15463 from neikeq/the-stack-frame-madness | Rémi Verschelde |
2018-01-09 | Mono: Fix iteration order of object types when generating bindings | Ignacio Etcheverry |
2018-01-09 | External editor fixes | Ignacio Etcheverry |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Mono: Add properties support in scripts | Ignacio Etcheverry |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Mono: Change BindingsGenerator singleton to avoid StringName leaks | Ignacio Etcheverry |
2018-01-01 | Mono: Script lifetime fixes | Ignacio Etcheverry |
2017-12-29 | Mono: Bindings no longer relie on DocData for accessors | Ignacio Etcheverry |
2017-12-27 | Merge pull request #14996 from neikeq/enums-mono | Noshyaar |
2017-12-24 | Merge pull request #14997 from neikeq/issue-14988 | Ignacio Etcheverry |
2017-12-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry |
2017-12-24 | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry |
2017-12-23 | Add more translatable text for editor plugins. | geequlim |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-11-25 | Fix mono build after bc2e8d99 | Rémi Verschelde |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-15 | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde |
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause |
2017-11-10 | Remove preprocessor directives from macro arguments | Matthias Hoelzl |
2017-11-09 | Fixed editor settings disappearing. | Daniel J. Ramirez |
2017-11-05 | Merge pull request #12642 from BrainBlasted/fix_msbuild_unix | Rémi Verschelde |
2017-11-05 | Convert DOS line endings to Unix line endings | Rémi Verschelde |
2017-11-04 | Added for fallback msbuild.exe. | BrainBlasted |
2017-10-31 | Merge pull request #12535 from neikeq/wtf··· | Ignacio Etcheverry |