aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-022-0/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixes and improvementes for IPv6 implementation.
| | * | | | | | | Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-132-1/+2
| | | | | | | | |
| | * | | | | | | Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-092-0/+5
| | | | | | | | |
| * | | | | | | | Merge pull request #7406 from neikeq/pr-issue-5076Rémi Verschelde2017-01-021-3/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | TileMap: _update_dirty_quadrants() cancel pending update pre return
| | * | | | | | | | TileMap: _update_dirty_quadrants() cancel pending update pre returnIgnacio Etcheverry2017-01-011-3/+3
| | | | | | | | | |
| * | | | | | | | | Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde2017-01-021-0/+3
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix #7098 by not accepting right clicks while dragging the range
| | * | | | | | | | | Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov2016-12-281-0/+3
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde2017-01-023-9/+15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Able to change visibility when ancestor node is hidden
| | * | | | | | | | | Show visual notice for visibility on Scene Dockvolzhs2016-12-282-2/+13
| | | | | | | | | | |
| | * | | | | | | | | Able to change visibility when ancestor node is hiddenvolzhs2016-12-281-7/+2
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #7376 from volzhs/scroll-horizontalRémi Verschelde2017-01-021-6/+14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Scroll horizontally with mouse wheel when horizontal enabled only
| | * | | | | | | | | Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs2016-12-271-6/+14
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #7391 from ktksgit/masterRémi Verschelde2017-01-021-0/+5
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update DebugMesh when NavMesh changes
| | * | | | | | | | | Update DebugMesh when NavMesh changes ktksgit2016-12-291-0/+5
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | Fixes #7371
| * | | | | | | | | Merge pull request #7372 from chanon/masterRémi Verschelde2017-01-021-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix ColorPicker not correctly updating after pasting hex html color
| | * | | | | | | | | fix ColorPicker not correctly updating after pasting hex html colorchanon2016-12-261-1/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #7363 from Elinvention/bone_attachmentRémi Verschelde2017-01-022-0/+7
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | Expose set_bone_name and get_bone_name to GDscript
| | * | | | | | | | Expose set_bone_name and get_bone_name to GDscriptElia Argentieri2016-12-242-0/+7
| | |/ / / / / / /
| * / / / / / / / Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-01384-384/+384
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
| * | | | | | | Merge pull request #7349 from volzhs/fix-richtextlabelRémi Verschelde2016-12-231-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix duplicated string on RichTextLabel if starts with '\n'
| | * | | | | | | Fix duplicated string on RichTextLabel if starts with '\n'volzhs2016-12-221-1/+2
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | Fix #6212, #3773
| * | | | | | | Merge pull request #7330 from darkfoxprime/#7326-fix-whole-word-searchRémi Verschelde2016-12-231-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix search to find "whole" words at end of line
| | * | | | | | | Fix search to find "whole" words at end of lineJohnson Earls2016-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `_get_column_pos_of_word` so that the `SEARCH_WHOLE_WORDS` flag will properly find words that are at the end of a line. Fixes #7326 .
| * | | | | | | | Merge pull request #7311 from bojidar-bg/quad-leakRémi Verschelde2016-12-232-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix a Quad node mesh data leak
| | * | | | | | | | Fix #7303, Quad node mesh data leakBojidar Marinov2016-12-162-0/+5
| | |/ / / / / / /
| * | / / / / / / PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje2016-12-232-4/+35
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added the option to set hide on item selection. Usable in GDScript and from within the source code when you want to specify popup menus you don't want to close immediately when selecting an item * Renamed getter from get_ to is_, fixed parent/child behavior, renamed bool variable to match most code and added ADD_PROPERTYNO to save some memory
| * | | | | | | Register SpatialGizmo as a scene typeIgnacio Etcheverry2016-12-181-0/+1
| |/ / / / / /
| * | | | | | Merge pull request #7283 from Hinsbart/clear_curveRémi Verschelde2016-12-132-0/+21
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Curve2D/3D: Add clear_points method.
| | * | | | | | Curve2D/3D: Add clear_points method.Andreas Haas2016-12-032-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a method to the Curve2D and Curve3D classes to easily clear the curve. So you don't have to remove each point manually.
| * | | | | | | KinematicBody: Fix wrong method bind return typeIgnacio Etcheverry2016-12-102-2/+2
| | |/ / / / / | |/| | | | |
| * | | | | | Particles2D: Fix initial size randomness property having no effect.Andreas Haas2016-12-031-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | It was just a little typo :p
| * | | | | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"Rémi Verschelde2016-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b6eab006dbd21d25a664486809109fffa9533124. This commit broke compatibility in an undesired way, as outlined in https://github.com/godotengine/godot/issues/3290#issuecomment-263388003
| * | | | | Merge pull request #7200 from volzhs/fix-anim-scrollRémi Verschelde2016-11-281-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix scroll bar moving in AnimationPlayer editor
| | * | | | | Fix scroll bar moving in AnimationPlayer editorvolzhs2016-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7196
| * | | | | | Merge pull request #7198 from volzhs/fix-color-pickerRémi Verschelde2016-11-281-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix color selected with mouse scroll
| | * | | | | | Fix color selected with mouse scrollvolzhs2016-11-281-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Fix #7192
| * | | | | | Merge pull request #7184 from volzhs/spinboxRémi Verschelde2016-11-281-5/+13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Prevent Spinbox value update while not focused or disabled
| | * | | | | | Prevent Spinbox value update while not focused or disabledvolzhs2016-11-251-5/+13
| | |/ / / / /
| * | | | | | Merge pull request #7170 from Ovnuniarchos/TileMapBlendModeRémi Verschelde2016-11-283-1/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | TileMap now honors blending mode.
| | * | | | | | TileMap now honors blending mode.Ovnuniarchos2016-11-243-1/+12
| | |/ / / / /
| * | | | | | Merge pull request #7157 from leezh/buttonarray_fixesRémi Verschelde2016-11-283-13/+32
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Flat button support in ButtonArray. Fixes #7153
| | * | | | | | Reused Button styleboxes for ButtonArrayZher Huei Lee2016-11-191-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus other tweaks to make it look more similar to a VBoxContainer of Buttons.
| | * | | | | | Flat button support in ButtonArray. Fixes #7153Zher Huei Lee2016-11-192-2/+22
| | | | | | | |
| * | | | | | | Merge pull request #7138 from bojidar-bg/ready_guardRémi Verschelde2016-11-282-1/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | Do not enter _ready twice
| | * | | | | | Do not emit NOTIFICATION_READY more than once (breaking change)Bojidar Marinov2016-11-171-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, there is no notification with the old behaviour, so probably breaks all cpp code relying on that notification as well.
| | * | | | | | Guard agains duplicate calling of _ready when instanced in _enter_treeBojidar Marinov2016-11-172-1/+6
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Fixes #6005
| * | | | | | Merge pull request #7145 from avril-gh/fixes-6464-lost-iconsRémi Verschelde2016-11-211-4/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | fixes #6464 lost icons in dock and file dialog, also #6443 , #6302
| | * | | | | | fixes #6464 lost icons in dock and file dialog, also #6443 , #6302Avril2016-11-181-4/+4
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes lost icons in docks, file manager, sample library, settings and various other places.
| * | | | | | Merge pull request #7124 from volzhs/select_matchRémi Verschelde2016-11-211-3/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Select exactly matched file automatically in FileDialog
| | * | | | | | Select exactly matched file automatically in FileDialogvolzhs2016-11-171-3/+4
| | |/ / / / /