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
/
visual_script
/
visual_script.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-07
Fix assembly load hooks
Ignacio Etcheverry
4
-54
/
+85
2017-10-07
Quote MSBuild arguments. Fixes #11892
Ignacio Etcheverry
2
-1
/
+5
2017-10-07
Mono: Make sure editor thread is attached on script reload
Ignacio Etcheverry
1
-0
/
+25
2017-10-06
VisualScript: Fix crash with get_node().
Andreas Haas
1
-1
/
+1
2017-10-06
[DOCS] Update ParticlesMaterial, Particles class ref
Chris Bradfield
3
-2
/
+102
2017-10-06
FileDialog: fix select index out of range
Poommetee Ketson
1
-2
/
+3
2017-10-06
EditorSettings: remove duplicate set_favorite_dirs
Poommetee Ketson
1
-2
/
+0
2017-10-06
Fix LINK/UNLINK console spam with navmeshes
Bartłomiej T. Listwon
1
-4
/
+0
2017-10-06
Made a few tweaks to the interface
BastiaanOlij
17
-113
/
+538
2017-10-06
Use additional repositories for gradle build dependencies too
Ruslan Mustakov
1
-2
/
+3
2017-10-05
get parent class fields when updating a CSharpScript's exports
Carter Anderson
1
-22
/
+31
2017-10-05
Fix mono enabled builds (broken by 3d87b70).
Ferenc Arn
2
-4
/
+4
2017-10-05
Extends the anchors menu to a presets
Gilles Roudiere
2
-124
/
+212
2017-10-05
Make sure to obey hidpi to off by default, as present in project settings. Se...
Juan Linietsky
2
-1
/
+4
2017-10-05
Fix crash when a custom theme can't be loaded
Marcelo Fernandez
1
-1
/
+6
2017-10-05
Added the set/get_setting function in Editor/Project settings. Renamed has() ...
Juan Linietsky
19
-48
/
+81
2017-10-05
Add GridMap::get_used_cells. Fixes #11857.
feature/gridmap-used-cells
J08nY
2
-0
/
+17
2017-10-05
Add NIL_IS_VARIANT usage to few definitions
Ruslan Mustakov
3
-3
/
+3
2017-10-05
Fix logging of long strings via RotatedFileLogger
Ruslan Mustakov
1
-1
/
+4
2017-10-05
fixes several scaling problems on multi monitor retina/non-retina setups on OS X
Bernhard Liebl
4
-55
/
+64
2017-10-04
Fix IK Bone Drag on Viewport
Gabriel
1
-1
/
+1
2017-10-05
Uninitialized local and domain finalize fixes
Ignacio Etcheverry
1
-1
/
+6
2017-10-05
Add C# script to csproj when attaching it to an object
Ignacio Etcheverry
3
-18
/
+50
2017-10-05
Add alternative search locations for msbuild
Ignacio Etcheverry
2
-8
/
+54
2017-10-04
Fix Python 3 build
Matthias Hoelzl
3
-12
/
+35
2017-10-04
Fixed rotating in local space using 3D Gizmo.
Przemysław Gołąb (n-pigeon)
1
-18
/
+28
2017-10-04
Match file dialog drive with the current folder.
Daniel J. Ramirez
1
-0
/
+1
2017-10-04
[DOCS] Adds RegExMatch doc and RegEx fix typo
Jerome67000
2
-8
/
+12
2017-10-04
Fix logging on iOS
Ruslan Mustakov
4
-16
/
+18
2017-10-04
Restored normal bias as default bias in GIProbe
Juan Linietsky
1
-2
/
+2
2017-10-04
Fix type error in subsurface scattering shader code
Hiroshi Ogawa
1
-13
/
+12
2017-10-04
Allow to obtain virtual keyboard height
Ruslan Mustakov
14
-3
/
+114
2017-10-04
Fix returning Game Center player ID
Ruslan Mustakov
1
-1
/
+1
2017-10-04
Fix GIProbe light visibility
Hiroshi Ogawa
2
-3
/
+8
2017-10-04
Improve input handling on Android
Ruslan Mustakov
2
-106
/
+30
2017-10-04
Add function set_stream_position to VideoPlayer
Terah
3
-0
/
+17
2017-10-04
[GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...
Emmanuel Leblond
1
-0
/
+2
2017-10-03
[GDNative] added API struct wrapper generator
Karroffel
4
-54
/
+71
2017-10-03
Fixes the pre drag rect not drawn correctly
Gilles Roudiere
2
-5
/
+10
2017-10-03
Avoid failed viewport when size is too smal, fixes #9891
Juan Linietsky
1
-5
/
+5
2017-10-03
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
9
-4
/
+38
2017-10-03
doc_status.py: Add -e (--empty) option to hide items with nothing left to do
mhilbrunner
1
-0
/
+15
2017-10-03
Fixed a bug where ssl would force validation even though you told it not to.
Nathan Warden
1
-1
/
+1
2017-10-03
Improvements on the export code on OS X
Marcelo Fernandez
1
-269
/
+177
2017-10-03
OS::execute can now read from stderr too when executing with a pipe
Marcelo Fernandez
7
-8
/
+12
2017-10-03
[GDnative] add api version field to godot_gdnative_api_struct
Emmanuel Leblond
1
-2
/
+5
2017-10-03
Various clean ups and cosmetic changes in scene.glsl.
Ferenc Arn
1
-73
/
+74
2017-10-03
Updated some documentation for the OS class.
Nathan Warden
1
-0
/
+7
2017-10-03
Refactoring of polygon editors to a common code base
Bernhard Liebl
8
-1378
/
+877
2017-10-03
Document some of the VisualScript classes.
Bojidar Marinov
16
-3
/
+210
[prev]
[next]