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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
round / ceil methods for c sharp vectors
Kelly thomas
2018-05-04
2
-0
/
+15
*
#18051: Fix indentation issues introduced during clean up
Xavier Cho
2018-04-17
6
-16
/
+16
*
#18051: Do not use `var` in a for-loop, or where type is not obvious
Xavier Cho
2018-04-17
7
-22
/
+22
*
#18051: Use common name for Color type argument
Xavier Cho
2018-04-17
1
-5
/
+5
*
#18051: Remove redundant verbatim prefixes
Xavier Cho
2018-04-17
2
-3
/
+3
*
#18051: Use default parameter value
Xavier Cho
2018-04-17
1
-1
/
+1
*
#18051: Use array initializer when applicable
Xavier Cho
2018-04-17
1
-4
/
+2
*
#18051: Remove redundant parenthesis
Xavier Cho
2018-04-17
13
-91
/
+94
*
#18051: Remove unnecessary variable assignments
Xavier Cho
2018-04-17
5
-11
/
+7
*
#18051: Use 'var' when applicable
Xavier Cho
2018-04-17
14
-109
/
+109
*
#18051: Remove redundant casts and 'using', 'else', 'this' statements
Xavier Cho
2018-04-17
19
-281
/
+211
*
Remove duplicated declaration of RoundToInt() from Mathf
Xavier Cho
2018-04-17
1
-5
/
+0
*
[Mono] Improve Mathf
Chaosus
2018-04-13
3
-33
/
+91
*
[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...
Alexander Alekseev
2018-04-03
1
-6
/
+6
*
Added wrap functions to C#
Chaosus
2018-03-26
1
-0
/
+12
*
Fix mono basis GetEuler bug and marshalling/unmarshalling
Carter Anderson
2018-03-24
1
-82
/
+106
*
Merge pull request #17134 from aaronfranke/master
Ignacio Etcheverry
2018-03-24
12
-288
/
+470
|
\
|
*
Replace float with real_t, default Vectors, other misc C# improvements
Aaron Franke
2018-03-22
13
-289
/
+471
*
|
[mono] rename functions to conform to PascalCase
Paul Joannon
2018-03-04
3
-19
/
+19
|
/
*
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-25
1
-0
/
+1
*
Merge pull request #16326 from NathanWarden/fix_basis_mono
Ignacio Etcheverry
2018-02-18
1
-3
/
+3
|
\
|
*
[Mono] Basis values now marshalled in the correct order.
Nathan Warden
2018-02-02
1
-3
/
+3
*
|
add a [Signal] attribute to CSharpScripts
Paul Joannon
2018-02-17
1
-0
/
+12
|
/
*
Fix an infinite recursion in the Mathf.Decimals method when using floats.
Nathan Warden
2018-01-31
1
-1
/
+1
*
Mono: Fix NodePath and RID bindings
Ignacio Etcheverry
2018-01-25
2
-6
/
+71
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
remove c#7 features for compatibility with 2015 Build Tools
Kelly Thomas
2018-01-18
1
-2
/
+2
*
Mono: Some StackTrace to StackInfo[] fixes
Ignacio Etcheverry
2018-01-12
1
-0
/
+6
*
Fixes Mono color creation from string.
Pieter-Jan Briers
2018-01-10
1
-13
/
+13
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-0
/
+77
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Mono: Script lifetime fixes
Ignacio Etcheverry
2018-01-01
1
-3
/
+5
*
Mono: Make the bindings generator output enums
Ignacio Etcheverry
2017-12-24
4
-60
/
+11
*
Improve slang, especially in user-visible parts
Unknown
2017-12-05
1
-2
/
+1
*
Mono: Use PascalCase in core types.
Andreas Haas
2017-11-21
13
-483
/
+483
*
Add cartesian to polar conversion functions
pablotato
2017-11-20
1
-0
/
+10
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-22
/
+22
*
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
1
-1
/
+1
*
Convert DOS line endings to Unix line endings
Rémi Verschelde
2017-11-05
6
-1279
/
+1279
*
Export attribute fixes and improvements
Ignacio Etcheverry
2017-10-17
1
-3
/
+1
*
Apply a few recent chages in Quat and Basis to their respective Mono counterp...
Ferenc Arn
2017-10-09
3
-19
/
+70
*
Added mono module
Ignacio Etcheverry
2017-10-03
25
-0
/
+5660