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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOCS] NetworkedMultiplayerENet
Max Hilbrunner
2018-03-03
1
-3
/
+13
*
NativeScript: Fix initialization in wrong scope
Rémi Verschelde
2018-03-02
1
-1
/
+1
*
Fix various valgrind reported uninitialized variable uses
Hein-Pieter van Braam
2018-03-01
1
-0
/
+1
*
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 "fix spurious error messages during autocomplete and validate"
Hein-Pieter van Braam
2018-02-27
1
-4
/
+25
*
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
*
doc: Update version string for 3.0.2
Rémi Verschelde
2018-02-27
66
-66
/
+66
*
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 doc version strings to 3.0.1
Hein-Pieter van Braam
2018-02-24
66
-66
/
+66
*
Removed whitespaces around arguments of functions.
anakimluke
2018-02-22
1
-2
/
+0
*
Fix typos with codespell
luz.paz
2018-02-22
10
-15
/
+15
*
Fixes gravity calculation for kinematic bodies in Bullet
Neil Moore
2018-02-21
1
-1
/
+2
*
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
*
fix spurious error messages during autocomplete and validate
x1212
2018-02-19
1
-25
/
+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
*
Gridmap editor now lists plane instead of floor when not horizontal.
Anish
2018-02-19
2
-3
/
+18
*
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
*
Added return true o collide when no rusult is NULL
Andrea Catania
2018-02-19
1
-0
/
+2
*
Add and use mono build variables with cloned environment.
Jonathan Tinkham
2018-02-19
1
-2
/
+2
*
Remove debugging prints related to the asset library
Hugo Locurcio
2018-02-19
1
-5
/
+0
*
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
*
Show default values in docs for GDScript built-in functions
George Marques
2018-02-19
2
-2
/
+4
*
Change 'Build Project' button style in Mono panel
Paul Joannon
2018-02-19
1
-1
/
+1
*
Fixed android arm64v8
Colin Kinloch
2018-02-19
1
-2
/
+2
*
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
14
-29
/
+29
*
Fix an infinite recursion in the Mathf.Decimals method when using floats.
Nathan Warden
2018-02-04
1
-1
/
+1
*
Expose audio streams get_length()
MrCdK
2018-01-30
2
-8
/
+8
*
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: Fix references to online tutorials after godotengine/godot-docs#1015
Rémi Verschelde
2018-01-25
3
-3
/
+3
*
doc: Sync with current source
Rémi Verschelde
2018-01-25
69
-69
/
+69
[next]