Age | Commit message (Expand) | Author |
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 |
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli |
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files | Ignacio Etcheverry |
2018-09-12 | Mono: Fix build regression due to wrong return type | Ignacio Etcheverry |
2018-09-12 | C#: Fix explicit enum values when exporting member | Ignacio Etcheverry |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-12 | C#: Fix cs_files glue mismatch bug | Ignacio Etcheverry |
2018-09-12 | Fix/workaround for issue #21667 | Ignacio Etcheverry |
2018-09-12 | Add some mono root hint dirs for OSX | Ignacio Etcheverry |
2018-09-12 | Allow special characters in C# glue files | Ignacio Etcheverry |
2018-09-12 | Cleanup of c# api files and bindings generator | Ignacio Etcheverry |
2018-09-10 | [Mono] Various style changes and naming standardization | Aaron Franke |
2018-09-10 | [Mono] Tabs -> Spaces | Aaron Franke |
2018-08-27 | Merge pull request #21497 from neikeq/hm | Ignacio Etcheverry |
2018-08-27 | C# generated classes ignore warning CS1591 and cleanup | Ignacio Etcheverry |
2018-08-27 | Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat | Ignacio Etcheverry |
2018-08-26 | Merge pull request #21423 from exts/mono/collections | Ignacio Etcheverry |
2018-08-25 | Added Collections namespace to Array & Dictionary | exts |
2018-08-25 | Merge pull request #16927 from neikeq/rework-refcount-notify | Juan Linietsky |
2018-08-24 | Merge pull request #20717 from PJB3005/18-08-04-godot-exceptions | Ignacio Etcheverry |
2018-08-24 | Merge pull request #20707 from aaronfranke/mono-combine | Ignacio Etcheverry |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-24 | mono: Quat - add some missing constructors and methods | Kelly Thomas |