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 commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
2
-20
/
+32
|
\
|
*
Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds
Thaddeus Crews
2024-11-22
1
-16
/
+19
|
|
\
|
|
*
Core: Fix built-in enum constant bindings
Danil Alexeev
2024-11-22
1
-16
/
+19
|
*
|
[.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries
Raul Santos
2024-11-21
1
-4
/
+13
|
|
/
*
|
Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823
Spartan322
2024-11-20
18
-3
/
+406
|
\
|
|
*
Merge pull request #97894 from paulloz/dotnet/export-tool-button
Thaddeus Crews
2024-11-19
18
-3
/
+406
|
|
\
|
|
*
Implement [ExportToolButton]
Paul Joannon
2024-11-18
18
-3
/
+406
*
|
|
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
5
-33
/
+18
|
\
|
|
|
*
|
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
4
-15
/
+15
|
|
/
/
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
5
-16
/
+44
|
\
|
|
|
*
|
Merge pull request #98467 from zaevi/fix_csharp_stringname_leak
Thaddeus Crews
2024-11-12
1
-2
/
+8
|
|
\
\
|
|
*
|
C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable`
Zae
2024-10-24
1
-2
/
+8
|
*
|
|
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
|
|
|
/
/
|
*
|
|
Merge pull request #89051 from Calinou/csharp-vscode-add-codium-support
Thaddeus Crews
2024-11-11
1
-8
/
+30
|
|
\
\
\
|
|
*
|
|
Add Codium support to C# external editors
Hugo Locurcio
2024-11-02
1
-8
/
+30
|
*
|
|
|
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-15
/
+95
|
\
|
|
|
|
*
|
|
Merge pull request #47502 from KoBeWi/add_0
Thaddeus Crews
2024-10-31
1
-15
/
+95
|
|
\
\
\
|
|
*
|
|
Always add decimal when printing float
kobewi
2024-10-23
1
-15
/
+95
|
|
|
/
/
*
|
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-2
/
+2
|
\
|
|
|
|
*
|
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-2
/
+2
|
|
/
/
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
41
-82
/
+82
*
|
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
6
-8
/
+8
|
\
|
|
|
*
|
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 commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed
Spartan322
2024-10-15
2
-1
/
+14
|
\
|
|
|
*
|
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
*
|
|
|
Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6
Spartan322
2024-10-14
4
-21
/
+121
|
\
|
|
|
|
*
|
|
Add ReadOnlySpan API Overloads
DE YU
2024-10-09
3
-20
/
+120
|
|
/
/
|
*
/
Fix untyped dictionary .NET debug visualization showing keys as values
Juan Pablo Arce
2024-10-07
1
-1
/
+1
|
|
/
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
41
-0
/
+82
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
29
-43
/
+43
|
/
*
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
*
|
Merge pull request #97483 from akien-mga/clang-format-19.1.0
Rémi Verschelde
2024-09-26
1
-1
/
+1
|
\
\
|
*
|
CI: Update `clang-format` pre-commit hook to 19.1.0
Rémi Verschelde
2024-09-26
1
-1
/
+1
*
|
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
2
-0
/
+2
|
/
/
*
|
Merge pull request #88363 from Delsin-Yu/master
Rémi Verschelde
2024-09-24
2
-28
/
+181
|
\
\
|
*
|
C#: Implement proper generic type name printing for Godot Editor
DE-YU_H14
2024-09-23
2
-28
/
+181
*
|
|
Merge pull request #96955 from Delsin-Yu/generator-based-CreateManagedForGodo...
Rémi Verschelde
2024-09-23
4
-74
/
+158
|
\
\
\
|
*
|
|
Replace Reflection-Based implementation with Generated one
DE YU
2024-09-22
4
-74
/
+158
*
|
|
|
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 #97208 from kleonc/transform3d_aabb_multiplication_fix_csharp
Rémi Verschelde
2024-09-20
1
-2
/
+2
|
\
\
\
\
[next]