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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #76026 from YuriSizov/editor-running-up-that-gui
Rémi Verschelde
2023-04-26
1
-2
/
+3
|
\
|
*
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-2
/
+3
*
|
C#: Do not use DocCache when generating glue code
RedworkDE
2023-04-20
1
-1
/
+1
|
/
*
C#: Make include scripts contents an export option
RedworkDE
2023-04-18
2
-5
/
+16
*
Add the ability to set a custom C# editor
Kevin Simpson
2023-04-18
3
-4
/
+89
*
C#: Discontinue `GodotNuGetFallbackFolder`
RedworkDE
2023-04-07
4
-311
/
+0
*
add `hex_decode()` to `String`
bendn
2023-04-05
1
-0
/
+20
*
Merge pull request #75477 from kleonc/csharp-fix-vector234i-from-floats-creation
Yuri Sizov
2023-03-31
3
-18
/
+15
|
\
|
*
C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversion
kleonc
2023-03-31
3
-18
/
+15
*
|
Merge pull request #71049 from alexdlm/dotnet-generator-selective-disable
Yuri Sizov
2023-03-31
9
-7
/
+14
|
\
\
|
*
|
Add fine-grained disabling of SourceGenerators
Alex de la Mare
2023-03-25
9
-7
/
+14
*
|
|
C#: Fix Array.AddRange index out of bounds
Redwarx008
2023-03-27
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge pull request #75286 from AThousandShips/csharp_shadow
Yuri Sizov
2023-03-25
1
-66
/
+66
|
\
\
|
*
|
Fix "hides member" warnings in `csharp_script.cpp`
Ninni Pipping
2023-03-25
1
-66
/
+66
|
|
/
*
/
C#: Do not print errors about missing references to intentionally ignored mem...
RedworkDE
2023-03-24
2
-5
/
+26
|
/
*
Prevent crashing on startup if project has scripted theme types
Yuri Sizov
2023-03-08
1
-8
/
+0
*
Merge pull request #73429 from bruvzg/macos_no_sc
Rémi Verschelde
2023-03-07
1
-10
/
+12
|
\
|
*
[macOS] Re-add support for the _sc_ inside app bundle. Update docs.
bruvzg
2023-02-17
1
-10
/
+12
*
|
C#: Fix building projects for MSBuild before 17.3
RedworkDE
2023-03-06
2
-2
/
+9
*
|
Merge pull request #74375 from raulsntos/dotnet/ignore-explicit-interface-imp...
Rémi Verschelde
2023-03-05
4
-2
/
+34
|
\
\
|
*
|
C#: Ignore explicit interface implementations
Raul Santos
2023-03-04
4
-2
/
+34
*
|
|
Merge pull request #74330 from aleksrutins/csharp-identifier-validation
Rémi Verschelde
2023-03-05
1
-0
/
+5
|
\
\
\
|
*
|
|
Validate that C# class names are valid identifiers
Aleks Rutins
2023-03-04
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #74312 from raulsntos/dotnet/godot-project-dir-base64
Rémi Verschelde
2023-03-05
4
-3
/
+13
|
\
\
\
|
*
|
|
C#: Encode GodotProjectDir as Base64 to prevent issues with special characters
Raul Santos
2023-03-04
4
-3
/
+13
|
|
/
/
*
/
/
C#: Get singleton instances using the Core name
RedworkDE
2023-03-03
1
-3
/
+3
|
/
/
*
|
Merge pull request #73904 from raulsntos/dotnet/tools-popup
Rémi Verschelde
2023-03-02
1
-5
/
+25
|
\
\
|
*
|
C#: Always show "Create C# solution" option
Raul Santos
2023-02-26
1
-5
/
+25
*
|
|
Merge pull request #74127 from RedworkDE/net-debug-crash
Rémi Verschelde
2023-03-02
1
-1
/
+3
|
\
\
\
|
*
|
|
C#: Fix crash when errors occur before language initialization.
RedworkDE
2023-03-01
1
-1
/
+3
*
|
|
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
6
-6
/
+6
|
/
/
/
*
|
|
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-02-26
2
-6
/
+0
*
|
|
C#: Check if a class is a singleton using the Core name
Raul Santos
2023-02-24
1
-1
/
+1
|
/
/
*
|
C#: Fix editor crashing without a message when .NET is not installed
RedworkDE
2023-02-23
1
-1
/
+9
*
|
[macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...
bruvzg
2023-02-20
1
-0
/
+1
*
|
C#: Fix line position when opening file in VSCode
RedworkDE
2023-02-19
1
-1
/
+1
|
/
*
Merge pull request #73458 from paulloz/csharp/actually-clean-solution
Rémi Verschelde
2023-02-17
1
-1
/
+1
|
\
|
*
Clicking "Clean solution" should clean, not build
Paul Joannon
2023-02-16
1
-1
/
+1
*
|
Merge pull request #73392 from raulsntos/dotnet/vscode-open-solution
Rémi Verschelde
2023-02-16
1
-2
/
+1
|
\
\
|
*
|
C#: Open the solution directory when using VSCode
Raul Santos
2023-02-15
1
-2
/
+1
|
|
/
*
/
C#: Fix internal source generator on the 7.0.200 SDK
RedworkDE
2023-02-16
1
-1
/
+3
|
/
*
Merge pull request #73026 from SirUppyPancakes/sync-context-send
Rémi Verschelde
2023-02-12
1
-4
/
+31
|
\
|
*
Implement GodotSynchronizationContext.Send
Caleb Kemper
2023-02-12
1
-4
/
+31
*
|
Build C# csproj instead of the solution
Raul Santos
2023-02-10
3
-8
/
+14
|
/
*
Merge pull request #72849 from RedworkDE/net-export-settings
Rémi Verschelde
2023-02-08
1
-14
/
+2
|
\
|
*
C#: Rename export settings `mono` -> `dotnet` and remove unused AOT settings
RedworkDE
2023-02-07
1
-14
/
+2
*
|
Try and match MSBuild and Godot UI languages
Paul Joannon
2023-02-07
1
-8
/
+14
*
|
Add new settings about MSBuild
Paul Joannon
2023-02-07
3
-4
/
+89
*
|
Add button to open the msbuild logs folder
Paul Joannon
2023-02-07
3
-2
/
+29
*
|
Rename existing editor settings `mono` -> `dotnet`
Paul Joannon
2023-02-07
3
-10
/
+15
|
/
[next]