Age | Commit message (Expand) | Author |
2019-02-27 | Fix -Wsuggest-attribute=format warnings. | marxin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-19 | C#: Add 'Singleton' property to singleton wrapper class | Ignacio Etcheverry |
2019-02-09 | Use script instance binding for objects constructed from C# | Ignacio Etcheverry |
2019-01-18 | C# Bindings Generator: Fix vararg methods with custom return type | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-08 | Improve the C# API projects generation | 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-07 | C# bindings generator fixes | Ignacio Etcheverry |
2018-10-03 | Fix GCC compiler warning in mono module | 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 | Cleanup of c# api files and bindings generator | Ignacio Etcheverry |
2018-08-27 | C# generated classes ignore warning CS1591 and cleanup | Ignacio Etcheverry |
2018-08-25 | Added Collections namespace to Array & Dictionary | exts |
2018-08-17 | Mono: Improve C# core files (glue/cs_files) buildsystem | Ignacio Etcheverry |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-ext | Ignacio Etcheverry |
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-18 | Make C# bindings generator ignore disabled classes | Ignacio Etcheverry |
2018-04-28 | Mono: BindingsGenerator enum fixes | Ignacio Etcheverry |
2018-04-24 | Mono: Fix '!t' error messages when generating bindings | Ignacio Etcheverry |
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 | Mono: Fix bindings for parameters in vararg methods | Ignacio Etcheverry |
2018-02-18 | Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcase | 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-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-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-09 | Mono: Fix iteration order of object types when generating bindings | Ignacio Etcheverry |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
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-24 | Mono: Make the bindings generator output enums | Ignacio Etcheverry |
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-10-29 | Fix regression from #12473 and #12388 | Ignacio Etcheverry |
2017-10-29 | BindingsGenerator cleanup and improved error messages | Ignacio Etcheverry |
2017-10-24 | Exit after generating mono glue | Ignacio Etcheverry |
2017-10-23 | Mono: Prevent raising exceptions in native code | Ignacio Etcheverry |
2017-10-16 | Improve signature of signal target generated function | Ignacio Etcheverry |