Age | Commit message (Expand) | Author |
2017-01-15 | Merge pull request #7510 from Faless/tcp_connect | Rémi Verschelde |
2017-01-14 | StreamPeerWinsock: Fix changed declarations | Rémi Verschelde |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-14 | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky |
2017-01-13 | TCP connect always opens correct socket type | Fabio Alessandrelli |
2017-01-12 | Improvements to scons defined WINVER/_WIN32_WINNT | Fabio Alessandrelli |
2017-01-09 | Windows: Workaround missing includes in MinGW-w64 < 4 | Rémi Verschelde |
2017-01-08 | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde |
2017-01-08 | Use more compatible initializarion of RWLockPosix | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-06 | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-02 | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-09 | Remove old unused AI_V4MAPPED flag to getaddrinfo | Fabio Alessandrelli |
2016-12-09 | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli |
2016-12-09 | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli |
2016-12-09 | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli |
2016-12-09 | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli |
2016-12-09 | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli |
2016-12-09 | Fix getaddrinfo failing on android | Fabio Alessandrelli |
2016-12-09 | Properly handle tcp connection failure | Fabio Alessandrelli |
2016-12-09 | Fix _set_ip_addr_port not setting the address. | Fabio Alessandrelli |
2016-11-30 | OS additions and fixes for WebAssembly/asm.js | eska |
2016-11-03 | Rename WINRT_ENABLED to UWP_ENABLED | George Marques |
2016-11-01 | Merge pull request #7006 from vnen/fix-ipv6-uwp | George Marques |
2016-10-31 | Fix IPv6 linking for UWP | George Marques |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-10-30 | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions) | Fabio Alessandrelli |
2016-10-30 | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli |
2016-10-30 | Fix windows debugger connection problems. | Fabio Alessandrelli |
2016-10-30 | TCPServer listen now default to IP type ANY (v6 socket with v4 support) | Fabio Alessandrelli |
2016-10-26 | Fix PacketPeerUDP get_packet_port() | Fabio Alessandrelli |
2016-10-26 | Merge pull request #6925 from godotengine/ipv6 | Rémi Verschelde |
2016-10-26 | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli |
2016-10-20 | added windows support for ipv6, cleaned up unix code | Ariel Manzur |
2016-10-19 | fixed some byte order and parsing problems | Ariel Manzur |
2016-10-18 | adding ipv6 | Ariel Manzur |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-15 | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde |
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky |
2016-09-03 | Fix drivers coding for WinRT | George Marques |
2016-08-13 | Remove some unused variables | Johan Manuel |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde |
2016-07-02 | Removed no longer needed check | Juan Linietsky |