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
/
editor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #97894 from paulloz/dotnet/export-tool-button
Thaddeus Crews
2024-11-19
16
-3
/
+372
|
\
|
*
Implement [ExportToolButton]
Paul Joannon
2024-11-18
16
-3
/
+372
*
|
Merge pull request #99206 from a-johnston/fix_double_diagnostic
Thaddeus Crews
2024-11-18
1
-18
/
+3
|
\
\
|
*
|
remove duplicate read/write only property warning from ScriptPropertiesGenerator
Adam Johnston
2024-11-13
1
-18
/
+3
*
|
|
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
2
-13
/
+13
|
/
/
*
|
Merge pull request #98459 from zaevi/fix_csharp_signal_parameters
Thaddeus Crews
2024-11-12
2
-5
/
+5
|
\
\
|
*
|
C#: Escape signal parameters
Zae
2024-10-23
2
-5
/
+5
*
|
|
Add Codium support to C# external editors
Hugo Locurcio
2024-11-02
1
-8
/
+30
*
|
|
Always add decimal when printing float
kobewi
2024-10-23
1
-15
/
+95
|
/
/
*
|
Merge pull request #97588 from TML233/generated-raise-signal
Thaddeus Crews
2024-10-21
3
-5
/
+5
|
\
\
|
*
|
Change generated On{SignalName} to EmitSignal{SignalName}
TML
2024-09-28
3
-5
/
+5
|
|
/
*
|
Fix exported typed dictionaries in .NET having an incorrect hint, which led t...
Juan Pablo Arce
2024-10-18
3
-3
/
+3
*
|
Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303
Thaddeus Crews
2024-10-14
2
-1
/
+14
|
\
\
|
*
|
C#: Fix unhandled GD0303 error for nested generic attribute types
Zae
2024-10-11
2
-1
/
+14
|
|
/
*
/
Add ReadOnlySpan API Overloads
DE YU
2024-10-09
2
-11
/
+61
|
/
*
Merge pull request #68233 from raulsntos/dotnet/raise-events
Rémi Verschelde
2024-09-27
4
-8
/
+108
|
\
|
*
C#: Generate On{EventName} method to raise signal events
Raul Santos
2024-09-26
3
-7
/
+81
|
*
C#: Generate signal event with the same accessibility as the delegate
Raul Santos
2024-09-23
2
-1
/
+27
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
|
Merge pull request #96955 from Delsin-Yu/generator-based-CreateManagedForGodo...
Rémi Verschelde
2024-09-23
2
-0
/
+145
|
\
\
|
*
|
Replace Reflection-Based implementation with Generated one
DE YU
2024-09-22
2
-0
/
+145
*
|
|
Merge pull request #94953 from raulsntos/dotnet/signals-with-typed-arrays
Rémi Verschelde
2024-09-23
1
-15
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
C#: Generate signal delegates with typed arrays
Raul Santos
2024-07-30
1
-15
/
+11
*
|
|
Merge pull request #97198 from raulsntos/dotnet/open-visual-studio-with-dotne...
Rémi Verschelde
2024-09-20
2
-2
/
+2
|
\
\
\
|
*
|
|
C#: Use dotnet CLI to launch OpenVisualStudio.dll
Raul Santos
2024-09-19
2
-2
/
+2
*
|
|
|
Add error messages to binding generator
Matt Enad
2024-09-19
1
-12
/
+12
|
/
/
/
*
|
/
C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
Raul Santos
2024-09-16
4
-1
/
+31
|
|
/
|
/
|
*
|
Merge pull request #95840 from raulsntos/char_metadata
Rémi Verschelde
2024-09-12
1
-0
/
+6
|
\
\
|
*
|
Add metadata for `char16_t` and `char32_t`
Raul Santos
2024-09-12
1
-0
/
+6
*
|
|
Extract editor main screen
kit
2024-09-09
1
-1
/
+2
|
/
/
*
|
Implement typed dictionaries
Thaddeus Crews
2024-09-04
6
-5
/
+94
*
|
C#: Use export platform to determine the target OS and log errors
Raul Santos
2024-08-30
2
-34
/
+31
*
|
Fix build logger unable to handle an event without an associated file
RedOrbweaver
2024-08-29
1
-2
/
+2
*
|
Merge pull request #92316 from alula/msvc-clang
Rémi Verschelde
2024-08-29
1
-0
/
+2
|
\
\
|
*
|
Add support for compiling with VS clang-cl toolset
Alula
2024-08-28
1
-0
/
+2
*
|
|
[Windows] Fix OS.open_dynamic_library
bruvzg
2024-08-28
1
-1
/
+1
|
/
/
*
|
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-1
/
+1
*
|
C#: Use Godot's LipO implementation instead of Xcode's lipo command
Raul Santos
2024-08-17
4
-106
/
+30
*
|
Merge pull request #94599 from juanjp600/node-array-export-diagnostic
Rémi Verschelde
2024-08-16
3
-19
/
+99
|
\
\
|
*
|
Fix GD0107 not applying to arrays and dictionaries containing nodes
Juan Pablo Arce
2024-07-24
3
-19
/
+99
|
|
/
*
|
Merge pull request #94693 from jonatanrojderd/master
Rémi Verschelde
2024-08-16
1
-7
/
+9
|
\
\
|
*
|
* Changed the VisualShaderNodeCustom template to use the correct overrides an...
Jonatan Röjder Delnavaz
2024-08-16
1
-7
/
+9
|
|
/
*
/
Bump version to 4.4-dev
Rémi Verschelde
2024-08-15
2
-2
/
+2
|
/
*
C#: Escape generated members
Raul Santos
2024-06-15
22
-1040
/
+1041
*
Merge pull request #91557 from AThousandShips/dotnet_doc_fix
Rémi Verschelde
2024-05-21
1
-1
/
+1
|
\
|
*
[C#] Unexpose `GodotSharp`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
|
Fix ContextMenu Copy Error is off in MSBuild Panel
Marius Hanl
2024-05-15
1
-1
/
+1
*
|
Remove useless isFirstEntry and useless source.Append("else ")
Gaoyao Massimo Hu
2024-05-14
10
-301
/
+276
*
|
Fix C# Hint NodeType and ResourceType HintString
Gaoyao Massimo Hu
2024-05-08
1
-0
/
+36
*
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-3
/
+3
[next]