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
*
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
*
Fix various typos
luz paz
2022-01-02
2
-2
/
+2
*
Fix `KeyValuePairAt` memory leak
Raul Santos
2021-12-23
1
-4
/
+2
*
Various fixes to C# documentation
Raul Santos
2021-12-07
7
-15
/
+18
*
Rename C# `Quaternion()` -> `GetQuaternion()`
Raul Santos
2021-12-06
2
-83
/
+83
*
Merge pull request #34005 from aaronfranke/minmax
Rémi Verschelde
2021-12-06
4
-28
/
+28
|
\
|
*
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
2021-12-02
4
-28
/
+28
*
|
Fix get_all_delegates method for generic classes
Raul Santos
2021-12-04
1
-0
/
+12
|
/
*
Rename Vector parameters to be consistent
Raul Santos
2021-12-01
4
-66
/
+66
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-17
2
-12
/
+30
*
Merge pull request #54581 from aaronfranke/operator-docs
Rémi Verschelde
2021-11-16
16
-84
/
+1131
|
\
|
*
Add documentation to operators for math types
Aaron Franke
2021-11-04
16
-84
/
+1131
*
|
fix pingpong in math
Silc 'Tokage' Renew
2021-11-10
1
-1
/
+1
*
|
Merge pull request #53819 from TokageItLab/re-implement-ping-pong
Rémi Verschelde
2021-11-09
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-0
/
+18
*
|
Fix Quaternion multiplication operator
Aaron Franke
2021-11-04
1
-16
/
+12
|
/
*
Implement Call methods in C# Callable
Raul Santos
2021-10-28
3
-0
/
+109
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-18
/
+0
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-0
/
+18
*
Fix some leftover references to idle_frame
kobewi
2021-10-04
1
-1
/
+1
*
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-10-01
1
-1
/
+1
*
Update C# RPC attributes to share new Any/Auth naming convention
Edward Auttonberry
2021-09-28
1
-2
/
+2
*
Merge pull request #52878 from AnilBK/add-get-center
Rémi Verschelde
2021-09-21
3
-1
/
+33
|
\
|
*
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
3
-1
/
+33
*
|
Fix some minor issues in C# XML doc comments
Aaron Franke
2021-09-18
2
-4
/
+6
*
|
Merge pull request #52666 from magian1127/temp1
Rémi Verschelde
2021-09-18
1
-1
/
+93
|
\
\
|
|
/
|
/
|
|
*
C#, replace the current Xform method with a * operator.
Magian
2021-09-18
1
-1
/
+93
*
|
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
Aaron Franke
2021-09-13
1
-1
/
+1
*
|
Add documentation to GodotSharp
Raul Santos
2021-09-03
36
-647
/
+2382
*
|
Some more C# formatting
Aaron Franke
2021-09-02
28
-456
/
+481
*
|
Merge pull request #52270 from KoBeWi/goodbye_polar
George Marques
2021-09-01
1
-26
/
+0
|
\
\
|
*
|
Remove cartesian2polar and polar2cartesian
kobewi
2021-08-31
1
-26
/
+0
*
|
|
Merge pull request #48237 from KoBeWi/they_came_from_angle
George Marques
2021-09-01
1
-0
/
+11
|
\
\
\
|
*
|
|
Add Vector2.from_angle() method
kobewi
2021-08-31
1
-0
/
+11
|
|
/
/
*
|
|
Merge pull request #52240 from Rubonnek/rename-rel-path
Juan Linietsky
2021-08-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
*
|
|
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-30
1
-3
/
+0
|
/
/
*
|
Merge pull request #52087 from raulsntos/expose-simplify-path
Max Hilbrunner
2021-08-25
2
-0
/
+17
|
\
\
|
*
|
Expose `String.SimplifyPath` in C#
Raul Santos
2021-08-25
2
-0
/
+17
*
|
|
Rename `String.IsAbsPath()` to `String.IsAbsolutePath()`
Raul Santos
2021-08-25
1
-2
/
+2
|
/
/
*
/
Rename C# string extensions to follow GDScript
Raul Santos
2021-08-20
1
-2
/
+2
|
/
*
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-08-16
1
-6
/
+4
*
Merge pull request #51008 from raulsntos/csharp-renames
Rémi Verschelde
2021-08-06
3
-5
/
+5
|
\
|
*
Rename RotationQuaternion to be more similar to get_rotation_quaternion
Raul Santos
2021-08-05
2
-3
/
+3
|
*
Rename RandSeed to RandFromSeed and use ref param
Raul Santos
2021-08-05
1
-2
/
+2
*
|
Reduce C# Dictionary internal calls
Raul Santos
2021-08-05
2
-26
/
+64
*
|
Add documentation to Dictionary in C#
Raul Santos
2021-08-05
1
-20
/
+168
|
/
[next]