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
*
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 #97208 from kleonc/transform3d_aabb_multiplication_fix_csharp
Rémi Verschelde
2024-09-20
1
-2
/
+2
|
\
|
*
Fix C# operator *(Transform3D, AABB)
kleonc
2024-09-20
1
-2
/
+2
*
|
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
|
/
*
Merge pull request #97014 from hayahane/fix_script_property_order
Rémi Verschelde
2024-09-19
1
-7
/
+34
|
\
|
*
Reorder C# script properties to fix editor serialization
alpacat
2024-09-19
1
-7
/
+34
*
|
C#: Use `char *` with CoreCLR/MonoVM APIs
Raul Santos
2024-09-17
1
-5
/
+5
*
|
C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails
Raul Santos
2024-09-16
7
-13
/
+197
*
|
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
Rémi Verschelde
2024-09-16
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Expose get_rpc_config and get_node_rpc_config
Ryan
2024-09-04
2
-2
/
+2
*
|
Merge pull request #93779 from hayahane/fix_get_property_cs
Rémi Verschelde
2024-09-13
1
-1
/
+2
|
\
\
|
*
|
Fix `get_property_list` get wrong order of properties
alpacat
2024-06-30
1
-1
/
+2
*
|
|
Merge pull request #96301 from scgm0/Delete-old-C#-data
Rémi Verschelde
2024-09-12
1
-2
/
+8
|
\
\
\
|
*
|
|
C#: Clear existing data directory extracted from PCK
scgm0
2024-09-12
1
-2
/
+8
*
|
|
|
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
|
/
/
/
/
*
|
|
|
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
6
-5
/
+94
|
\
\
\
\
|
*
|
|
|
Implement typed dictionaries
Thaddeus Crews
2024-09-04
6
-5
/
+94
|
|
/
/
/
*
/
/
/
C# Assemblies can now be built with deprecated=no
Felix Bytow
2024-09-05
3
-5
/
+18
|
/
/
/
*
|
|
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
2
-2
/
+2
*
|
|
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
|
/
/
/
*
|
|
Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_posti...
Rémi Verschelde
2024-08-26
4
-6
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
4
-6
/
+7
*
|
|
Merge pull request #95921 from akien-mga/scons-validate-opt-in-drivers
Rémi Verschelde
2024-08-22
1
-2
/
+4
|
\
\
\
|
*
|
|
SCons: Better validation for platform-specific opt-in drivers
Rémi Verschelde
2024-08-21
1
-2
/
+4
|
|
/
/
*
|
|
Merge pull request #95790 from aaronfranke/rect-aabb-support
Rémi Verschelde
2024-08-22
2
-7
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Simplify and fix Rect2/AABB get_support function
Aaron Franke
2024-08-19
2
-7
/
+34
*
|
|
Merge pull request #95808 from paulloz/bugfix/dotnet-globalclass-icon-relativ...
Rémi Verschelde
2024-08-20
1
-2
/
+8
|
\
\
\
|
*
|
|
Fix relative paths for global class icons in C#
Paul Joannon
2024-08-19
1
-2
/
+8
|
|
/
/
*
|
|
Merge pull request #95269 from raulsntos/dotnet/determinant
Rémi Verschelde
2024-08-20
1
-8
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
C#: Expose `Transform2D.Determinant()`
Raul Santos
2024-08-08
1
-8
/
+9
*
|
|
Merge pull request #93172 from raulsntos/dotnet/clear-instance-bindings
Rémi Verschelde
2024-08-19
1
-2
/
+11
|
\
\
\
|
*
|
|
C#: Clear instance bindings callbacks on finalizing the language
Raul Santos
2024-06-14
1
-2
/
+11
*
|
|
|
Merge pull request #95676 from raulsntos/dotnet/clear-owner-order
Rémi Verschelde
2024-08-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
C#: Destroy script before clearing owner
Raul Santos
2024-08-17
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 #94766 from Z0rb14n/fix-vector3-slerp
Rémi Verschelde
2024-08-16
1
-1
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Fix Vector3 Slerp Normalizing Zero Vectors
Z0rb14n
2024-07-26
1
-1
/
+9
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
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 #95431 from Joy-less/Fix-#10418
Rémi Verschelde
2024-08-16
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Add NotNullWhenAttribute to IsInstanceValid
Joyless
2024-08-12
1
-1
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]