aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge pull request #7364 from ↵Rémi Verschelde2017-01-023-14/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | guilhermefelipecgs/fix_bottom_panel_visibility_on_play Fix bottom panel visibility on play
| | * | | | | Add new option to always open output on playGuilherme Felipe2016-12-241-0/+3
| | | | | | |
| | * | | | | Fix visibility of bottom panel when start playingGuilherme Felipe2016-12-242-14/+2
| | |/ / / /
| * | | | | Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde2017-01-021-16/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | Bugfixes for Tree node
| | * | | | | Making deselect work for TreeItem when select_mode is SELECT_SINGLE and ↵Bruno Ortiz2017-01-021-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | item_selected is now properly emitted
| * | | | | | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-0233-256/+292
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes and improvementes for IPv6 implementation.
| | * | | | | | Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-134-7/+12
| | | | | | | |
| | * | | | | | Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli2016-12-091-8/+0
| | | | | | | |
| | * | | | | | Separate hostname resolve cache based on ip_typeFabio Alessandrelli2016-12-091-11/+15
| | | | | | | |
| | * | | | | | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-0911-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 classesFabio Alessandrelli2016-12-0910-0/+31
| | | | | | | |
| | * | | | | | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-0923-81/+61
| | | | | | | |
| | * | | | | | Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-095-35/+4
| | | | | | | |
| | * | | | | | Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2016-12-095-10/+22
| | | | | | | |
| | * | | | | | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-0918-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 androidFabio Alessandrelli2016-12-091-0/+5
| | | | | | | |
| | * | | | | | Properly handle tcp connection failureFabio Alessandrelli2016-12-092-2/+12
| | | | | | | |
| | * | | | | | Fix _set_ip_addr_port not setting the address.Fabio Alessandrelli2016-12-091-1/+1
| | | | | | | |
| * | | | | | | 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 #7401 from Zylann/bucket_fill_previewRémi Verschelde2017-01-022-9/+89
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bucket fill preview
| | * | | | | | | Added option to toggle bucket fill previewMarc Gilleron2016-12-311-2/+3
| | | | | | | | |
| | * | | | | | | Added bucket fill previewMarc Gilleron2016-12-312-8/+87
| | | | | | | | |
| * | | | | | | | 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-025-23/+30
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Able to change visibility when ancestor node is hidden
| | * | | | | | | | Show visual notice for visibility on Scene Dockvolzhs2016-12-284-3/+28
| | | | | | | | | |
| | * | | | | | | | Able to change visibility when ancestor node is hiddenvolzhs2016-12-282-20/+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
| | |/ / / / / / /
| * | | | | / / / Exposing edit_resource method of EditorNode in the EditorPlugin (#7355)Bruno Ortiz2017-01-023-0/+14
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011383-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.2Rémi Verschelde2016-12-2828-230/+311
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Update libwebp to 0.5.2
| | * | | | | Update libwebp to 0.5.2volzhs2016-12-2428-230/+311
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #7351 from RebelliousX/masterRémi Verschelde2016-12-231-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix issue #7331
| | * | | | | Fix issue #7331REBELLIOUSX\Rebel_X2016-12-221-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | A Drive with "Z" letter assigned to it on Windows will be shown.
| * | | | | 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 #7347 from bebae/masterRémi Verschelde2016-12-232-12/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | Allows to start the scene with custom arguments within the editor
| | * | | | | Allows to start the scene with custom arguments within the editorbebae2016-12-212-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-failiureRémi Verschelde2016-12-231-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 lineBojidar Marinov2016-12-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7337
| * | | | | | 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 .