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
*
Fix freeze after building C#
Hilderin
2024-06-09
4
-8
/
+10
*
C#: Skip method name when checking CallError
Raul Santos
2024-06-05
1
-2
/
+6
*
Merge pull request #88919 from nongvantinh/fix-88834
Rémi Verschelde
2024-05-21
1
-3
/
+3
|
\
|
*
Revise implementation to match the implementation in `core`
Nông Văn Tình
2024-02-27
1
-3
/
+3
*
|
Merge pull request #91763 from paulloz/dotnet/fix-stringextension-warnings
Rémi Verschelde
2024-05-10
1
-3
/
+9
|
\
\
|
*
|
Fix comparison warnings in `StringExtensions.cs`
Paul Joannon
2024-05-10
1
-3
/
+9
*
|
|
Merge pull request #91564 from paulloz/huisedenanhai-fix_csharp_method_info
Rémi Verschelde
2024-05-10
1
-12
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CSharpScript should not own base script signals
Paul Joannon
2024-05-09
1
-9
/
+5
|
*
|
CSharpScript should not own method infos of the base class
huisedenanhai
2024-05-04
1
-5
/
+3
*
|
|
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-3
/
+3
|
/
/
*
|
Merge pull request #91479 from Repiteo/dotnet/sln-csproj-attributes
Rémi Verschelde
2024-05-04
5
-19
/
+28
|
\
\
|
*
|
Dotnet: Fix attributes for `sln`/`csproj` files
Thaddeus Crews
2024-05-03
5
-19
/
+28
*
|
|
Merge pull request #91203 from pirey0/stringcomp_fix
Rémi Verschelde
2024-05-04
1
-53
/
+8
|
\
\
\
|
*
|
|
fixed StringExtensions.CompareTo IndexOutOfRangeException
Luca Martinelli (laptop)
2024-05-03
1
-53
/
+8
|
|
/
/
*
/
/
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
9
-0
/
+161
|
/
/
*
|
Expose `Vector*` component-wise and scalar `min/max` to scripting
A Thousand Ships
2024-05-02
9
-19
/
+402
*
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
6
-3
/
+242
*
|
Fill copyright field in .csproj files
Konstantin Kretov
2024-04-26
2
-0
/
+2
*
|
C#: Fix ExprMatch for case sensitive matching
Raul Santos
2024-04-15
1
-21
/
+20
*
|
Merge pull request #90060 from warquys/CSharp-DebugInfo
Rémi Verschelde
2024-04-08
4
-0
/
+84
|
\
\
|
*
|
DebugView for Array and dictionary
Valentin Arthur Thomas
2024-04-05
4
-0
/
+84
*
|
|
Fix captured variable serialization in delegates
Paul Joannon
2024-04-04
1
-5
/
+5
*
|
|
Merge pull request #84947 from raulsntos/dotnet/instance_bindings
Rémi Verschelde
2024-04-04
1
-2
/
+2
|
\
\
\
|
*
|
|
C#: Use `get_instance_binding` instead of set
Raul Santos
2023-11-15
1
-2
/
+2
*
|
|
|
[C#] Fix `Transform3D.InterpolateWith` applying rotation before scale
kleonc
2024-03-24
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #89756 from zaevi/dotnet/fix_null_array
Rémi Verschelde
2024-03-24
1
-3
/
+18
|
\
\
\
|
*
|
|
C#: Fix errors when creating Variant from null array
Zae
2024-03-21
1
-3
/
+18
*
|
|
|
C#: Implement `InvariantCulture` on Variant strings
Thaddeus Crews
2024-03-15
17
-100
/
+40
|
/
/
/
*
|
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
2
-0
/
+25
*
|
|
C#: Fix warnings
Paul Joannon
2024-03-09
1
-0
/
+3
*
|
|
[C#] Fix typo in `Color` documentation
A Thousand Ships
2024-03-02
1
-1
/
+1
*
|
|
Merge pull request #88933 from raulsntos/dotnet/pre-commit
Rémi Verschelde
2024-03-02
2
-2
/
+2
|
\
\
\
|
*
|
|
Move dotnet-format script to pre-commit
Raul Santos
2024-03-02
2
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Fix C# epsilon compiler error on double precision build
Travis Lange
2024-02-29
1
-1
/
+1
*
|
|
Merge pull request #88909 from emre0altan/clarify-c#-color-opacity-comment
Rémi Verschelde
2024-02-27
1
-3
/
+13
|
\
\
\
|
*
|
|
Clarify C# Color opacity comment
emre0altan
2024-02-27
1
-3
/
+13
|
|
/
/
*
/
/
Cleanup C# projects, code quality & style
Paul Joannon
2024-02-27
26
-125
/
+120
|
/
/
*
|
Merge pull request #83691 from theraot/slidedocs
Rémi Verschelde
2024-02-26
2
-6
/
+18
|
\
\
|
*
|
Expanded documentation for vector slide and project
Theraot
2023-10-23
2
-6
/
+18
*
|
|
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-1
/
+1
*
|
|
C#: Enforce Globalization code quality rules
Thaddeus Crews
2024-02-20
13
-40
/
+50
*
|
|
Merge pull request #88270 from TokageItLab/avoid-near-far
Rémi Verschelde
2024-02-13
1
-8
/
+8
|
\
\
\
|
*
|
|
Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport
Silc Lizard (Tokage) Renew
2024-02-13
1
-8
/
+8
*
|
|
|
C#: Fix missing CowData 64-bit promotion for `PackedInt32Array`.
Zae
2024-02-13
1
-1
/
+1
|
/
/
/
*
|
|
Improve handling of generic C# types
Raul Santos
2024-02-08
4
-57
/
+285
*
|
|
Merge pull request #87838 from paulloz/dotnet/fix-duplicate-key-on-reload
Rémi Verschelde
2024-02-02
2
-7
/
+12
|
\
\
\
|
*
|
|
Delay fs update when populating path bimap
Paul Joannon
2024-02-01
2
-7
/
+12
*
|
|
|
C#: Fix issues for StringName reference in `CSharpInstanceBridge.Get`.
Zae
2024-01-29
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #87526 from zaevi/fix_csharp_gc
Rémi Verschelde
2024-01-26
1
-0
/
+2
|
\
\
\
|
*
|
|
C#: Fix incorrect GC handle for non-instantiable types.
Zae
2024-01-25
1
-0
/
+2
[next]