Raul Santos
|
63960e1ed6
[.NET] Update required .NET SDK version in error messages
|
8 months ago |
Rémi Verschelde
|
c92a6c7e27
CI: Update `clang-format` pre-commit hook to 19.1.0
|
10 months ago |
Raul Santos
|
5860ec553d
C#: Use `char *` with CoreCLR/MonoVM APIs
|
11 months ago |
Raul Santos
|
0aa46e19c5
C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
|
1 year ago |
A Thousand Ships
|
aff2e47bff
[C#] Unexpose `GodotSharp`
|
1 year ago |
Rémi Verschelde
|
736696b533
Merge pull request #87679 from raulsntos/dotnet/remove-unused
|
1 year ago |
Raul Santos
|
82380ec700
C#: Remove unused code
|
1 year ago |
Zae
|
e868a9f577
C#: Fix not assigning `runtime_initialized` when initializing with AOT.
|
1 year ago |
Rémi Verschelde
|
6afd320984
Merge pull request #78157 from RedworkDE/net-shutting-down-abruptly
|
1 year ago |
Raul Santos
|
be1dfd3b3a
C#: Allow exporting games without C#
|
1 year ago |
Andreia Gaita
|
ee9a735c26
Add C# iOS support
|
1 year ago |
Raul Santos
|
ef0e279fbb
Show alert if .NET assemblies dir does not exist
|
2 years ago |
RedworkDE
|
7c456d2d0d
C#: Remove old and unused android support code for mono
|
2 years ago |
RedworkDE
|
e0f644a48d
C#: Fix editor integration breaking and causing error spam when reloading assemblies fails
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
RedworkDE
|
92f13ba9ea
C#: Unify project name handling and fix issues with the handling of some special characters
|
2 years ago |
RedworkDE
|
d515fcc47a
C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`
|
2 years ago |
Raul Santos
|
a1f454fee3
C#: Add global class support
|
2 years ago |
RedworkDE
|
6b050a3502
C#: Fix editor crashing without a message when .NET is not installed
|
2 years ago |
Juan Linietsky
|
6f0e210093
Refactor ProjectSetting overrides
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Ignacio Roldán Etcheverry
|
f784fb2000
C#: Replace libnethost dependency to find hostfxr
|
2 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
Ignacio Roldán Etcheverry
|
051f24b067
Merge pull request #65049 from paulloz/dotnet/win10-export
|
3 years ago |
Paul Joannon
|
ab5807d722
Fix .NET export template compilation on Windows 10
|
3 years ago |
Raul Santos
|
b0274d0ee7
Fix .NET exporting in Linux
|
3 years ago |
Raul Santos
|
c56b157c61
Avoid trying to load non-existent assembly
|
3 years ago |
Ignacio Roldán Etcheverry
|
2c180f62d9
C#: Replace P/Invoke with delegate pointers
|
3 years ago |
Ignacio Roldán Etcheverry
|
1bf4397e5b
C#: Use custom project setting for C# project files name
|
3 years ago |
Ignacio Roldán Etcheverry
|
97713ff77a
C#: Add source generator for signals as events
|
3 years ago |