summaryrefslogtreecommitdiff
path: root/modules/mono/editor/bindings_generator.cpp
AgeCommit message (Expand)Author
2019-03-29C#: Add DynamicGodotObject classIgnacio Etcheverry
2019-03-23C#: Bindings generator now translates BBCode docs to XML commentsIgnacio Etcheverry
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-19C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-01-18C# Bindings Generator: Fix vararg methods with custom return typeIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-08Improve the C# API projects generationIgnacio Etcheverry
2018-10-18Fix prefix erasing for the generated C# enum constantsIgnacio Etcheverry
2018-10-17C#: Optimize struct marshallingIgnacio Etcheverry
2018-10-16C# API: Hide method bind fields from debuggerIgnacio Etcheverry
2018-10-07C# bindings generator fixesIgnacio Etcheverry
2018-10-03Fix GCC compiler warning in mono moduleIgnacio Etcheverry
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-12C#: Fix cs_files glue mismatch bugIgnacio Etcheverry
2018-09-12Cleanup of c# api files and bindings generatorIgnacio Etcheverry
2018-08-27C# generated classes ignore warning CS1591 and cleanupIgnacio Etcheverry
2018-08-25Added Collections namespace to Array & Dictionaryexts
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-extIgnacio Etcheverry
2018-07-20Makes Mono bindings partial & adds GetNode<T>.Pieter-Jan Briers
2018-07-20Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry
2018-07-18Make C# bindings generator ignore disabled classesIgnacio Etcheverry
2018-04-28Mono: BindingsGenerator enum fixesIgnacio Etcheverry
2018-04-24Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry
2018-03-04[mono] write classes with no constructor as abstractPaul Joannon
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-02-24Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry
2018-02-18Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcaseIgnacio Etcheverry
2018-02-16Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers
2018-02-16Give C# NodePath a ToString().Pieter-Jan Briers
2018-01-27Mono: Fix method_bind fields being generated as instance membersIgnacio Etcheverry
2018-01-25Mono: Fix NodePath and RID bindingsIgnacio Etcheverry
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-09Mono: Fix iteration order of object types when generating bindingsIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry
2018-01-01Mono: Script lifetime fixesIgnacio Etcheverry
2017-12-29Mono: Bindings no longer relie on DocData for accessorsIgnacio Etcheverry
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-11-25Fix mono build after bc2e8d99Rémi Verschelde
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-15doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-10-29Fix regression from #12473 and #12388Ignacio Etcheverry
2017-10-29BindingsGenerator cleanup and improved error messagesIgnacio Etcheverry
2017-10-24Exit after generating mono glueIgnacio Etcheverry