index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
/
mono_gd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
4
-8
/
+8
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
*
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-2
/
+2
*
CI: Update `clang-format` pre-commit hook to 19.1.0
Rémi Verschelde
2024-09-26
1
-1
/
+1
*
C#: Use `char *` with CoreCLR/MonoVM APIs
Raul Santos
2024-09-17
1
-5
/
+5
*
C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
Raul Santos
2024-09-16
2
-12
/
+166
*
[C#] Unexpose `GodotSharp`
A Thousand Ships
2024-05-04
2
-16
/
+3
*
[.NET] Disable output embedding on macOS, move it to the advanced options on ...
bruvzg
2024-04-09
1
-0
/
+2
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
2
-0
/
+3
*
Improve handling of generic C# types
Raul Santos
2024-02-08
2
-1
/
+4
*
Merge pull request #87679 from raulsntos/dotnet/remove-unused
Rémi Verschelde
2024-01-30
1
-7
/
+0
|
\
|
*
C#: Remove unused code
Raul Santos
2024-01-28
1
-7
/
+0
*
|
C#: Fix not assigning `runtime_initialized` when initializing with AOT.
Zae
2024-01-26
1
-0
/
+1
|
/
*
[iOS] Fix dotnet export.
bruvzg
2023-11-16
1
-0
/
+2
*
Merge pull request #78157 from RedworkDE/net-shutting-down-abruptly
Rémi Verschelde
2023-10-31
1
-6
/
+0
|
\
|
*
C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`
RedworkDE
2023-06-13
1
-6
/
+0
*
|
C#: Allow exporting games without C#
Raul Santos
2023-10-16
2
-4
/
+17
*
|
Add C# iOS support
Andreia Gaita
2023-10-09
3
-214
/
+12
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-1
/
+1
*
|
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-1
/
+1
|
\
\
|
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-1
/
+1
*
|
|
C#: make C# static methods accessible.
Zae
2023-09-20
2
-0
/
+3
|
/
/
*
|
Show alert if .NET assemblies dir does not exist
Raul Santos
2023-08-03
1
-0
/
+6
*
|
C#: Remove old and unused android support code for mono
RedworkDE
2023-06-28
4
-824
/
+1
*
|
C#: Fix editor integration breaking and causing error spam when reloading ass...
RedworkDE
2023-06-21
4
-4
/
+31
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
5
-29
/
+31
*
|
C#: Unify project name handling and fix issues with the handling of some spec...
RedworkDE
2023-06-14
1
-17
/
+3
|
/
*
C#: Add global class support
Raul Santos
2023-05-29
3
-13
/
+11
*
C#: Mostly fix hash of ManagedCallable
RedworkDE
2023-05-18
2
-0
/
+3
*
C#: Fix editor crashing without a message when .NET is not installed
RedworkDE
2023-02-23
1
-1
/
+9
*
Refactor ProjectSetting overrides
Juan Linietsky
2023-01-13
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
9
-261
/
+261
*
C#: Remove need for reflection to invoking callable delegates
Ignacio Roldán Etcheverry
2022-10-30
1
-1
/
+1
*
C#: Fix module builds for Windows 32-bit with mingw-w64
Ignacio Roldán Etcheverry
2022-09-08
2
-6
/
+6
*
C#: Replace libnethost dependency to find hostfxr
Ignacio Roldán Etcheverry
2022-09-07
1
-71
/
+30
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-10
/
+10
*
Merge pull request #65049 from paulloz/dotnet/win10-export
Ignacio Roldán Etcheverry
2022-08-29
1
-2
/
+2
|
\
|
*
Fix .NET export template compilation on Windows 10
Paul Joannon
2022-08-29
1
-2
/
+2
*
|
Fix .NET exporting in Linux
Raul Santos
2022-08-28
1
-3
/
+3
|
/
*
Avoid trying to load non-existent assembly
Raul Santos
2022-08-22
1
-0
/
+4
*
C#: Replace P/Invoke with delegate pointers
Ignacio Roldán Etcheverry
2022-08-22
2
-6
/
+12
*
C#: Use custom project setting for C# project files name
Ignacio Roldán Etcheverry
2022-08-22
1
-7
/
+11
*
C#: Add source generator for method list
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+1
*
C#: Add source generator for signals as events
Ignacio Roldán Etcheverry
2022-08-22
3
-17
/
+11
*
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
4
-87
/
+57
*
C#: Initial NativeAOT support
Ignacio Roldán Etcheverry
2022-08-22
2
-20
/
+87
*
C#: Re-introduce exception logging and error stack traces in editor
Ignacio Roldán Etcheverry
2022-08-22
3
-32
/
+29
*
C#: Ensure we only create one CSharpScript per type
Ignacio Roldán Etcheverry
2022-08-22
2
-71
/
+3
*
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry
2022-08-22
1
-3
/
+25
*
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
4
-63
/
+257
[next]