summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/bindings_generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-16/+19
|\
| * Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-16/+19
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-12/+12
|\|
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-12/+12
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-15/+95
|\|
| * Always add decimal when printing floatkobewi2024-10-231-15/+95
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-2/+2
|\|
| * Merge pull request #97588 from TML233/generated-raise-signalThaddeus Crews2024-10-211-2/+2
| |\
| | * Change generated On{SignalName} to EmitSignal{SignalName}TML2024-09-281-2/+2
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-10/+59
|\| |
| * | Add ReadOnlySpan API OverloadsDE YU2024-10-091-10/+59
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-4/+4
|/
* Merge pull request #68233 from raulsntos/dotnet/raise-eventsRémi Verschelde2024-09-271-0/+40
|\
| * C#: Generate On{EventName} method to raise signal eventsRaul Santos2024-09-261-0/+40
* | Merge pull request #96955 from Delsin-Yu/generator-based-CreateManagedForGodo...Rémi Verschelde2024-09-231-0/+127
|\ \
| * | Replace Reflection-Based implementation with Generated oneDE YU2024-09-221-0/+127
* | | Merge pull request #94953 from raulsntos/dotnet/signals-with-typed-arraysRémi Verschelde2024-09-231-15/+11
|\ \ \ | |_|/ |/| |
| * | C#: Generate signal delegates with typed arraysRaul Santos2024-07-301-15/+11
* | | Add error messages to binding generatorMatt Enad2024-09-191-12/+12
| |/ |/|
* | Add metadata for `char16_t` and `char32_t`Raul Santos2024-09-121-0/+6
* | Implement typed dictionariesThaddeus Crews2024-09-041-0/+15
* | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-1/+1
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-3/+3
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-17/+18
* .NET: Prevent generating mono glue in project folderRémi Verschelde2024-05-031-4/+10
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+7
* C#: Make internal properties and property accessors public (but hidden)Raul Santos2024-03-291-8/+18
* C#: Fix warningsPaul Joannon2024-03-091-0/+18
* Merge pull request #83504 from Repiteo/c#-generator-langword-checkRémi Verschelde2024-03-041-4/+21
|\
| * C# - bindings generator langword checkThaddeus Crews2023-10-171-4/+21
* | Merge pull request #88570 from paulloz/dotnet/warnings-editorconfig-cleanupRémi Verschelde2024-02-271-26/+29
|\ \
| * | Cleanup C# projects, code quality & stylePaul Joannon2024-02-271-26/+29
* | | C#: Only check for empty deprecation message if deprecatedThaddeus Crews2024-02-271-6/+6
|/ /
* | C#: Add deprecated message to generated bindingsRaul Santos2024-02-231-38/+633
* | Merge pull request #87526 from zaevi/fix_csharp_gcRémi Verschelde2024-01-261-3/+7
|\ \
| * | C#: Fix incorrect GC handle for non-instantiable types.Zae2024-01-251-3/+7
* | | Clean a bunch of C# warningsPaul Joannon2024-01-261-4/+2
|/ /
* / Implement function to throw on null pointersThaddeus Crews2023-12-171-7/+7
|/
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-7/+13
* Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-...Rémi Verschelde2023-09-261-8/+102
|\
| * C#: Generate and use compat methodsRaul Santos2023-09-191-8/+102
* | C# - bindings_generator warnings to .editorconfigThaddeus Crews2023-09-161-15/+0
* | Merge pull request #80632 from Repiteo/C#-editor-docstringRémi Verschelde2023-09-021-3/+13
|\ \
| * | C#: Dereference editor types in core documentationThaddeus Crews2023-09-011-3/+13
| |/
* | Merge pull request #80629 from Repiteo/C#-CS0419Rémi Verschelde2023-09-011-1/+25
|\ \
| * | C#: Include argument types in generated methodsThaddeus Crews2023-08-141-1/+25
| |/
* | Merge pull request #80631 from Repiteo/C#-delegate-docstringRémi Verschelde2023-08-161-19/+19
|\ \
| * | C#: Fixed delegate docstring logicThaddeus Crews2023-08-141-19/+19
| |/