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
/
gd_mono.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
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
1
-11
/
+165
*
[C#] Unexpose `GodotSharp`
A Thousand Ships
2024-05-04
1
-10
/
+1
*
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
|
/
*
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
1
-1
/
+14
*
|
Add C# iOS support
Andreia Gaita
2023-10-09
1
-14
/
+12
*
|
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
1
-7
/
+1
*
|
C#: Fix editor integration breaking and causing error spam when reloading ass...
RedworkDE
2023-06-21
1
-4
/
+26
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-10
/
+9
*
|
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
1
-8
/
+2
*
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
1
-29
/
+29
*
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
1
-5
/
+11
*
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 signals as events
Ignacio Roldán Etcheverry
2022-08-22
1
-10
/
+10
*
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
1
-73
/
+15
*
C#: Initial NativeAOT support
Ignacio Roldán Etcheverry
2022-08-22
1
-20
/
+86
*
C#: Re-introduce exception logging and error stack traces in editor
Ignacio Roldán Etcheverry
2022-08-22
1
-24
/
+6
*
C#: Ensure we only create one CSharpScript per type
Ignacio Roldán Etcheverry
2022-08-22
1
-71
/
+1
*
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
1
-49
/
+219
*
C#: Ensure native handles are freed after switch to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-16
/
+7
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-627
/
+152
*
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-404
/
+42
*
C#: Re-write GD and some other icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
1
-4
/
+2
*
C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
1
-7
/
+0
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
1
-81
/
+37
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-4
/
+4
*
Add a new HashMap implementation
reduz
2022-05-12
1
-15
/
+10
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-2
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-3
/
+6
*
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
1
-9
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
[next]