aboutsummaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0859-0/+59
* Merge pull request #8141 from elasota/fix-unshaded-spilloverRémi Verschelde2017-03-271-2/+6
|\
| * Fixed "unshaded" flag not being updated if light_type and receive_shadows_sta...elasota2017-03-241-2/+6
* | Fix buffer size check in UDP socket.Fabio Alessandrelli2017-03-221-1/+1
* | Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2017-03-221-2/+2
* | Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2017-03-221-0/+1
* | Avoid deadlock when writing/reading data on a connecting TCP socketFabio Alessandrelli2017-03-222-10/+5
* | Bind to IPv4 on OpenBSD when using wildcardFabio Alessandrelli2017-03-222-0/+8
* | Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-03-224-9/+5
* | Implement UDP listen bind addressFabio Alessandrelli2017-03-222-6/+21
* | Implement TCP Server bind addressFabio Alessandrelli2017-03-224-11/+29
* | Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-03-223-3/+3
* | Avoid calling close when polling a UDP peer without socketFabio Alessandrelli2017-03-221-0/+4
* | TCP connect always opens correct socket typeFabio Alessandrelli2017-03-222-5/+9
|/
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1961-8959/+7450
* Prevent MSVC build issue after clang-format includes reorderRémi Verschelde2017-03-181-2/+3
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-3/+6
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-185-6/+6
* Add a simple signal handler for SIGCHLD on UnixHein-Pieter van Braam2017-03-181-0/+15
* Finish fix for POSITION in 2D shadersPedro J. Estébanez2017-03-061-3/+2
* fix for https://github.com/godotengine/godot/issues/3226saltpowered2017-01-171-2/+4
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-122-9/+5
* Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde2017-01-121-1/+13
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-122-11/+3
* Fix for the huge audio latency of the SamplePlayer (>200 ms)lonesurvivor2017-01-124-126/+140
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1259-59/+59
* Fix issue #7331REBELLIOUSX\Rebel_X2017-01-121-1/+1
* Fix uniforms with the same name shadowing othersPedro J. Estébanez2017-01-101-9/+6
* Merge pull request #7141 from Faless/2.1.x-ipv6Rémi Verschelde2017-01-048-81/+280
|\
| * Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli2017-01-041-8/+0
| * IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2017-01-044-38/+30
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-047-18/+18
| * Move V6ONLY flag selection inside helpersFabio Alessandrelli2017-01-043-19/+4
| * Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2017-01-043-7/+19
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2017-01-046-18/+22
| * Properly handle tcp connection failureFabio Alessandrelli2017-01-041-1/+6
| * Fix _set_ip_addr_port not setting the address.Fabio Alessandrelli2017-01-041-1/+1
| * Fix getaddrinfo failing on androidFabio Alessandrelli2017-01-041-0/+5
| * Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli2016-12-111-0/+7
| * TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-12-114-5/+31
| * Fix windows debugger connection problems.Fabio Alessandrelli2016-12-114-11/+26
| * TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-12-111-1/+1
| * Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-12-111-2/+2
| * Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-12-114-12/+16
| * added windows support for ipv6, cleaned up unix codeAriel Manzur2016-12-114-72/+81
| * fixed some byte order and parsing problemsAriel Manzur2016-12-111-1/+1
| * adding ipv6Ariel Manzur2016-12-117-77/+220
* | Fix error when fragment and lighting code share an uniformPedro J. Estébanez2016-12-211-1/+11
|/
* OS additions and fixes for WebAssembly/asm.jseska2016-12-031-3/+0
* scons: Reorder options for clarityRémi Verschelde2016-11-032-2/+2