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
*
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry
2022-08-22
9
-46
/
+358
*
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
10
-186
/
+136
*
C#: Ensure native handles are freed after switch to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
9
-11
/
+170
*
C#: Add initial implementation of source generator for script members
Ignacio Roldán Etcheverry
2022-08-22
8
-145
/
+92
*
C#: Code cleanup and greatly reduce use of C# pointers
Ignacio Roldán Etcheverry
2022-08-22
38
-1210
/
+1986
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
30
-931
/
+1550
*
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
28
-240
/
+1315
*
C#: Re-write GD and some other icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
12
-539
/
+414
*
C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
12
-858
/
+857
*
C#: Remove DynamicGodotObject/Object.DynamicObject
Ignacio Roldán Etcheverry
2022-08-22
5
-359
/
+0
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
35
-1058
/
+4180
*
vector4 distance_squared_to and update csharp
antonWetzel
2022-08-09
1
-5
/
+107
*
Various fixes to C# documentation
Raul Santos
2022-08-07
5
-8
/
+16
*
Replace Vector3.ToDiagonalMatrix with Basis.FromScale in C#
Aaron Franke
2022-08-03
3
-17
/
+17
*
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
Fabian Keller
2022-08-02
2
-15
/
+100
*
C#: Remove unused `Transform2D.ScaleBasis` method
Raul Santos
2022-08-01
1
-8
/
+0
*
Rename math 'phi' arguments to 'angle' in C#
Raul Santos
2022-08-01
5
-14
/
+14
*
create vector4, vector4i and projection for csharp
antonWetzel
2022-07-31
4
-0
/
+2255
*
Merge pull request #63656 from raulsntos/fix-signal-bind-csharp
Rémi Verschelde
2022-07-31
1
-2
/
+2
|
\
|
*
Fix Callable calls in mono module
Raul Santos
2022-07-29
1
-2
/
+2
*
|
Fix TranslatedLocal method in C# affecting the original transform
Aaron Franke
2022-07-30
1
-3
/
+3
|
/
*
Merge pull request #63049 from Faless/mp/4.x_as_module
Rémi Verschelde
2022-07-28
1
-5
/
+5
|
\
|
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-5
/
+5
*
|
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-28
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
2
-2
/
+2
*
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-0
/
+5
*
|
Rename `epsilon` to `tolerance` in the `Plane::has_point` method
Yuri Rubinsky
2022-07-21
1
-4
/
+4
|
/
*
Fix documentation for C# Vector2/3i classes.
Lerg
2022-07-13
2
-2
/
+2
*
Merge pull request #62805 from raulsntos/csharp-rpc
Rémi Verschelde
2022-07-07
3
-17
/
+44
|
\
|
*
C#: New `RPCAttribute`
Raul Santos
2022-07-07
3
-17
/
+44
*
|
C#: Add `BezierInterpolate` method
Raul Santos
2022-07-06
3
-6
/
+72
|
/
*
implement bone renamer in importer
Silc Renew
2022-07-01
2
-0
/
+23
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
2
-0
/
+46
*
Fix Lerp documentation and implement RangeLerp
Paul Joannon
2022-06-16
1
-3
/
+22
*
Added documentation comments to the .NET library
Joshua Quinones
2022-06-11
12
-0
/
+89
*
Support explicit values in flag properties, add C# flags support
Raul Santos
2022-06-03
1
-0
/
+5
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-05
5
-12
/
+12
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Fix Slerp C# docs and add test cases for vectors in the same direction
Aaron Franke
2022-03-12
2
-4
/
+6
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
Implement `Deconstruct` methods for C# vectors
Berke Kocaoğlu
2022-03-06
4
-0
/
+38
*
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
3
-27
/
+27
*
Merge pull request #57076 from IgorKordiukiewicz/fix-mono-string-capitalize
Ignacio Roldán Etcheverry
2022-02-08
1
-1
/
+46
|
\
|
*
String.Capitalize() in C# now matches the behaviour of String::capitalize() i...
Igor Kordiukiewicz
2022-01-23
1
-1
/
+46
*
|
Allow C# Vector2/3 slerp values to have any length
Andrew Jacob
2022-02-07
2
-25
/
+24
*
|
Rename C# `IsSubsequenceOfI` to `IsSubsequenceOfN`
Raul Santos
2022-01-27
1
-2
/
+2
|
/
*
Fix marshaling values of generic Godot Dictionary
Raul Santos
2022-01-12
2
-1
/
+11
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
11
-22
/
+22
[next]