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
*
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
*
- Improves portability in joystick buttons enum
Ariel Manzur
2018-01-24
1
-1
/
+1
*
Improved stabilization of ray shape in Bullet
Andrea Catania
2018-01-24
1
-3
/
+10
*
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
|
/
/
*
|
Merge pull request #15949 from MarianoGnu/issue_15743
Rémi Verschelde
2018-01-22
1
-2
/
+4
|
\
\
|
*
|
attemp to fix #15743
Mariano Suligoy
2018-01-21
1
-2
/
+4
*
|
|
fix GDMonoProperty::set_value
Paul Joannon
2018-01-21
1
-1
/
+1
|
/
/
*
|
GDScript: always call ResourceLoader::load() in non-completion mode
Bernhard Liebl
2018-01-21
1
-1
/
+1
*
|
Allow shadowing class members with local variables in GDScript, closes #15896
Juan Linietsky
2018-01-20
1
-14
/
+24
*
|
SCsub: fix mixed indentation
Poommetee Ketson
2018-01-19
1
-4
/
+4
*
|
adding option to split modules library
Ariel Manzur
2018-01-18
1
-2
/
+6
*
|
Merge pull request #15849 from poke1024/preload-completion
Rémi Verschelde
2018-01-18
1
-1
/
+3
|
\
\
[next]