| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Merge pull request #7364 from ↵ | Rémi Verschelde | 2017-01-02 | 3 | -14/+5 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | guilhermefelipecgs/fix_bottom_panel_visibility_on_play Fix bottom panel visibility on play | |||||
| | | * | | | | | Add new option to always open output on play | Guilherme Felipe | 2016-12-24 | 1 | -0/+3 | |
| | | | | | | | | ||||||
| | | * | | | | | Fix visibility of bottom panel when start playing | Guilherme Felipe | 2016-12-24 | 2 | -14/+2 | |
| | | |/ / / / | ||||||
| | * | | | | | Merge pull request #7341 from bruno-ortiz/master | Rémi Verschelde | 2017-01-02 | 1 | -16/+6 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Bugfixes for Tree node | |||||
| | | * | | | | | Making deselect work for TreeItem when select_mode is SELECT_SINGLE and ↵ | Bruno Ortiz | 2017-01-02 | 1 | -16/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | item_selected is now properly emitted | |||||
| | * | | | | | | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 33 | -256/+292 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fixes and improvementes for IPv6 implementation. | |||||
| | | * | | | | | | Expose HTTP classes' set_ip_type to scripting | Fabio Alessandrelli | 2016-12-13 | 4 | -7/+12 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Remove old unused AI_V4MAPPED flag to getaddrinfo | Fabio Alessandrelli | 2016-12-09 | 1 | -8/+0 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Separate hostname resolve cache based on ip_type | Fabio Alessandrelli | 2016-12-09 | 1 | -11/+15 | |
| | | | | | | | | | ||||||
| | | * | | | | | | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2016-12-09 | 11 | -101/+112 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IP_Address changes: - Converts to and from String transparently while handling IPv4 as IPv6 mapped (::ffff:[IP]) address internally. - Completely remove AddrType enum. - Setting/Getting of ip array is now only possible through dedicated functions (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6) - Add function to know if the address is a valid IPv4 (for IP implementation and enet) | |||||
| | | * | | | | | | Allow setting ip_type for TCP/UDP and HTTP classes | Fabio Alessandrelli | 2016-12-09 | 10 | -0/+31 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2016-12-09 | 23 | -81/+61 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | 2016-12-09 | 5 | -35/+4 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli | 2016-12-09 | 5 | -10/+22 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli | 2016-12-09 | 18 | -51/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PacketPeerUDP/StreamPeerTCP/TCP_Server now uses an instance variable to store the selected ip_type (IPv4/IPv6/ANY, where ANY = dual stack). All calls to resolve addresses, sending/receving data, connecting/listening will use that socket type. | |||||
| | | * | | | | | | Fix getaddrinfo failing on android | Fabio Alessandrelli | 2016-12-09 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Properly handle tcp connection failure | Fabio Alessandrelli | 2016-12-09 | 2 | -2/+12 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Fix _set_ip_addr_port not setting the address. | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | 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 #7401 from Zylann/bucket_fill_preview | Rémi Verschelde | 2017-01-02 | 2 | -9/+89 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Bucket fill preview | |||||
| | | * | | | | | | | Added option to toggle bucket fill preview | Marc Gilleron | 2016-12-31 | 1 | -2/+3 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Added bucket fill preview | Marc Gilleron | 2016-12-31 | 2 | -8/+87 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | 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 | 5 | -23/+30 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Able to change visibility when ancestor node is hidden | |||||
| | | * | | | | | | | | Show visual notice for visibility on Scene Dock | volzhs | 2016-12-28 | 4 | -3/+28 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Able to change visibility when ancestor node is hidden | volzhs | 2016-12-28 | 2 | -20/+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 | |
| | | |/ / / / / / / | ||||||
| | * | | | | / / / | Exposing edit_resource method of EditorNode in the EditorPlugin (#7355) | Bruno Ortiz | 2017-01-02 | 3 | -0/+14 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1383 | -1389/+1389 | |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #7350 from volzhs/webp-0.5.2 | Rémi Verschelde | 2016-12-28 | 28 | -230/+311 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Update libwebp to 0.5.2 | |||||
| | | * | | | | | Update libwebp to 0.5.2 | volzhs | 2016-12-24 | 28 | -230/+311 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge pull request #7351 from RebelliousX/master | Rémi Verschelde | 2016-12-23 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Fix issue #7331 | |||||
| | | * | | | | | Fix issue #7331 | REBELLIOUSX\Rebel_X | 2016-12-22 | 1 | -1/+1 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | A Drive with "Z" letter assigned to it on Windows will be shown. | |||||
| | * | | | | | 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 #7347 from bebae/master | Rémi Verschelde | 2016-12-23 | 2 | -12/+9 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Allows to start the scene with custom arguments within the editor | |||||
| | | * | | | | | Allows to start the scene with custom arguments within the editor | bebae | 2016-12-21 | 2 | -12/+9 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #7346 Path from the current scene isn't added too the argumens anymore by default and needs to be added throug the custom arguments, with $scene. Matches the behaviour of the executable without any arguments. Custom Arguments are read from editor/main_run_args | |||||
| | * | | | | | Merge pull request #7339 from bojidar-bg/po-import-failiure | Rémi Verschelde | 2016-12-23 | 1 | -2/+0 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Remove extraneous line in .po reader, which caused it to disregard first line | |||||
| | | * | | | | | Remove extraneous line in .po reader, which caused it to disregard first line | Bojidar Marinov | 2016-12-20 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7337 | |||||
| | * | | | | | | 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 . | |||||
