Age | Commit message (Expand) | Author |
2018-11-08 | Merge pull request #23505 from zorbathut/zorbathut/updateproject | Ignacio Etcheverry |
2018-11-08 | Merge pull request #23595 from neikeq/ff | Ignacio Etcheverry |
2018-11-08 | Fix assertion fail when loading assembly on project export | Ignacio Etcheverry |
2018-11-08 | Merge pull request #23583 from neikeq/ee | Ignacio Etcheverry |
2018-11-08 | Improve the C# API projects generation | Ignacio Etcheverry |
2018-11-05 | Fix false error when exporting enum in c# | Ryan Schmitt |
2018-11-04 | Add option for automatic project updating. | Ben Rog-Wilhelm |
2018-10-31 | Rename "Log*()" functions to "Push*()" in C# | Michael Alexsander Silva Dias |
2018-10-29 | Merge pull request #23345 from zorbathut/brogwilhelm/logfunctions/cs | Rémi Verschelde |
2018-10-28 | Fix C# parsing the full name of base types | Ignacio Etcheverry |
2018-10-25 | Add new log functions for C#. | Ben Rog-Wilhelm |
2018-10-25 | Merge pull request #23162 from neikeq/cc | Ignacio Etcheverry |
2018-10-25 | Parse C# script namespace and class | Ignacio Etcheverry |
2018-10-25 | Fix msvc warnings in mono module | Ignacio Etcheverry |
2018-10-25 | Do not generate API project GUIDs randomly | Ignacio Etcheverry |
2018-10-25 | Support globs in csproj includes | Ignacio Etcheverry |
2018-10-25 | C#: Fix crash when disposing Reference on domain finalize | Ignacio Etcheverry |
2018-10-22 | Fix internal assembly load from | Ignacio Etcheverry |
2018-10-21 | Removed undeclared and unused variable, which caused a compile error | Mads Ynddal |
2018-10-19 | Merge pull request #23128 from neikeq/bb | Ignacio Etcheverry |
2018-10-19 | Make sure API assemblies are up to date at startup | Ignacio Etcheverry |
2018-10-18 | Fix prefix erasing for the generated C# enum constants | Ignacio Etcheverry |
2018-10-17 | C#: Optimize struct marshalling | Ignacio Etcheverry |
2018-10-16 | C# API: Hide method bind fields from debugger | Ignacio Etcheverry |
2018-10-08 | Check if directory exists before trying to delete it | Ignacio Etcheverry |
2018-10-07 | Merge pull request #22808 from KellyThomas/vector-one | Rémi Verschelde |
2018-10-07 | Update class documentation xml | Kelly Thomas |
2018-10-07 | C# bindings generator fixes | Ignacio Etcheverry |
2018-10-07 | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde |
2018-10-06 | Mono: Fix crash on NodePath/RID disposal during Godot shutdown | Ignacio Etcheverry |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-10-05 | Merge pull request #22769 from neikeq/issue-22765 | Rémi Verschelde |
2018-10-05 | Fix C# API assembly build errors in generics | Ignacio Etcheverry |
2018-10-05 | Fix build error for windows mono export templates | Ignacio Etcheverry |
2018-10-05 | Merge pull request #22760 from zochris/loosen-generic-guard | Rémi Verschelde |
2018-10-05 | Merge pull request #22688 from neikeq/lotsofgoodies | Rémi Verschelde |
2018-10-05 | loosen generic guard on method for ResourceLoader | zochris |
2018-10-05 | loosen generic guard on Node extension methods | zochris |
2018-10-03 | Mono: Editor and export template dependencies and fixes | Ignacio Etcheverry |
2018-10-03 | Merge pull request #22653 from neikeq/mono-mod-fix-gcc-warnings | Rémi Verschelde |
2018-10-03 | Fix GCC compiler warning in mono module | Ignacio Etcheverry |
2018-09-27 | Mono: Fix not creating generic Array or Dictionary where expected | Ignacio Etcheverry |
2018-09-26 | Do not update cache if the C# API assembly is out of sync | Ignacio Etcheverry |
2018-09-17 | Fix missing mono internal call | Ignacio Etcheverry |
2018-09-17 | Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirrita... | Ignacio Etcheverry |
2018-09-17 | Mono: Fix opening code editors in OSX and cleanup | Ignacio Etcheverry |
2018-09-17 | Add some mono root dir hints to the build script | Ignacio Etcheverry |
2018-09-16 | Check for mono binary when finding version | Sophie Tauchert |
2018-09-15 | [Mono] implement Transform.InterpolateWith() | Kelly Thomas |