summaryrefslogtreecommitdiff
path: root/modules/mono/editor/bindings_generator.cpp
AgeCommit message (Expand)Author
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
2017-10-23Mono: Prevent raising exceptions in native codeIgnacio Etcheverry
2017-10-16Improve signature of signal target generated functionIgnacio Etcheverry
2017-10-16Merge pull request #12135 from neikeq/gIgnacio Etcheverry
2017-10-16Re-write SignalAwaiter implementationIgnacio Etcheverry
2017-10-09Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry