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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More reliably find mscorlib.dll on Linux
Hein-Pieter van Braam
2018-02-27
1
-2
/
+5
*
Deprecate a typo for a new method introduced in 3.0.1
Hein-Pieter van Braam
2018-02-27
3
-3
/
+3
*
Revert "[Mono] Basis values now marshalled in the correct order."
Hein-Pieter van Braam
2018-02-27
2
-6
/
+6
*
Revert "The marshalling in was also incorrect."
Hein-Pieter van Braam
2018-02-27
1
-1
/
+1
*
Mono: Buildsystem improvements
Ignacio Etcheverry
2018-02-27
3
-12
/
+24
*
fix release builds with mono
Michele Valente
2018-02-27
2
-8
/
+3
*
fix build error when compiling with mono, tools=no, target=release
Paul Joannon
2018-02-27
1
-1
/
+1
*
[mono] get stacktraces for all inner exceptions
Paul Joannon
2018-02-26
1
-20
/
+39
*
Mono: Fix bindings for parameters in vararg methods
Ignacio Etcheverry
2018-02-26
1
-3
/
+3
*
The marshalling in was also incorrect.
Nathan Warden
2018-02-26
1
-1
/
+1
*
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-26
12
-87
/
+394
*
Update warning about C# support
Rémi Verschelde
2018-02-21
1
-3
/
+4
*
[Mono] Fixed "expression did not evaluate to a constant" compiler error for v...
Nathan Warden
2018-02-21
1
-3
/
+4
*
Mono: Fix build status icons
Ignacio Etcheverry
2018-02-19
1
-5
/
+3
*
implement signal related methods in csharp_script so signals can be used with...
Paul Joannon
2018-02-19
4
-8
/
+89
*
add a [Signal] attribute to CSharpScripts
Paul Joannon
2018-02-19
7
-1
/
+103
*
Makes project manager never initialize mono debug.
Pieter-Jan Briers
2018-02-19
1
-16
/
+2
*
Give C# NodePath a ToString().
Pieter-Jan Briers
2018-02-19
1
-1
/
+2
*
Makes NodePath and RID follow PascalCase in C#.
Pieter-Jan Briers
2018-02-19
1
-1
/
+1
*
Add and use mono build variables with cloned environment.
Jonathan Tinkham
2018-02-19
1
-2
/
+2
*
Fix pkgconfig detection of mono
Benjamin Dobell
2018-02-19
1
-0
/
+1
*
[Mono] Basis values now marshalled in the correct order.
Nathan Warden
2018-02-19
2
-6
/
+6
*
Change 'Build Project' button style in Mono panel
Paul Joannon
2018-02-19
1
-1
/
+1
*
Added async and await as C# keywords.
Nathan Warden
2018-02-05
1
-3
/
+7
*
Mono: Remove automatic script multilevel calls
Ignacio Etcheverry
2018-02-05
2
-22
/
+9
*
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-04
4
-7
/
+7
*
Fix an infinite recursion in the Mathf.Decimals method when using floats.
Nathan Warden
2018-02-04
1
-1
/
+1
*
Merge pull request #16118 from neikeq/i-dont-know-what-to-write-here-anymore
Rémi Verschelde
2018-01-27
2
-0
/
+12
|
\
|
*
Mono: Fix build errors with tools=no and target=release
Ignacio Etcheverry
2018-01-27
2
-0
/
+12
*
|
Mono: Fix method_bind fields being generated as instance members
Ignacio Etcheverry
2018-01-27
1
-2
/
+1
|
/
*
Mono: Don't defer call to dispose queue objects when finalizing domain
Ignacio Etcheverry
2018-01-26
1
-5
/
+7
*
Mono: Fix NodePath and RID bindings
Ignacio Etcheverry
2018-01-25
4
-43
/
+141
*
doc: Sync with current source
Rémi Verschelde
2018-01-25
3
-3
/
+3
*
Merge pull request #16016 from neikeq/issue-13316
Ignacio Etcheverry
2018-01-24
1
-2
/
+7
|
\
|
*
Fix CSharpInstance::call not initializing CallError
Ignacio Etcheverry
2018-01-24
1
-2
/
+7
*
|
SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer
Paul Joannon
2018-01-23
2
-2
/
+2
*
|
Merge pull request #15972 from akien-mga/mono-warning
Rémi Verschelde
2018-01-22
2
-1
/
+93
|
\
\
|
*
|
Mono: Display opt-out warning in editor about WIP status
Rémi Verschelde
2018-01-22
2
-1
/
+93
*
|
|
RID cached class was wrong (mono)
Paul Joannon
2018-01-22
1
-1
/
+1
|
/
/
*
|
fix GDMonoProperty::set_value
Paul Joannon
2018-01-21
1
-1
/
+1
*
|
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
2
-2
/
+2
*
|
remove c#7 features for compatibility with 2015 Build Tools
Kelly Thomas
2018-01-18
1
-2
/
+2
*
|
remove an unneeded marshalling function
Paul Joannon
2018-01-18
2
-11
/
+6
*
|
fix marshalling when a function is returning an object from c#
Paul Joannon
2018-01-18
1
-4
/
+4
|
/
*
doc: Update version string in XML
Rémi Verschelde
2018-01-13
3
-3
/
+3
*
Mono: Some StackTrace to StackInfo[] fixes
Ignacio Etcheverry
2018-01-12
4
-6
/
+38
*
Mono: Fix starting MonoDevelop process from the wrong appdomain
Ignacio Etcheverry
2018-01-12
1
-0
/
+2
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+1
*
Merge pull request #15537 from PJB3005/18-01-09-fix-color-string-constructor-...
Rémi Verschelde
2018-01-10
1
-13
/
+13
|
\
|
*
Fixes Mono color creation from string.
Pieter-Jan Briers
2018-01-10
1
-13
/
+13
[next]