summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/bindings_generator.h
Commit message (Expand)AuthorAgeFilesLines
* Add C# support for bitfield enums (flags)Raul Santos2022-07-061-0/+1
* Make enum/constant binds 64-bit.bruvzg2022-06-171-2/+2
* Generate typed array parameters in C# bindingsRaul Santos2022-06-031-0/+6
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Support static methods in C# bindings generatorRaul Santos2022-03-221-0/+5
* Refactor `bbcode_to_xml` into multiple specific methodsRaul Santos2022-03-031-0/+8
* Support signals in C# documentationRaul Santos2022-02-101-2/+22
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-1/+1
* Fix PackedInt64Array typo in bindings_generator.hRaul Santos2021-09-031-1/+1
* C#: Fix bindings generator for Callable argument default valueIgnacio Roldán Etcheverry2021-08-201-0/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-15/+15
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-5/+5
* Add C# array features from core PackedArraysAaron Franke2021-02-161-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-3/+3
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Added tests for ClassDBIgnacio Etcheverry2020-05-161-59/+81
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-64/+29
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-1/+1
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-1/+48
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-281-2/+2
* Make C# internal calls return structs as ref parametersIgnacio Etcheverry2019-11-151-4/+23
* Mono: Don't compare API hashes on release buildsIgnacio Etcheverry2019-09-281-1/+1
* Improve C# bindings generator errors for default param valuesIgnacio Etcheverry2019-09-241-3/+9
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-1/+1
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-4/+4
* C#: Implement ScriptInstance::to_stringIgnacio Etcheverry2019-05-241-0/+4
* C#: Generate the correct integer and floating point typesIgnacio Etcheverry2019-04-271-4/+27
* C#: Mark generated property accessor methods as ObsoleteIgnacio Etcheverry2019-04-251-0/+4
* C# bindings generator cleanupIgnacio Etcheverry2019-04-251-20/+13
* Use StringBuilder in C# bindings generatorIgnacio Etcheverry2019-04-191-5/+6
* EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry2019-03-291-0/+11
* C#: Bindings generator now translates BBCode docs to XML commentsIgnacio Etcheverry2019-03-231-2/+20
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-2/+4
* Fix prefix erasing for the generated C# enum constantsIgnacio Etcheverry2018-10-181-3/+5
* C#: Optimize struct marshallingIgnacio Etcheverry2018-10-171-7/+14
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* C#: Fix cs_files glue mismatch bugIgnacio Etcheverry2018-09-121-1/+0
* Cleanup of c# api files and bindings generatorIgnacio Etcheverry2018-09-121-5/+0
* C# generated classes ignore warning CS1591 and cleanupIgnacio Etcheverry2018-08-271-9/+2
* Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-281-8/+35