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_flow_control.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
Improve return value of OS.execute in blocking/non-blocking variants
Rémi Verschelde
3
-16
/
+18
2018-05-29
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
10
-5
/
+84
2018-05-29
New sync RPC modes to match all combinations
Fabio Alessandrelli
3
-4
/
+25
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
25
-328
/
+217
2018-05-29
Allow setting higher numbers in Android version/code
Dmitry Pupinin
1
-1
/
+1
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
30
-319
/
+333
2018-05-29
Fix index out of size error of image.cpp
volzhs
1
-0
/
+1
2018-05-28
fixed building using scons with python3
Ibrahn Sahir
2
-4
/
+8
2018-05-28
Enable singletons to be recognized as constant expressions
George Marques
1
-0
/
+8
2018-05-28
Fix MethodInfo for EditorInspectorPlugin.can_handle
Rémi Verschelde
2
-2
/
+4
2018-05-28
Sync classref with current source
Rémi Verschelde
24
-59
/
+404
2018-05-28
Change position of validation in set_custom_mouse_cursor
Guilherme Felipe
3
-3
/
+6
2018-05-28
Revert "Make the performance reporting update frequency customizable"
Juan Linietsky
6
-21
/
+8
2018-05-28
Fix for not picking up locale of some .po translation files
Fabian
1
-1
/
+1
2018-05-27
Add validation in set_custom_mouse_cursor
Guilherme Felipe
3
-0
/
+3
2018-05-27
Mono: Fix MonoImage filename being set to an invalid path
Ignacio Etcheverry
1
-4
/
+5
2018-05-27
Improved kinematic test_body_motion code
Andrea Catania
1
-48
/
+34
2018-05-27
[WIP] Adding version info to GDNative ARVR interfaces
Bastiaan Olij
3
-1
/
+13
2018-05-27
Fixed GroupCallFlags links in the SceneTree's doc.
Michael Alexsander Silva Dias
1
-3
/
+3
2018-05-26
Fix memory leak in set_custom_mouse_cursor
Guilherme Felipe
3
-5
/
+17
2018-05-26
Instance scene at root by default
Zirak
1
-1
/
+1
2018-05-26
Don't cut of long errors in debugger.
Benjamin
1
-1
/
+4
2018-05-26
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
9
-5
/
+81
2018-05-26
New sync RPC modes to match all combinations
Fabio Alessandrelli
3
-4
/
+25
2018-05-26
Refactor RPCMode enum and checks
Fabio Alessandrelli
25
-328
/
+217
2018-05-26
Added some quick info on shaders to the docs
Bastiaan Olij
2
-2
/
+8
2018-05-26
Check for 0 roll influence
Bastiaan Olij
1
-4
/
+7
2018-05-25
Expose methods area_set_area_monitor_callback and area_set_monitorable in Phy...
MrCdK
2
-0
/
+4
2018-05-25
[DOCS] Array sort
Max Hilbrunner
1
-2
/
+2
2018-05-25
Take tween speed into account when calculating runtime
Rasmus Ketelsen
1
-1
/
+6
2018-05-25
Revert "Improve TileMap undo operations"
Rémi Verschelde
2
-11
/
+16
2018-05-25
Don't draw bones if it's not visible
volzhs
1
-0
/
+3
2018-05-24
Revert #14753, as it is buggy and no longer necessary.
Webster Sheets
1
-1
/
+1
2018-05-24
Update stb_truetype to 1.19 and stb_vorbis to 1.14
Guilherme Felipe
3
-242
/
+542
2018-05-24
Javascript: Remove weird log
Max Hilbrunner
1
-2
/
+0
2018-05-24
Mono: Improve 'script class not found' error
Ignacio Etcheverry
1
-5
/
+12
2018-05-24
Update libvorbis to 1.3.6
Guilherme Felipe
72
-163
/
+82
2018-05-24
Ensures CMD+left and CMD+right only valid for OSX.
Anish
1
-0
/
+2
2018-05-24
Fix potential bugs with Find in Files
Marc Gilleron
1
-4
/
+6
2018-05-23
Capitalized comments of methods created by the Connect Signal dialog.
Michael Alexsander Silva Dias
2
-2
/
+2
2018-05-23
Fix positive operator in GDScript compiler
George Marques
1
-0
/
+3
2018-05-23
More fixes to set_borderless_window
Guilherme Felipe
4
-16
/
+10
2018-05-23
Improve TileMap undo operations
Marcelo Fernandez
2
-16
/
+11
2018-05-23
Use relative node path when assigning a node on inspector
volzhs
1
-1
/
+2
2018-05-23
cppcheck - defensive programming on i index check order
firefly2442
1
-1
/
+1
2018-05-22
Only add autoloads in editor if they have tool scripts
George Marques
3
-98
/
+126
2018-05-22
Allow body-up-to-EOF HTTP responses
Pedro J. Estébanez
4
-15
/
+52
2018-05-22
Fix updating mesh when reimporting
volzhs
1
-1
/
+1
2018-05-22
Make filename clipped on Import dock
volzhs
1
-0
/
+1
2018-05-22
mono: add Slerp method to vector classes, expose Cross method for Vector2, an...
Kelly Thomas
4
-5
/
+17
[next]