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
*
round / ceil methods for c sharp vectors
Kelly thomas
2018-05-04
2
-0
/
+15
*
Merge pull request #18406 from YeldhamDev/script_templates_period
Max Hilbrunner
2018-05-04
1
-1
/
+1
|
\
|
*
Changed periods in the script templates.
Michael Alexsander Silva Dias
2018-05-02
1
-1
/
+1
*
|
Merge pull request #18562 from neikeq/issue-18526
Ignacio Etcheverry
2018-05-02
1
-2
/
+2
|
\
\
|
*
|
Fix MSVC check when building with mono
Ignacio Etcheverry
2018-05-02
1
-2
/
+2
*
|
|
Merge pull request #18561 from neikeq/fix-find-msbuild-2
Ignacio Etcheverry
2018-05-02
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix editor detecting msbuild with a msvc 'tools only' install
Ignacio Etcheverry
2018-05-02
1
-0
/
+2
|
|
/
*
/
Fix msbuild with a msvc 'tools only' install
Hein-Pieter van Braam
2018-04-30
1
-1
/
+1
|
/
*
Mono: BindingsGenerator enum fixes
Ignacio Etcheverry
2018-04-28
2
-93
/
+117
*
Add option to link mono statically on Windows
Ignacio Etcheverry
2018-04-25
1
-14
/
+28
*
Merge pull request #18399 from neikeq/u
Ignacio Etcheverry
2018-04-24
2
-17
/
+24
|
\
|
*
Mono: Fix '!t' error messages when generating bindings
Ignacio Etcheverry
2018-04-24
1
-1
/
+1
|
*
Mono: Do not spam script class not found error
Ignacio Etcheverry
2018-04-24
1
-10
/
+9
|
*
Mono: Fix crash on script load if the scripts domain isn't loaded
Ignacio Etcheverry
2018-04-24
1
-6
/
+14
*
|
#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
*
|
Merge pull request #18038 from Chaosus/mathf
Ignacio Etcheverry
2018-04-13
3
-33
/
+91
|
\
\
|
*
|
[Mono] Improve Mathf
Chaosus
2018-04-13
3
-33
/
+91
*
|
|
Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated
Ignacio Etcheverry
2018-04-09
1
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed _issue_activated to take the correct issue id from the list
Nikodem Lokatelj
2018-03-30
1
-2
/
+7
*
|
|
Merge pull request #17834 from Rubonnek/move-to-initializer-list
Rémi Verschelde
2018-04-03
2
-21
/
+15
|
\
\
\
|
*
|
|
Move GodotSharp and MonoBuildTab member variables to initializer list
Wilson E. Alvarez
2018-03-27
2
-21
/
+15
|
|
/
/
*
|
/
[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
2
-86
/
+110
*
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
*
|
Fix mono build properly!
PJB3005
2018-03-19
1
-1
/
+1
*
|
Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3
Rémi Verschelde
2018-03-19
1
-1
/
+1
|
\
\
|
*
|
Fix Mono builds with Python 3.
Pieter-Jan Briers
2018-03-18
1
-1
/
+1
*
|
|
Merge pull request #17619 from neikeq/mono-runtime-main-args
Ignacio Etcheverry
2018-03-18
2
-15
/
+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Mono: Runtime main args and assembly search fixes
Ignacio Etcheverry
2018-03-18
2
-15
/
+42
|
|
/
*
|
Merge pull request #17179 from paulloz/mono-assemblies-preload-facades
Ignacio Etcheverry
2018-03-16
1
-0
/
+1
|
\
\
|
*
|
[mono] add the 'Facades' subfolder to the searched directories in _preload_hook
Paul Joannon
2018-03-02
1
-0
/
+1
|
|
/
*
|
Merge pull request #17388 from Hinsbart/mono_class_name
Rémi Verschelde
2018-03-15
2
-2
/
+25
|
\
\
|
*
|
Mono: Avoid invalid class names.
Andreas Haas
2018-03-15
2
-2
/
+25
|
|
/
*
|
[mono] write classes with no constructor as abstract
Paul Joannon
2018-03-04
1
-2
/
+3
*
|
[mono] rename functions to conform to PascalCase
Paul Joannon
2018-03-04
3
-19
/
+19
|
/
*
More reliably find mscorlib.dll on Linux
Hein-Pieter van Braam
2018-02-27
1
-2
/
+5
*
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-27
3
-3
/
+3
*
Merge pull request #17075 from paulloz/fix-build-mono-debug-notools
Rémi Verschelde
2018-02-27
1
-1
/
+1
|
\
[next]