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
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
6
-10
/
+5
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
6
-8
/
+8
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-2
/
+0
*
Mono: Fix -Wduplicated-branches warning
Rémi Verschelde
2019-06-15
1
-7
/
+2
*
Merge pull request #29606 from neikeq/remove-unneeded-mono-patches
Ignacio Roldán Etcheverry
2019-06-08
1
-13
/
+0
|
\
|
*
Remove obsolete mono patch for pthread_mutexattr_setprotocol
Ignacio Etcheverry
2019-06-08
1
-13
/
+0
*
|
Mono: Fix SCons options added to the wrong environment
Ignacio Etcheverry
2019-06-04
3
-13
/
+10
|
/
*
Android build and export for the mono module
Ignacio Etcheverry
2019-06-03
17
-121
/
+237
*
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-1
/
+1
|
\
|
*
Fix code completion not working with class_name
lupoDharkael
2019-04-16
1
-1
/
+1
*
|
Merge pull request #27789 from Giacom/move_towards
Rémi Verschelde
2019-06-01
3
-0
/
+21
|
\
\
|
*
|
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
3
-0
/
+21
*
|
|
Escape quote char for non-Windows OS
ShyRed
2019-05-29
1
-0
/
+8
*
|
|
Merge pull request #28957 from aaronfranke/basis-optimize
Rémi Verschelde
2019-05-27
1
-23
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Optimize Basis constructor for Axis Angle
Aaron Franke
2019-05-17
1
-23
/
+21
*
|
|
Merge pull request #29184 from aaronfranke/mono-tan-xy-yx
Ignacio Roldán Etcheverry
2019-05-26
1
-2
/
+2
|
\
\
\
|
*
|
|
[Mono] Change Atan2 arguments to Y X
Aaron Franke
2019-05-26
1
-2
/
+2
*
|
|
|
Add Godot constants to Mono project builds
ShyRed
2019-05-26
6
-9
/
+37
|
/
/
/
*
|
|
Merge pull request #29021 from aaronfranke/mono-tuple
Ignacio Roldán Etcheverry
2019-05-26
3
-21
/
+30
|
\
\
\
|
*
|
|
[Mono] Misc Basis and AABB improvements
Aaron Franke
2019-05-22
3
-21
/
+30
*
|
|
|
C#: Implement ScriptInstance::to_string
Ignacio Etcheverry
2019-05-24
4
-1
/
+49
|
/
/
/
*
|
|
Merge pull request #29079 from neikeq/oopsie
Ignacio Roldán Etcheverry
2019-05-21
6
-27
/
+84
|
\
\
\
|
*
|
|
Fix C# build error in MarshalUtils debug code
Ignacio Etcheverry
2019-05-21
6
-27
/
+84
*
|
|
|
Merge pull request #29052 from neikeq/fixes-28667------i-think
Ignacio Roldán Etcheverry
2019-05-21
3
-12
/
+11
|
\
\
\
\
|
*
|
|
|
Replace call to 'mono_runtime_object_init' with manual ctor invoking
Ignacio Etcheverry
2019-05-21
3
-12
/
+11
|
|
/
/
/
*
/
/
/
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
|
/
/
/
*
/
/
C#: Marshalling support for IEnumerable<> and IDictionary<,>
Ignacio Etcheverry
2019-05-18
13
-190
/
+589
|
/
/
*
|
Fix generation of Mono Glue for Visual Studio 2017+
ShyRed
2019-05-05
1
-1
/
+1
*
|
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-05-02
1
-1
/
+1
*
|
Merge pull request #21425 from aaronfranke/decimal-functions
Rémi Verschelde
2019-05-01
2
-8
/
+31
|
\
\
|
*
|
Make "decimal" functions more consistent
Aaron Franke
2019-04-30
2
-8
/
+31
*
|
|
Merge pull request #28544 from neikeq/issue-28540
Rémi Verschelde
2019-05-01
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix missing argument for vsnprintf_s
Ignacio Etcheverry
2019-04-30
1
-1
/
+2
*
|
|
Merge pull request #28530 from akien-mga/scons-prepend-cpppath
Rémi Verschelde
2019-04-30
1
-2
/
+2
|
\
\
\
|
*
|
|
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-2
/
+2
|
|
/
/
*
/
/
C#: Support resource type hint in exported arrays
Ignacio Etcheverry
2019-04-29
3
-4
/
+16
|
/
/
*
|
Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...
Rémi Verschelde
2019-04-29
10
-157
/
+355
|
\
\
|
*
|
C#: Generate the correct integer and floating point types
Ignacio Etcheverry
2019-04-27
5
-44
/
+159
|
*
|
C#: Mark generated property accessor methods as Obsolete
Ignacio Etcheverry
2019-04-25
2
-6
/
+58
|
*
|
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-25
7
-107
/
+138
*
|
|
Merge pull request #18992 from aaronfranke/mono-equal-approx
Rémi Verschelde
2019-04-29
7
-34
/
+53
|
\
\
\
|
*
|
|
[Mono] Approximate equality
Aaron Franke
2019-04-25
7
-34
/
+53
|
|
/
/
*
/
/
Mono: Lazily load scripts metadata file
Ignacio Etcheverry
2019-04-26
4
-9
/
+21
|
/
/
*
|
Fix invalid mono log file name on Windows
Ignacio Etcheverry
2019-04-24
1
-1
/
+1
*
|
Merge pull request #28179 from neikeq/welp
Rémi Verschelde
2019-04-22
2
-362
/
+352
|
\
\
|
*
|
Use StringBuilder in C# bindings generator
Ignacio Etcheverry
2019-04-19
2
-362
/
+352
*
|
|
Merge pull request #27820 from ForLoveOfCats/master
Ignacio Roldán Etcheverry
2019-04-20
1
-5
/
+5
|
\
\
\
|
*
|
|
Mono: Convert all items to string before printing
ForLoveOfCats
2019-04-19
1
-5
/
+5
*
|
|
|
Merge pull request #28192 from akien-mga/doc-unused-demos
Rémi Verschelde
2019-04-19
3
-6
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
3
-6
/
+0
[next]