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
2017-11-28
use the same cache for all branches for appveyor
Rhody Lugo
24
-55
/
+105
2017-11-27
doc: Sync classref with current source
Rémi Verschelde
6
-9
/
+37
2017-11-27
Some improvements to file/dir open/save dialogs:
Dmitry Koteroff
6
-15
/
+84
2017-11-27
Switch to textureLod for parallax offset, avoids errors on UWP.
Juan Linietsky
1
-3
/
+3
2017-11-27
EditorAbout: single-column'd some section, monospace
Poommetee Ketson
2
-16
/
+33
2017-11-27
add "add point" and "select point" handles to polygon 2d editor
Bernhard Liebl
2
-4
/
+8
2017-11-27
Further changes to Image class docs
Sergei ZH
1
-4
/
+4
2017-11-27
Fix javascript build after bc2e8d99
Rémi Verschelde
1
-2
/
+2
2017-11-27
prune scons shared cache
Rhody Lugo
3
-16
/
+79
2017-11-26
Focus on sprite animation list after adding a new one to allow renaming with f2
bncastle
1
-0
/
+1
2017-11-27
Added overloads of vector parameters for shader Trig functions.
RaXaR
1
-0
/
+39
2017-11-26
Travis: Use separate SCons caches for each build job
Rémi Verschelde
1
-2
/
+3
2017-11-26
Fixing mistake in image class
Sergei ZH
1
-3
/
+3
2017-11-26
Makes possible to interpret comma as decimal point in editor
Dmitry Koteroff
1
-6
/
+9
2017-11-26
Item List small enhancements
Dmitry Koteroff
2
-0
/
+29
2017-11-26
Added documentation for GeometryInstance and VisualInstance
TwistedTwigleg
2
-0
/
+25
2017-11-26
Fixes adjust viewport to cursor when line is to long, issue 13190
Paulb23
1
-15
/
+23
2017-11-26
Fixed invalid transform when skip_vertex_transform used
Chaosus
1
-5
/
+0
2017-11-26
Ask users to explore official projects when none is loaded.
Juan Linietsky
4
-0
/
+28
2017-11-26
Allow customizing user:// path (folder in OS::get_data_path())
Rémi Verschelde
6
-21
/
+37
2017-11-26
Disable logger by default.
Juan Linietsky
1
-1
/
+1
2017-11-26
initialize bus_index to 0
Marcin Zawiejski
1
-0
/
+1
2017-11-27
Fix shader compilation fail on Android
volzhs
1
-2
/
+2
2017-11-26
Scene Tree Dock: added ability to deselect items when clicking on empty space
Dmitry Koteroff
3
-0
/
+13
2017-11-26
Fix not being able to select an editor layout created in another language.
Michael Alexsander Silva Dias
5
-8
/
+16
2017-11-26
add support for scons cache and enable it for travis
Rhody Lugo
1
-16
/
+7
2017-11-25
add support for scons cache and enable it for appveyor
Rhody Lugo
2
-0
/
+10
2017-11-25
Tweak the default camera node settings
Hugo Locurcio
2
-3
/
+3
2017-11-25
Tweak the default editor camera settings
Hugo Locurcio
2
-6
/
+6
2017-11-25
Fix constant node value edit
Marcin Zawiejski
1
-2
/
+2
2017-11-25
Fixed issue with 3D selections losing precsion due to an offset bug
BenH
1
-1
/
+1
2017-11-25
Fix crash on node duplication
Pedro J. Estébanez
1
-3
/
+9
2017-11-25
[GDNative] disable -fPIC flag with msvc compiler
Emmanuel Leblond
1
-2
/
+2
2017-11-25
-Fixed height fog (was broken)
Juan Linietsky
3
-2
/
+6
2017-11-25
Update my name in AUTHORS.md
Leon Krause
1
-1
/
+1
2017-11-25
Fix particle preprocessing. Fixes #12460.
Eric Wiltfang
1
-6
/
+2
2017-11-25
Remove contrived JavaScript.eval return types
Leon Krause
1
-40
/
+8
2017-11-25
Implement onion skinning for the animation editor
Pedro J. Estébanez
7
-9
/
+538
2017-11-25
Fix mono build after bc2e8d99
Rémi Verschelde
1
-2
/
+2
2017-11-25
Fix build on macOS and Android after bc2e8d99
Rémi Verschelde
2
-2
/
+2
2017-11-25
Add range to anisotropic filter level (1 to 16 with integer steps)
Zatherz
1
-1
/
+2
2017-11-25
Fix doesn't close open a file window bug
sersoong
1
-0
/
+1
2017-11-25
Add importer option to make meshes bakeable by default.
Juan Linietsky
2
-4
/
+17
2017-11-25
Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be built
Indah Sylvia
2
-2
/
+2
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
62
-147
/
+148
2017-11-25
Improve/fix SpatialEditor state saving/restoring
Pedro J. Estébanez
1
-0
/
+17
2017-11-25
Update clang-format in modified files
Pedro J. Estébanez
2
-6
/
+6
2017-11-25
Add ability to opt-out buffer swapping in `VS::draw()`
Pedro J. Estébanez
9
-13
/
+16
2017-11-25
Implement backup/restore for animated values
Pedro J. Estébanez
2
-7
/
+92
2017-11-24
Restore scenes on startup, issue 2385
Paulb23
2
-2
/
+45
[next]