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
/
scene
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uncomment debug properties of HTTP Request
khairul169
2016-11-15
1
-12
/
+12
*
Clarify a NULL comparison
eska
2016-11-15
1
-1
/
+1
*
Make the step property useful for sliders as described in #5773
Elia Argentieri
2016-11-15
1
-4
/
+13
*
Fix Label valign position
volzhs
2016-11-15
1
-3
/
+3
*
Caret blink will no longer cause redraw without focus, issue 6167
Paulb23
2016-11-15
2
-2
/
+2
*
Fix updating value of SpinBox with prefix
volzhs
2016-11-15
1
-1
/
+4
*
fix a tiny typo
ScotFlux
2016-11-15
1
-2
/
+2
*
Keep groups when replacing nodes
Ignacio Etcheverry
2016-11-15
1
-0
/
+6
*
adding get_stored_values method
Ariel Manzur
2016-11-08
2
-1
/
+20
*
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-02
3
-34
/
+34
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-02
1
-1
/
+0
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-02
11
-35
/
+35
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-02
2
-29
/
+29
*
Fix to fit stylebox with ItemList
volzhs
2016-11-02
1
-1
/
+4
*
Fixed Mix nodes in Animation Tree Player
m4nu3lf
2016-11-02
2
-17
/
+4
*
Fix Accept/ConfirmationDialog UI broken
volzhs
2016-10-31
1
-5
/
+8
*
Revert "Place child control under label in AcceptDialog."
volzhs
2016-10-31
1
-25
/
+10
*
Add "Never" underline mode to LinkButton
rdb
2016-10-31
2
-4
/
+6
*
Added force_raycast_update GDScript method for RayCast[2D]
Karol Walasek
2016-10-31
4
-42
/
+59
*
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-30
10
-0
/
+20
*
Added support for tooltips in ButtonArray. Fixes #6597
Zher Huei Lee
2016-10-30
2
-7
/
+47
*
Revert "Tween reset/stop/resume/remove for all object properties at once"
Rémi Verschelde
2016-10-18
1
-13
/
+10
*
Add "button_selected" signal to ButtonGroup
volzhs
2016-10-17
1
-0
/
+4
*
Fixes for ButtonArray
Zher Huei Lee
2016-10-17
1
-2
/
+12
*
Sprite: Fix inspector not showing changes on "frame" property.
Andreas Haas
2016-10-17
1
-0
/
+1
*
Fix #5959, contrasting texture for toggled button
Pawel Kowal
2016-10-17
1
-0
/
+0
*
Button focus hovering
Anthony Fieroni
2016-10-17
1
-0
/
+10
*
Place child control under label in AcceptDialog.
Mateusz Adamczyk
2016-10-17
1
-10
/
+25
*
Added simple check to viewport, if matrix32 is invesile (https://github.com/g...
Mateusz Adamczyk
2016-10-09
1
-0
/
+3
*
Fix code completion drawing under other gui elements.
Andreas Haas
2016-10-09
1
-1
/
+5
*
Prevent crash on focus change when no valid next control has been found.
Andreas Haas
2016-10-09
1
-5
/
+5
*
fix #6012 exposed setters and getters of Camera H/V offset to GDScript
Adham Zahran
2016-10-09
1
-4
/
+8
*
Add editor_only param to Light2D
Pedro J. Estébanez
2016-10-09
2
-1
/
+37
*
light: respect editor_only setting in release build and dont show the light
J08nY
2016-10-09
1
-2
/
+4
*
Expose more 2D/3D physics options in project settings
Fabio Alessandrelli
2016-10-09
3
-6
/
+5
*
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...
J08nY
2016-10-09
2
-13
/
+27
*
Respect texture .flags files on export
Pedro J. Estébanez
2016-10-09
2
-56
/
+64
*
Fix #6480, area duplicated param
Pawel Kowal
2016-10-09
2
-4
/
+4
*
LineEdit long indicator, fix #6624
Pawel Kowal
2016-10-09
1
-3
/
+4
*
Don't crash when video is stopped and played again
Błażej Szczygieł
2016-10-09
1
-1
/
+2
*
Tween reset/stop/resume/remove for all object properties at once
Pawel Kowal
2016-10-09
1
-10
/
+13
*
expose GeometryInstance.get_aabb() etc fixes #6587
yg2f
2016-10-09
2
-0
/
+5
*
Fix for #6158. Converting Vector2 to Size2 for scaling functions.
anneomcl
2016-10-09
5
-12
/
+10
*
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.
Andreas Haas
2016-10-09
2
-12
/
+24
*
Add scrolling to Tree control in Drag and Drop mode
Pawel Kowal
2016-10-09
3
-0
/
+36
*
Fix for issue #6496
Brickcaster
2016-10-09
1
-19
/
+16
*
fix ScrollContainer cannot scroll when scroll bar is hidden
sanikoyes
2016-09-18
1
-2
/
+2
*
Fix Viewport.get_mouse_pos() for specific situations, closes #1885
Juan Linietsky
2016-09-18
2
-17
/
+16
*
ScrollContainer expand children bug fix
Pawel Kowal
2016-09-18
1
-2
/
+2
*
Tween: fix non-repeat interpolate_callback does not delete after call triggered
sanikoyes
2016-09-18
1
-0
/
+2
[next]