aboutsummaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * Done with lights and shadows (wonder if i'm missing something..)Juan Linietsky2016-11-118-491/+701
| * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-0910-309/+1678
| * shadow atlas allocation (work in progress)Juan Linietsky2016-10-314-12/+493
| * resolved reflection cubemap blendingJuan Linietsky2016-10-291-1/+3
| * -Many many fixesJuan Linietsky2016-10-2911-220/+579
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-279-179/+1342
| * More scene work, can display a skyboxJuan Linietsky2016-10-218-8/+590
| * Everything returning to normal in 3D, still a long way to goJuan Linietsky2016-10-1910-25/+2258
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-1011-116/+1828
| * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-055-17/+75
| * make editor update by tracking changes in visualserverrasterJuan Linietsky2016-10-032-8/+8
| * Begining of GLES3 renderer:Juan Linietsky2016-10-0326-169/+6162
* | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-029-84/+79
|\ \
| * | Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli2016-12-091-8/+0
| * | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-094-38/+30
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-097-18/+18
| * | Move V6ONLY flag selection inside helpersFabio Alessandrelli2016-12-093-19/+4
| * | Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2016-12-093-7/+19
| * | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-096-18/+22
| * | Fix getaddrinfo failing on androidFabio Alessandrelli2016-12-091-0/+5
| * | Properly handle tcp connection failureFabio Alessandrelli2016-12-091-1/+6
| * | Fix _set_ip_addr_port not setting the address.Fabio Alessandrelli2016-12-091-1/+1
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0160-60/+60
* | | Fix issue #7331REBELLIOUSX\Rebel_X2016-12-221-1/+1
|/ /
* | OS additions and fixes for WebAssembly/asm.jseska2016-11-301-3/+0
* | Rename remaining WinRT references to UWPGeorge Marques2016-11-031-1/+1
* | Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques2016-11-038-9/+9
* | scons: Reorder options for clarityRémi Verschelde2016-11-032-2/+2
* | Merge pull request #7006 from vnen/fix-ipv6-uwpGeorge Marques2016-11-011-0/+4
|\ \
| * | Fix IPv6 linking for UWPGeorge Marques2016-10-311-0/+4
* | | style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-013-17/+17
* | | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-016-23/+23
* | | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-016-72/+72
|/ /
* | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli2016-10-301-0/+7
* | TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-10-304-5/+31
* | Fix windows debugger connection problems.Fabio Alessandrelli2016-10-304-11/+26
* | TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-10-301-1/+1
* | Merge pull request #6959 from RandomShaper/fix-big-libsRémi Verschelde2016-10-301-45/+2
|\ \
| * | scons: Move lib splitting method to methods.pyRémi Verschelde2016-10-301-3/+6
| * | Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2016-10-291-49/+3
* | | RegEx re-implemented as a moduleZher Huei Lee2016-10-279-1978/+0
|/ /
* | Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-10-261-2/+2
* | Merge pull request #6925 from godotengine/ipv6Rémi Verschelde2016-10-268-83/+226
|\ \
| * | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-10-264-12/+16
| * | added windows support for ipv6, cleaned up unix codeAriel Manzur2016-10-204-72/+81
| * | fixed some byte order and parsing problemsAriel Manzur2016-10-191-1/+1
| * | adding ipv6Ariel Manzur2016-10-187-78/+208
* | | Merge pull request #6855 from vnen/xaudio2-driverRémi Verschelde2016-10-184-0/+355
|\ \ \
| * | | Fix memory management of XAudio2 driverGeorge Marques2016-10-172-8/+5
| * | | Isolate XAudio2 driverGeorge Marques2016-10-174-0/+358
| |/ /