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_nodes.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-27
Fix item list scroll speed.
Sean Bohan
1
-4
/
+0
2017-05-27
Fix incorrect input event reference in editor_profiler.cpp
Carter Anderson
1
-1
/
+1
2017-05-27
Fix incorrect input event reference in animation_editor.cpp
Carter Anderson
1
-7
/
+7
2017-05-27
GDScript: Use "is" keyword for type checking.
Andreas Haas
7
-8
/
+12
2017-05-27
Fix InputEvent actions.
Andreas Haas
2
-3
/
+3
2017-05-26
-Added EXR supprot for HDR (no BC6 compression yet though)
Juan Linietsky
18
-109
/
+13359
2017-05-27
Rework warning levels
Pedro J. Estébanez
1
-10
/
+22
2017-05-27
Allow custom CCFLAGS for iPhone builds
Pedro J. Estébanez
1
-4
/
+4
2017-05-27
Make OS.get_locale() returns same value
volzhs
2
-4
/
+3
2017-05-26
Added color presets for easy theme switching
Nuno Donato
2
-3
/
+29
2017-05-26
Added an help menu
Nuno Donato
5
-11
/
+57
2017-05-26
Fix android build regression by be7ced4
volzhs
1
-5
/
+0
2017-05-26
Fixed audio can not resume if it is interrupted cause by an incoming phone call
sanikoyes
2
-0
/
+10
2017-05-25
Fix echo key event handling.
Andreas Haas
1
-1
/
+1
2017-05-25
Fix virtual methods in InputEventKey.
Andreas Haas
2
-3
/
+3
2017-05-25
Removed skybox support, added panorama support. Skybox support may come back ...
Juan Linietsky
14
-258
/
+256
2017-05-25
Implement OS.alert() for iOS
Pedro J. Estébanez
4
-0
/
+16
2017-05-25
Applied clang-format.
Ferenc Arn
3
-223
/
+181
2017-05-24
Revive PathEditorPlugin.
Ferenc Arn
3
-25
/
+24
2017-05-24
Join text menus on the top-left, move shortcut buttons to new location
Nuno Donato
2
-156
/
+113
2017-05-24
Improved default colors for the new theme
Nuno Donato
2
-14
/
+16
2017-05-24
Change InputEventScreenTouch from struct to class
George Marques
1
-1
/
+1
2017-05-24
Fix 2D-editor mouse wheel zoom (x11).
Martin Capitanio
1
-1
/
+1
2017-05-23
[GDNative] fixed some functions that returned references
Karroffel
4
-15
/
+8
2017-05-23
Fix UWP compilation issues
George Marques
5
-87
/
+74
2017-05-23
Fix crash when interacting with the 2d editor
George Marques
1
-2
/
+2
2017-05-23
Make arm64 the default option and set minimum to iOS 9
BastiaanOlij
1
-8
/
+9
2017-05-23
More fixes for iOS Godot 3.0
BastiaanOlij
3
-10
/
+21
2017-05-23
-Fix the "set_val" call deferred, it was the only one.. closes #8742
Juan Linietsky
2
-2
/
+2
2017-05-23
Fix stex import into black textures when lossless and lossy are selected, clo...
Juan Linietsky
2
-2
/
+3
2017-05-23
Fix a few issues compiling windows and using VS2015 and earlier
BastiaanOlij
3
-51
/
+58
2017-05-23
fixed crash on code that checks InputEvent
Juan Linietsky
1
-1
/
+1
2017-05-23
Fix disabled style of LineEdit
volzhs
1
-4
/
+5
2017-05-22
Fix errors on engine startup.
Andreas Haas
4
-7
/
+5
2017-05-22
Fix weigth scale of A* being applied to the whole path and estimation
Bojidar Marinov
1
-5
/
+2
2017-05-22
Show description box on create new node window
volzhs
1
-1
/
+1
2017-05-22
Fit grid with label and component of editor
volzhs
1
-0
/
+1
2017-05-22
Show disabled item with proper color on FileDialog of editor theme
volzhs
1
-0
/
+5
2017-05-22
added modifier key to scroll event
toger5
1
-34
/
+34
2017-05-22
fixed osx input event
toger5
1
-135
/
+141
2017-05-21
fixed crash when dragging to change color in color picker
toger5
1
-1
/
+1
2017-05-21
Fix 2d path editor controls.
Zaven Muradyan
1
-85
/
+53
2017-05-21
Avoid overestimating the cost in AStar heuristics.
Ferenc Arn
2
-1
/
+2
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
206
-9039
/
+8419
2017-05-20
GDScript can now tell if the wheel is in contact with the ground; change roll...
Zireael07
2
-0
/
+23
2017-05-20
Add recent contributors to AUTHORS
Rémi Verschelde
1
-1
/
+4
2017-05-20
Fix crash when saving AudioPlayer without stream.
Andreas Haas
1
-0
/
+1
2017-05-20
Removing rasterizer from iphone
BastiaanOlij
3
-3467
/
+0
2017-05-20
Added texture_get_texid
BastiaanOlij
5
-0
/
+12
2017-05-20
Doing a little bit of cleanup
BastiaanOlij
6
-518
/
+2
[next]