index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mono
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 3.0.4
Hein-Pieter van Braam
2018-06-14
3
-3
/
+3
*
Fix some missed changes from a cherrypick
Hein-Pieter van Braam
2018-06-13
1
-7
/
+10
*
Mono: Allow loading `mscorlib` from resources.
bruvzg
2018-06-13
1
-10
/
+7
*
Fix Mono static linking on Mingw
Hein-Pieter van Braam
2018-06-01
1
-2
/
+9
*
Fix documentation version strings
Hein-Pieter van Braam
2018-06-01
3
-3
/
+3
*
round / ceil methods for c sharp vectors
Kelly thomas
2018-06-01
2
-0
/
+15
*
Set current SynchronizationContext before the game loop starts
Adam Cigánek
2018-06-01
1
-1
/
+1
*
fixes build error on Linux after its introduction in #18949
Michele Valente
2018-06-01
1
-2
/
+2
*
Mono: Project building fixes
Ignacio Etcheverry
2018-06-01
5
-66
/
+146
*
mono: add Slerp method to vector classes, expose Cross method for Vector2, an...
Kelly Thomas
2018-06-01
4
-5
/
+17
*
Reduce allocations when converting mono arrays to pool arrays
Carter Anderson
2018-06-01
1
-9
/
+16
*
Mono: Improve 'script class not found' error
Ignacio Etcheverry
2018-06-01
1
-5
/
+12
*
Mono: Basis constructor for euler parameter
Kelly Thomas
2018-06-01
1
-0
/
+20
*
mono: New Color methods: Darkened, Lightened and ToRgba32
Kelly Thomas
2018-06-01
1
-4
/
+22
*
mono: Plane, expose Normal, and D
Kelly Thomas
2018-06-01
1
-38
/
+44
*
Fix index out of range error in string.Extension()
Kelly Thomas
2018-06-01
1
-1
/
+1
*
Mono: Fix MonoImage filename being set to an invalid path
Ignacio Etcheverry
2018-06-01
1
-4
/
+5
*
[mono] fix signals parameter retrieval
Paul Joannon
2018-05-16
1
-5
/
+7
*
Fix editor detecting msbuild with a msvc 'tools only' install
Ignacio Etcheverry
2018-05-13
1
-0
/
+2
*
Fix MSVC check when building with mono
Ignacio Etcheverry
2018-05-13
1
-2
/
+2
*
Fix msbuild with a msvc 'tools only' install
Hein-Pieter van Braam
2018-04-30
1
-1
/
+1
*
Add option to link mono statically on Windows
Ignacio Etcheverry
2018-04-29
1
-14
/
+28
*
Remove duplicated declaration of RoundToInt() from Mathf
Xavier Cho
2018-04-29
1
-5
/
+0
*
[mono] add the 'Facades' subfolder to the searched directories in _preload_hook
Paul Joannon
2018-04-29
1
-0
/
+1
*
Mono: BindingsGenerator enum fixes
Ignacio Etcheverry
2018-04-29
2
-93
/
+117
*
#18051: Fix indentation issues introduced during clean up
Xavier Cho
2018-04-29
6
-16
/
+16
*
#18051: Do not use `var` in a for-loop, or where type is not obvious
Xavier Cho
2018-04-29
7
-22
/
+22
*
#18051: Use common name for Color type argument
Xavier Cho
2018-04-29
1
-5
/
+5
*
#18051: Remove redundant verbatim prefixes
Xavier Cho
2018-04-29
2
-3
/
+3
*
#18051: Use default parameter value
Xavier Cho
2018-04-29
1
-1
/
+1
*
#18051: Use array initializer when applicable
Xavier Cho
2018-04-29
1
-4
/
+2
*
#18051: Remove redundant parenthesis
Xavier Cho
2018-04-29
13
-91
/
+94
*
#18051: Remove unnecessary variable assignments
Xavier Cho
2018-04-29
5
-11
/
+7
*
#18051: Use 'var' when applicable
Xavier Cho
2018-04-29
14
-109
/
+109
*
#18051: Remove redundant casts and 'using', 'else', 'this' statements
Xavier Cho
2018-04-29
19
-281
/
+211
*
Mono: Fix '!t' error messages when generating bindings
Ignacio Etcheverry
2018-04-28
1
-1
/
+1
*
Mono: Do not spam script class not found error
Ignacio Etcheverry
2018-04-28
1
-10
/
+9
*
Mono: Fix crash on script load if the scripts domain isn't loaded
Ignacio Etcheverry
2018-04-28
1
-6
/
+14
*
[Mono] Improve Mathf
Chaosus
2018-04-15
3
-33
/
+91
*
[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...
Alexander Alekseev
2018-04-15
1
-6
/
+6
*
Fixed _issue_activated to take the correct issue id from the list
Nikodem Lokatelj
2018-04-15
1
-2
/
+7
*
Move GodotSharp and MonoBuildTab member variables to initializer list
Wilson E. Alvarez
2018-04-15
2
-21
/
+15
*
Added wrap functions to C#
Chaosus
2018-04-15
1
-0
/
+12
*
Mono: Runtime main args and assembly search fixes
Ignacio Etcheverry
2018-04-15
2
-15
/
+42
*
Mono: Avoid invalid class names.
Andreas Haas
2018-04-15
2
-2
/
+25
*
Fix a merge error
Hein-Pieter van Braam
2018-04-15
1
-1
/
+1
*
Mono: Add project export plugin
Ignacio Etcheverry
2018-04-15
12
-51
/
+403
*
[mono] write classes with no constructor as abstract
Paul Joannon
2018-04-14
1
-2
/
+3
*
[mono] rename functions to conform to PascalCase
Paul Joannon
2018-04-14
2
-18
/
+18
*
Fix mono basis GetEuler bug and marshalling/unmarshalling
Carter Anderson
2018-04-14
1
-82
/
+106
[next]