summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd
Commit message (Expand)AuthorAgeFilesLines
...
* C#: Ensure native handles are freed after switch to .NET CoreIgnacio Roldán Etcheverry2022-08-223-16/+10
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-2215-2644/+276
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-2226-3582/+194
* C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-226-83/+20
* C#: Re-write Array, Dictionary, NodePath, String icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-221-7/+0
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-2214-3145/+188
* create vector4, vector4i and projection for csharpantonWetzel2022-07-311-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-253-9/+9
* Implement Vector4, Vector4i, Projectionreduz2022-07-235-4/+123
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-215-10/+10
* C#: New `RPCAttribute`Raul Santos2022-07-072-6/+15
* Support explicit values in flag properties, add C# flags supportRaul Santos2022-06-034-0/+12
* Replace most uses of Map by HashMapreduz2022-05-165-19/+19
* Add a new HashMap implementationreduz2022-05-122-26/+18
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-3/+3
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-3/+3
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-6/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-16/+10
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-049-100/+100
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-2/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-163-34/+67
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-9/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-0334-68/+68
* Fix get_all_delegates method for generic classesRaul Santos2021-12-045-1/+24
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-6/+5
* Move Mono unhandled exception setting to be located within a subsectionHugo Locurcio2021-11-101-1/+1
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-282-29/+25
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-286-84/+74
* Mono: Fix build after #52940Rémi Verschelde2021-10-201-1/+1
* C#: Fix property set call boxing value when unboxed was expectedIgnacio Roldán Etcheverry2021-10-192-18/+17
* Fix marshaling generic Godot.Object in C#Raul Santos2021-10-181-0/+11
* Fix hint_string for C# enum arraysRaul Santos2021-10-151-18/+21
* Merge pull request #53627 from raulsntos/fix-list-marshalRémi Verschelde2021-10-151-2/+4
|\
| * Fix C# List<T> marshallingRaul Santos2021-10-101-2/+4
* | Merge pull request #53581 from raulsntos/mono-marshal-genericsRémi Verschelde2021-10-151-0/+11
|\ \
| * | Support marshaling generic Godot.ObjectRaul Santos2021-10-081-0/+11
| |/
* / Support arrays of StringName, NodePath and RID in monoRaul Santos2021-10-081-0/+36
|/
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-012-3/+3
* Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry2021-09-282-6/+6
* [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-302-3/+0
* Merge pull request #47295 from omegachysis/script-bind-mutexIgnacio Roldán Etcheverry2021-08-241-1/+5
|\
| * Add mutex to protect script bindingsMatthew A. Robinson2021-03-231-1/+5
* | C#: Fix bindings generator for Callable argument default valueIgnacio Roldán Etcheverry2021-08-201-2/+6
* | Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-172-31/+39
* | Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-162-21/+5
* | Use C++ iterators in the Mono moduleRaul Santos2021-07-272-6/+6
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* | [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-202-9/+0