| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 2 | -0/+6 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixes and improvementes for IPv6 implementation. | |||||
| | | * | | | | | | | Expose HTTP classes' set_ip_type to scripting | Fabio Alessandrelli | 2016-12-13 | 2 | -1/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Allow setting ip_type for TCP/UDP and HTTP classes | Fabio Alessandrelli | 2016-12-09 | 2 | -0/+5 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #7406 from neikeq/pr-issue-5076 | Rémi Verschelde | 2017-01-02 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | TileMap: _update_dirty_quadrants() cancel pending update pre return | |||||
| | | * | | | | | | | | TileMap: _update_dirty_quadrants() cancel pending update pre return | Ignacio Etcheverry | 2017-01-01 | 1 | -3/+3 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merge pull request #7385 from bojidar-bg/tree-range-drag-lock | Rémi Verschelde | 2017-01-02 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix #7098 by not accepting right clicks while dragging the range | |||||
| | | * | | | | | | | | | Fix #7098 by not accepting right clicks while dragging the range | Bojidar Marinov | 2016-12-28 | 1 | -0/+3 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #7382 from volzhs/fix-visibility | Rémi Verschelde | 2017-01-02 | 3 | -9/+15 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Able to change visibility when ancestor node is hidden | |||||
| | | * | | | | | | | | | Show visual notice for visibility on Scene Dock | volzhs | 2016-12-28 | 2 | -2/+13 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Able to change visibility when ancestor node is hidden | volzhs | 2016-12-28 | 1 | -7/+2 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #7376 from volzhs/scroll-horizontal | Rémi Verschelde | 2017-01-02 | 1 | -6/+14 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Scroll horizontally with mouse wheel when horizontal enabled only | |||||
| | | * | | | | | | | | | Scroll horizontally with mouse wheel when horizontal enabled only | volzhs | 2016-12-27 | 1 | -6/+14 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #7391 from ktksgit/master | Rémi Verschelde | 2017-01-02 | 1 | -0/+5 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update DebugMesh when NavMesh changes | |||||
| | | * | | | | | | | | | Update DebugMesh when NavMesh changes | ktksgit | 2016-12-29 | 1 | -0/+5 | |
| | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | Fixes #7371 | |||||
| | * | | | | | | | | | Merge pull request #7372 from chanon/master | Rémi Verschelde | 2017-01-02 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix ColorPicker not correctly updating after pasting hex html color | |||||
| | | * | | | | | | | | | fix ColorPicker not correctly updating after pasting hex html color | chanon | 2016-12-26 | 1 | -1/+1 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #7363 from Elinvention/bone_attachment | Rémi Verschelde | 2017-01-02 | 2 | -0/+7 | |
| | |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | Expose set_bone_name and get_bone_name to GDscript | |||||
| | | * | | | | | | | | Expose set_bone_name and get_bone_name to GDscript | Elia Argentieri | 2016-12-24 | 2 | -0/+7 | |
| | | |/ / / / / / / | ||||||
| | * / / / / / / / | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 384 | -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-richtextlabel | Rémi Verschelde | 2016-12-23 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix duplicated string on RichTextLabel if starts with '\n' | |||||
| | | * | | | | | | | Fix duplicated string on RichTextLabel if starts with '\n' | volzhs | 2016-12-22 | 1 | -1/+2 | |
| | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | Fix #6212, #3773 | |||||
| | * | | | | | | | Merge pull request #7330 from darkfoxprime/#7326-fix-whole-word-search | Rémi Verschelde | 2016-12-23 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix search to find "whole" words at end of line | |||||
| | | * | | | | | | | Fix search to find "whole" words at end of line | Johnson Earls | 2016-12-18 | 1 | -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-leak | Rémi Verschelde | 2016-12-23 | 2 | -0/+5 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix a Quad node mesh data leak | |||||
| | | * | | | | | | | | Fix #7303, Quad node mesh data leak | Bojidar Marinov | 2016-12-16 | 2 | -0/+5 | |
| | | |/ / / / / / / | ||||||
| | * | / / / / / / | PopupMenu upgrade: Hide on item selection (#7306) | Ivan P. Skodje | 2016-12-23 | 2 | -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 type | Ignacio Etcheverry | 2016-12-18 | 1 | -0/+1 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Merge pull request #7283 from Hinsbart/clear_curve | Rémi Verschelde | 2016-12-13 | 2 | -0/+21 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Curve2D/3D: Add clear_points method. | |||||
| | | * | | | | | | Curve2D/3D: Add clear_points method. | Andreas Haas | 2016-12-03 | 2 | -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 type | Ignacio Etcheverry | 2016-12-10 | 2 | -2/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | Particles2D: Fix initial size randomness property having no effect. | Andreas Haas | 2016-12-03 | 1 | -1/+1 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | It was just a little typo :p | |||||
| | * | | | | | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)" | Rémi Verschelde | 2016-11-30 | 1 | -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-scroll | Rémi Verschelde | 2016-11-28 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Fix scroll bar moving in AnimationPlayer editor | |||||
| | | * | | | | | Fix scroll bar moving in AnimationPlayer editor | volzhs | 2016-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7196 | |||||
| | * | | | | | | Merge pull request #7198 from volzhs/fix-color-picker | Rémi Verschelde | 2016-11-28 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix color selected with mouse scroll | |||||
| | | * | | | | | | Fix color selected with mouse scroll | volzhs | 2016-11-28 | 1 | -2/+2 | |
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | Fix #7192 | |||||
| | * | | | | | | Merge pull request #7184 from volzhs/spinbox | Rémi Verschelde | 2016-11-28 | 1 | -5/+13 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Prevent Spinbox value update while not focused or disabled | |||||
| | | * | | | | | | Prevent Spinbox value update while not focused or disabled | volzhs | 2016-11-25 | 1 | -5/+13 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #7170 from Ovnuniarchos/TileMapBlendMode | Rémi Verschelde | 2016-11-28 | 3 | -1/+12 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | TileMap now honors blending mode. | |||||
| | | * | | | | | | TileMap now honors blending mode. | Ovnuniarchos | 2016-11-24 | 3 | -1/+12 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #7157 from leezh/buttonarray_fixes | Rémi Verschelde | 2016-11-28 | 3 | -13/+32 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Flat button support in ButtonArray. Fixes #7153 | |||||
| | | * | | | | | | Reused Button styleboxes for ButtonArray | Zher Huei Lee | 2016-11-19 | 1 | -11/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus other tweaks to make it look more similar to a VBoxContainer of Buttons. | |||||
| | | * | | | | | | Flat button support in ButtonArray. Fixes #7153 | Zher Huei Lee | 2016-11-19 | 2 | -2/+22 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge pull request #7138 from bojidar-bg/ready_guard | Rémi Verschelde | 2016-11-28 | 2 | -1/+6 | |
| | |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | Do not enter _ready twice | |||||
| | | * | | | | | | Do not emit NOTIFICATION_READY more than once (breaking change) | Bojidar Marinov | 2016-11-17 | 1 | -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_tree | Bojidar Marinov | 2016-11-17 | 2 | -1/+6 | |
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | Fixes #6005 | |||||
| | * | | | | | | Merge pull request #7145 from avril-gh/fixes-6464-lost-icons | Rémi Verschelde | 2016-11-21 | 1 | -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 , #6302 | Avril | 2016-11-18 | 1 | -4/+4 | |
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes lost icons in docks, file manager, sample library, settings and various other places. | |||||
| | * | | | | | | Merge pull request #7124 from volzhs/select_match | Rémi Verschelde | 2016-11-21 | 1 | -3/+4 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Select exactly matched file automatically in FileDialog | |||||
| | | * | | | | | | Select exactly matched file automatically in FileDialog | volzhs | 2016-11-17 | 1 | -3/+4 | |
| | | |/ / / / / | ||||||
