summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+2
* Improve handling of generic C# typesRaul Santos2024-02-081-1/+3
* Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-251-1/+1
|\
| * C#: Abstract script class support398utubzyt2023-09-151-1/+1
* | C#: make C# static methods accessible.Zae2023-09-201-0/+2
|/
* C#: Fix editor integration breaking and causing error spam when reloading ass...RedworkDE2023-06-211-0/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+3
* C#: Add global class supportRaul Santos2023-05-291-1/+1
* C#: Mostly fix hash of ManagedCallableRedworkDE2023-05-181-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry2022-10-301-1/+1
* C#: Fix module builds for Windows 32-bit with mingw-w64Ignacio Roldán Etcheverry2022-09-081-4/+4
* C#: Add source generator for method listIgnacio Roldán Etcheverry2022-08-221-1/+1
* C#: Add source generator for signals as eventsIgnacio Roldán Etcheverry2022-08-221-5/+1
* C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry2022-08-221-4/+11
* C#: Re-introduce exception logging and error stack traces in editorIgnacio Roldán Etcheverry2022-08-221-4/+4
* C#: Ensure we only create one CSharpScript per typeIgnacio Roldán Etcheverry2022-08-221-0/+2
* C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry2022-08-221-3/+25
* C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry2022-08-221-2/+4
* C#: Ensure native handles are freed after switch to .NET CoreIgnacio Roldán Etcheverry2022-08-221-0/+2
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-40/+72
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-96/+38
* C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-221-3/+0
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-70/+14
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* C#: New `RPCAttribute`Raul Santos2022-07-071-2/+5
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-031-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-72/+72
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix get_all_delegates method for generic classesRaul Santos2021-12-041-0/+2
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-1/+1
* Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry2021-09-281-2/+2
* [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-1/+0
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-3/+0
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-061-0/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-231-17/+6
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Merge pull request #36756 from aaronfranke/mono-vec2i3iIgnacio Roldán Etcheverry2020-03-181-0/+3
|\
| * [Mono] Marshaling for Vector2i, Vector3i, and Rect2iAaron Franke2020-03-171-0/+3
* | Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-1/+1
|/
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-7/+9
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-4/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2