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-08-17
Several improvements and fixes to import system. Might fix many issues opened...
Juan Linietsky
3
-5
/
+78
2017-08-17
Shader: Fix typo in "facefordward"
Rémi Verschelde
1
-3
/
+3
2017-08-17
Removed unused variable
Wilson E. Alvarez
1
-1
/
+0
2017-08-17
Fix progress dialog's bars overflowing.
Gilles Roudiere
1
-3
/
+4
2017-08-16
Fixed OUYA Game Controller for 3.0
Corruptinator
1
-1
/
+1
2017-08-17
Fix/improve property evaluator
Pedro J. Estébanez
1
-7
/
+7
2017-08-16
Fix particles emitting when emitting is set to false in scene
Bojidar Marinov
1
-0
/
+4
2017-08-16
Tilemap Editor: Setting to hide tile info in the menu bar
Rémi Verschelde
2
-5
/
+17
2017-08-16
EditorPlugin: Renames virtual method hiding inherited method
Ignacio Etcheverry
1
-3
/
+3
2017-08-16
Synchronize parameter names in definition and declaration
TwistedTwigleg
134
-974
/
+974
2017-08-16
Rename cull_AABB to cull_aabb
Rémi Verschelde
4
-9
/
+9
2017-08-16
Use precision for samples only when #version 300 es
Fabio Alessandrelli
1
-0
/
+4
2017-08-16
Fix double point in Navigation2D
Pedro J. Estébanez
1
-1
/
+2
2017-08-16
Remove needless check in motion test
Pedro J. Estébanez
1
-17
/
+13
2017-08-16
Checking vecs before normalization. Fixes #10183
Niko Abeler
1
-7
/
+9
2017-08-16
Rename layouts file to editor_layouts-3.cfg
Pedro J. Estébanez
1
-6
/
+6
2017-08-16
Allow zero-padded serial naming
Pedro J. Estébanez
1
-1
/
+2
2017-08-16
Revive inspector property evaluation
Pedro J. Estébanez
2
-4
/
+3
2017-08-16
Keep shapes bound to out-of-tree 3D physics objects
Pedro J. Estébanez
1
-7
/
+0
2017-08-15
Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889
Juan Linietsky
3
-8
/
+14
2017-08-15
Fixes crash related to animatio editor, closes #8687
Juan Linietsky
1
-2
/
+2
2017-08-15
Fix debug materials, closes #8607
Juan Linietsky
1
-20
/
+21
2017-08-15
Comment include order to avoid errors
Pedro J. Estébanez
1
-1
/
+1
2017-08-15
Small fix for problem of nodes losing type, this is not good enough to solve ...
Juan Linietsky
3
-1
/
+15
2017-08-15
Fix Editor dimming.
Andreas Haas
1
-5
/
+11
2017-08-15
styleBoxFlat removed light, dark color entirely
toger5
3
-51
/
+8
2017-08-15
new StyleBoxFlat removed multiBorderColor
toger5
1
-8
/
+9
2017-08-15
new StyleBoxFlat limits for drawing
toger5
1
-36
/
+45
2017-08-15
new StyleBoxFlat added more drawing features
toger5
2
-5
/
+181
2017-08-15
Added Corner Enum
toger5
2
-0
/
+9
2017-08-15
Adapted godot to the new StyleBoxFlat
toger5
3
-83
/
+64
2017-08-15
NEW Style Box Flat Implementation
toger5
2
-87
/
+338
2017-08-15
Converting to MeshLibrary works again, fixes #8092
Juan Linietsky
4
-174
/
+185
2017-08-15
Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622
Juan Linietsky
1
-2
/
+1
2017-08-15
Removing a Resource also deletes imported files.
Andreas Haas
4
-0
/
+64
2017-08-14
Fix get_screen_* funcs returning old values after resolution changes on Windows
Marcelo Fernandez
2
-48
/
+96
2017-08-14
Use const reference where favorable
Wilson E. Alvarez
17
-30
/
+71
2017-08-14
Rename Light2D::scale to texture_scale, so it doesn't conflict
Bojidar Marinov
1
-1
/
+1
2017-08-14
Ability to save objects to binary format
Juan Linietsky
4
-32
/
+174
2017-08-14
Enable command-line export
Ruslan Mustakov
3
-13
/
+31
2017-08-14
Use include/exclude export filters. Fixes #9860
Ruslan Mustakov
2
-1
/
+64
2017-08-14
Fix console warning: Condition !env is true
M.H. Alkotob
1
-2
/
+2
2017-08-14
Fix StreamPeer put_utf8_string not working
Fabio Alessandrelli
1
-1
/
+1
2017-08-14
spatial selection if subscene geometry is far from origin
Jakub Grzesik
1
-2
/
+6
2017-08-13
Avoids inverted anchors
Gilles Roudiere
3
-20
/
+28
2017-08-13
Adds a function to set Anchors with a layout preset
Gilles Roudiere
4
-27
/
+173
2017-08-13
Handle undo/redo of anchor positioning
Gilles Roudiere
1
-0
/
+11
2017-08-13
Added the possibility to move all anchors at once when they are clustered
Gilles Roudiere
2
-1
/
+14
2017-08-13
Make anchors snap to each other
Gilles Roudiere
2
-26
/
+31
2017-08-13
Displays percentages when dragging anchors
Gilles Roudiere
2
-3
/
+48
[next]