summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/bindings_generator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-1/+2
|\
| * Add ReadOnlySpan API OverloadsDE YU2024-10-091-1/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+2
* C#: Make internal properties and property accessors public (but hidden)Raul Santos2024-03-291-0/+16
* C#: Add deprecated message to generated bindingsRaul Santos2024-02-231-1/+20
* Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-...Rémi Verschelde2023-09-261-0/+14
|\
| * C#: Generate and use compat methodsRaul Santos2023-09-191-0/+14
* | Merge pull request #80630 from Repiteo/C#-paramrefRémi Verschelde2023-08-161-1/+2
|\ \
| * | C#: paramref now properly tagged in documentationThaddeus Crews2023-08-141-1/+2
| |/
* / Implement proxy_name for EnumInterfaceThaddeus Crews2023-08-141-1/+4
|/
* C#: Add hard-coded singletons to avoid breaking compatRaul Santos2023-08-061-0/+10
* C#: Generate instance types for singletonsRaul Santos2023-08-061-0/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-4/+5
* C#: Do not print errors about missing references to intentionally ignored mem...RedworkDE2023-03-241-0/+5
* C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-14/+59
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Cleanup Variant marshaling code in source/bindings generatorsIgnacio Roldán Etcheverry2022-12-021-2/+7
* C#: Assume 64-bit types when type has no metaRaul Santos2022-09-011-0/+1
* C#: Add dedicated Variant struct, replacing System.ObjectIgnacio Roldán Etcheverry2022-08-221-1/+1
* C#: Static marshaling for bindings and source generatorsIgnacio Roldán Etcheverry2022-08-221-0/+16
* C#: Code cleanup and greatly reduce use of C# pointersIgnacio Roldán Etcheverry2022-08-221-5/+18
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-0/+2
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-101/+81
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* 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