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
/
platform
/
javascript
/
javascript_main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-21
Adds world_to_map() and map_to_world() methods to GridMap.
David Saltares
2
-3
/
+35
2017-10-20
Fix ambiguous documentation for RigidBody2D
Jakob Sinclair
1
-2
/
+2
2017-10-20
Mono: Fix static linking on macOS
Rémi Verschelde
1
-1
/
+5
2017-10-20
[GDnative] remove useless (and illegal !) STL include
Emmanuel Leblond
2
-2
/
+0
2017-10-20
Fixed unnecesary structure copying in bugfix.
Juan Linietsky
1
-3
/
+2
2017-10-20
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor
Bojidar Marinov
1
-1
/
+1
2017-10-20
variant.h: Update comments with numeric enum values
Sebastian Krzyszkowiak
1
-4
/
+4
2017-10-20
update GKScore init function
sersoong
1
-1
/
+1
2017-10-20
Fix compilation on Visual Studio 2013 (#10219).
scorched
21
-4
/
+166
2017-10-20
Fix window display shrink can't set to float numbers
geequlim
3
-4
/
+4
2017-10-20
Fix iOS GameCenter connection flow
Evgeny Zuev
2
-17
/
+62
2017-10-20
Fix rotated logger naming and backup deletion
Ruslan Mustakov
1
-3
/
+3
2017-10-20
Adjusted editable_warning for "This resource was imported...." alert:
Indah Sylvia
1
-1
/
+1
2017-10-20
Bind some VisualServer functions
Leon Krause
5
-7
/
+439
2017-10-19
Added a node_added signal to the SceneTree
Nathan Warden
3
-0
/
+11
2017-10-19
Fix Color.r8/g8/b8/a8 being type float instead of type int
Marcelo Fernandez
1
-4
/
+4
2017-10-20
Always mixing up binary and and boolean and...
Bastiaan Olij
1
-1
/
+2
2017-10-19
Fix Viewport clear mode is bool instead of int, fixes #12202
Poommetee Ketson
1
-1
/
+1
2017-10-19
Formatting an unformatted hyperlink (#12226)
haugenmitch
1
-1
/
+1
2017-10-19
Fix spatial shader conversion with texture
Hiroshi Ogawa
3
-2
/
+21
2017-10-19
Fix depth draw alpha prepass for shadow
Hiroshi Ogawa
1
-1
/
+3
2017-10-18
[DOCS] EditorScript
Fallayn
1
-2
/
+14
2017-10-18
Itemlist rmb now provides the same pos as Tree rmb
AlexHolly
1
-3
/
+3
2017-10-18
Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer ...
Sofox
1
-1
/
+1
2017-10-18
Mono: Fix warning about exported static fields
Ignacio Etcheverry
1
-1
/
+2
2017-10-18
Mono: Fix build with tools=no or target=release
Ignacio Etcheverry
2
-0
/
+4
2017-10-18
Fix drag and drop collision with non-centred origin points.
Saracen
1
-2
/
+8
2017-10-17
Adjust openssl #defines to be libressl compatible
Matthew Kunjummen
2
-4
/
+4
2017-10-17
Improved viewport zoom and speed icons
Daniel J. Ramirez
2
-175
/
+8
2017-10-18
Restored files mode
Gilles Roudiere
3
-0
/
+0
2017-10-18
Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
Gilles Roudiere
21
-164
/
+118
2017-10-17
Fix BSD compile issues
Marcelo Fernandez
3
-0
/
+10
2017-10-17
[DOCS] EditorInterface
Fallayn
1
-0
/
+18
2017-10-17
Export attribute fixes and improvements
Ignacio Etcheverry
9
-25
/
+94
2017-10-17
(VS) Add space after "=" sign in variable list
homer666
1
-1
/
+1
2017-10-17
Take self-contained mode into consideration
Ignacio Etcheverry
1
-6
/
+15
2017-10-17
[GDnative] add pluginscript \o/
Emmanuel Leblond
20
-11
/
+1937
2017-10-17
Fix directional light specular
Hiroshi Ogawa
1
-2
/
+2
2017-10-17
SCons: Disable server platform as it does not build
Rémi Verschelde
1
-0
/
+3
2017-10-16
Fix formatting of debug log overflow
Pedro J. Estébanez
1
-4
/
+8
2017-10-16
Fix crash in shader parsing
Pedro J. Estébanez
1
-0
/
+2
2017-10-16
Reset slider mouse state on hiding/removing
Pedro J. Estébanez
1
-0
/
+6
2017-10-16
Check if input is handled before handling it
Ruslan Mustakov
1
-2
/
+7
2017-10-16
[Nativescript] fix crash when loading a library with missing godot_nativescri...
Emmanuel Leblond
1
-6
/
+12
2017-10-16
Sign iOS dylibs before packaging
Ruslan Mustakov
2
-14
/
+14
2017-10-16
Avoid adding built-in script path to csproj
Ignacio Etcheverry
1
-6
/
+9
2017-10-16
Improve signature of signal target generated function
Ignacio Etcheverry
4
-34
/
+108
2017-10-16
Re-write SignalAwaiter implementation
Ignacio Etcheverry
7
-57
/
+97
2017-10-15
[DOCS] documented and edited Particles2D
Kaukamieli
1
-5
/
+7
2017-10-15
Added icon under zoom/speed indicator bar
Marc Gilleron
3
-24
/
+234
[next]