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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #81230 from SamiKalliomaki/array-dispose
Rémi Verschelde
2023-09-04
1
-6
/
+6
|
\
|
*
Do not call Array default constructor when not necessary.
Sami Kalliomäki
2023-09-03
1
-6
/
+6
*
|
Merge pull request #81229 from raulsntos/dotnet/arc-hyperbolic
Rémi Verschelde
2023-09-04
1
-0
/
+90
|
\
\
|
|
/
|
/
|
|
*
C#: Expose `asinh`, `acosh` and `atanh` in Mathf
Raul Santos
2023-09-02
1
-0
/
+90
*
|
C#: Include argument types in generated methods
Thaddeus Crews
2023-08-14
1
-1
/
+1
|
/
*
C#: Generate instance types for singletons
Raul Santos
2023-08-06
1
-2
/
+7
*
Merge pull request #79280 from raulsntos/dotnet/better-push-error
Rémi Verschelde
2023-08-03
6
-27
/
+108
|
\
|
*
C#: Improve `GD.PushError` and `GD.PushWarning`
Raul Santos
2023-07-11
6
-27
/
+108
*
|
Merge pull request #79249 from raulsntos/dotnet/dont-ignore-call-error
Rémi Verschelde
2023-08-02
3
-1
/
+107
|
\
\
|
*
|
C#: Print error when MethodBind/Callable call fails
Raul Santos
2023-07-28
3
-1
/
+107
|
|
/
*
|
Avoid dictionary lookup for common colors
AbeniMatteo
2023-07-30
1
-292
/
+292
*
|
Merge pull request #79748 from Repiteo/dotnet-documentation-fixes
Yuri Sizov
2023-07-25
14
-28
/
+28
|
\
\
|
*
|
Fixes to existing C# documentation
Thaddeus Crews
2023-07-21
14
-28
/
+28
*
|
|
Merge pull request #79239 from raulsntos/dotnet/document-generated-members
Yuri Sizov
2023-07-25
2
-1
/
+51
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
C#: Document generated members
Raul Santos
2023-07-09
2
-1
/
+51
|
|
/
*
|
Merge pull request #79082 from geowarin/master
Yuri Sizov
2023-07-17
3
-8
/
+71
|
\
\
|
*
|
Add missing useModelFront parameter to GodotSharp Basis and Transform
Geoffroy Warin
2023-07-06
3
-8
/
+71
*
|
|
Merge pull request #78877 from mattdiener/master
Yuri Sizov
2023-07-12
1
-14
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
C# Fix deserialization of delegates that are 0-parameter overloads
Matt Diener
2023-06-30
1
-14
/
+7
*
|
|
C#: Add null check before calling `UnregisterGodotObject`
RedworkDE
2023-07-07
1
-1
/
+4
*
|
|
Merge pull request #79094 from raulsntos/dotnet/fix-symbol-comparison
Rémi Verschelde
2023-07-07
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
C#: Compare symbol names without null flow state
Raul Santos
2023-07-06
1
-1
/
+1
|
|
/
*
/
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
2
-2
/
+2
|
/
*
C#: Fix editor integration breaking and causing error spam when reloading ass...
RedworkDE
2023-06-21
4
-19
/
+80
*
C#: Add compat overloads
Raul Santos
2023-06-20
4
-0
/
+155
*
C#: Set `PropertyInfo.class_name` for method parameters
Raul Santos
2023-06-16
2
-4
/
+22
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-8
/
+7
*
Merge pull request #77657 from vmedea/color-hex-doc
Yuri Sizov
2023-05-30
1
-2
/
+2
|
\
|
*
Clarify doc for Color.hex and C# Color()
mara
2023-05-30
1
-2
/
+2
*
|
C#: Add global class support
Raul Santos
2023-05-29
7
-3
/
+95
|
/
*
C#: Fix `SendToScriptDebugger` crash
RedworkDE
2023-05-23
2
-3
/
+3
*
C#: Mostly fix hash of ManagedCallable
RedworkDE
2023-05-18
2
-0
/
+17
*
C#: Add Basis.LookingAt
Gonçalo Vasconcelos
2023-04-11
2
-26
/
+46
*
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
*
|
C#: Fix Array.AddRange index out of bounds
Redwarx008
2023-03-27
1
-2
/
+4
|
/
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
2
-2
/
+2
*
C#: Fix internal source generator on the 7.0.200 SDK
RedworkDE
2023-02-16
1
-1
/
+3
*
Implement GodotSynchronizationContext.Send
Caleb Kemper
2023-02-12
1
-4
/
+31
*
C#: Fix AppContext.BaseDirectory
RedworkDE
2023-02-04
1
-1
/
+1
*
Merge pull request #71786 from raulsntos/dotnet/array
Rémi Verschelde
2023-02-04
3
-36
/
+987
|
\
|
*
Sync C# Array with Core
Raul Santos
2023-01-30
3
-36
/
+987
*
|
Merge pull request #72554 from RedworkDE/net-appcontext-basedirectory
Rémi Verschelde
2023-02-03
1
-0
/
+20
|
\
\
|
*
|
C#: Set AppContext.BaseDirectory for editor builds
RedworkDE
2023-02-02
1
-0
/
+20
*
|
|
Merge pull request #72635 from RedworkDE/net-nodepath-iequatable
Rémi Verschelde
2023-02-03
3
-1
/
+47
|
\
\
\
|
*
|
|
C#: Implement `IEquatable<>` and equality operators in `NodePath`
RedworkDE
2023-02-03
3
-1
/
+47
*
|
|
|
C#: Declare `IEquatable<>` interface for `StringName`
RedworkDE
2023-02-03
1
-1
/
+1
|
/
/
/
*
|
|
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-9
/
+9
*
|
|
Fix C# examples in documentation
Raul Santos
2023-01-31
1
-2
/
+2
|
/
/
[next]