summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
* CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
* C#: Use `char *` with CoreCLR/MonoVM APIsRaul Santos2024-09-171-5/+5
* C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-161-11/+165
* [C#] Unexpose `GodotSharp`A Thousand Ships2024-05-041-10/+1
* Merge pull request #87679 from raulsntos/dotnet/remove-unusedRémi Verschelde2024-01-301-7/+0
|\
| * C#: Remove unused codeRaul Santos2024-01-281-7/+0
* | C#: Fix not assigning `runtime_initialized` when initializing with AOT.Zae2024-01-261-0/+1
|/
* Merge pull request #78157 from RedworkDE/net-shutting-down-abruptlyRémi Verschelde2023-10-311-6/+0
|\
| * C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`RedworkDE2023-06-131-6/+0
* | C#: Allow exporting games without C#Raul Santos2023-10-161-1/+14
* | Add C# iOS supportAndreia Gaita2023-10-091-14/+12
* | Show alert if .NET assemblies dir does not existRaul Santos2023-08-031-0/+6
* | C#: Remove old and unused android support code for monoRedworkDE2023-06-281-7/+1
* | C#: Fix editor integration breaking and causing error spam when reloading ass...RedworkDE2023-06-211-4/+26
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-10/+9
* | C#: Unify project name handling and fix issues with the handling of some spec...RedworkDE2023-06-141-17/+3
|/
* C#: Add global class supportRaul Santos2023-05-291-8/+2
* C#: Fix editor crashing without a message when .NET is not installedRedworkDE2023-02-231-1/+9
* Refactor ProjectSetting overridesJuan Linietsky2023-01-131-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry2022-09-071-71/+30
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-10/+10
* Merge pull request #65049 from paulloz/dotnet/win10-exportIgnacio Roldán Etcheverry2022-08-291-2/+2
|\
| * Fix .NET export template compilation on Windows 10Paul Joannon2022-08-291-2/+2
* | Fix .NET exporting in LinuxRaul Santos2022-08-281-3/+3
|/
* Avoid trying to load non-existent assemblyRaul Santos2022-08-221-0/+4
* C#: Replace P/Invoke with delegate pointersIgnacio Roldán Etcheverry2022-08-221-5/+11
* C#: Use custom project setting for C# project files nameIgnacio Roldán Etcheverry2022-08-221-7/+11
* C#: Add source generator for signals as eventsIgnacio Roldán Etcheverry2022-08-221-10/+10
* C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry2022-08-221-73/+15
* C#: Initial NativeAOT supportIgnacio Roldán Etcheverry2022-08-221-20/+86
* C#: Re-introduce exception logging and error stack traces in editorIgnacio Roldán Etcheverry2022-08-221-24/+6
* C#: Ensure we only create one CSharpScript per typeIgnacio Roldán Etcheverry2022-08-221-71/+1
* C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry2022-08-221-49/+219
* C#: Ensure native handles are freed after switch to .NET CoreIgnacio Roldán Etcheverry2022-08-221-16/+7
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-627/+152
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-404/+42
* C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-221-4/+2
* 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-221-81/+37
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-4/+4
* Add a new HashMap implementationreduz2022-05-121-15/+10
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+2
* 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-161-3/+6
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-9/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2