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#: Fix property set call boxing value when unboxed was expected
Ignacio Roldán Etcheverry
2021-10-19
3
-19
/
+18
*
Merge pull request #53943 from raulsntos/fixup-53581
Rémi Verschelde
2021-10-18
1
-0
/
+11
|
\
|
*
Fix marshaling generic Godot.Object in C#
Raul Santos
2021-10-18
1
-0
/
+11
*
|
Remove unused imports in .py, SCsub and SConstruct files
Anutrix
2021-10-18
1
-1
/
+0
|
/
*
SCons: Fix missing mono `.gen.cpp` sources after #53860
Rémi Verschelde
2021-10-16
1
-0
/
+3
*
Fix hint_string for C# enum arrays
Raul Santos
2021-10-15
1
-18
/
+21
*
Merge pull request #53627 from raulsntos/fix-list-marshal
Rémi Verschelde
2021-10-15
1
-2
/
+4
|
\
|
*
Fix C# List<T> marshalling
Raul Santos
2021-10-10
1
-2
/
+4
*
|
Merge pull request #53581 from raulsntos/mono-marshal-generics
Rémi Verschelde
2021-10-15
1
-0
/
+11
|
\
\
|
*
|
Support marshaling generic Godot.Object
Raul Santos
2021-10-08
1
-0
/
+11
|
|
/
*
/
Support arrays of StringName, NodePath and RID in mono
Raul Santos
2021-10-08
1
-0
/
+36
|
/
*
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
2
-1
/
+2
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
2
-1
/
+2
*
|
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-05
2
-1
/
+2
|
\
\
|
*
|
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
2
-1
/
+2
*
|
|
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
4
-6
/
+6
*
|
|
Update C# RPC attributes to share new Any/Auth naming convention
Edward Auttonberry
2021-09-28
4
-10
/
+10
|
/
/
*
|
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
*
|
|
Merge pull request #51835 from magian1127/patch1
Rémi Verschelde
2021-09-17
1
-4
/
+16
|
\
\
\
|
*
|
|
check that the element type is indeed String
Magian
2021-08-20
1
-6
/
+13
|
*
|
|
C# Array<String> Export Support Enum(String)
Magian
2021-08-18
1
-2
/
+7
|
|
/
/
*
|
|
Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0
Rémi Verschelde
2021-09-14
4
-2
/
+22
|
\
\
\
|
*
|
|
Add editor keyboard shortcut for Mono Build solution button
Lewis James
2021-09-14
4
-2
/
+22
*
|
|
|
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
Aaron Franke
2021-09-13
1
-1
/
+1
*
|
|
|
Merge pull request #52607 from paulloz/improve-cs-method-listing
Ignacio Roldán Etcheverry
2021-09-13
2
-5
/
+36
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improve C# method listing
Paul Joannon
2021-09-12
2
-5
/
+36
|
|
|
/
|
|
/
|
*
/
|
Fix autoloads iteration
Raul Santos
2021-09-12
1
-2
/
+2
|
/
/
*
|
Merge pull request #52492 from raulsntos/fix-csharp-array-properties
Ignacio Roldán Etcheverry
2021-09-09
1
-1
/
+1
|
\
\
|
*
|
Fix properties arrays in C# bindings generator
Raul Santos
2021-09-08
1
-1
/
+1
*
|
|
Merge pull request #52246 from Paulb23/verbatim-string
Max Hilbrunner
2021-09-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
syntax highlight c# verbatim string literal
Paulb23
2021-08-30
1
-1
/
+1
*
|
|
Merge pull request #52289 from Calinou/remove-old-msvc-support-ifdef
Max Hilbrunner
2021-09-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
Hugo Locurcio
2021-08-31
1
-1
/
+1
*
|
|
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
2
-15
/
+15
*
|
|
|
Add documentation to GodotSharp
Raul Santos
2021-09-03
36
-647
/
+2382
*
|
|
|
Fix constant tag documentation in C# bindings generator
Raul Santos
2021-09-03
1
-1
/
+1
*
|
|
|
Fix PackedInt64Array typo in bindings_generator.h
Raul Santos
2021-09-03
1
-1
/
+1
*
|
|
|
Some more C# formatting
Aaron Franke
2021-09-02
50
-767
/
+820
*
|
|
|
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
[next]