| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Done with lights and shadows (wonder if i'm missing something..) | Juan Linietsky | 2016-11-11 | 8 | -491/+701 |
| | * | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky | 2016-11-09 | 10 | -309/+1678 |
| | * | shadow atlas allocation (work in progress) | Juan Linietsky | 2016-10-31 | 4 | -12/+493 |
| | * | resolved reflection cubemap blending | Juan Linietsky | 2016-10-29 | 1 | -1/+3 |
| | * | -Many many fixes | Juan Linietsky | 2016-10-29 | 11 | -220/+579 |
| | * | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | 2016-10-27 | 9 | -179/+1342 |
| | * | More scene work, can display a skybox | Juan Linietsky | 2016-10-21 | 8 | -8/+590 |
| | * | Everything returning to normal in 3D, still a long way to go | Juan Linietsky | 2016-10-19 | 10 | -25/+2258 |
| | * | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky | 2016-10-10 | 11 | -116/+1828 |
| | * | -Added ViewportContainer, this is the only way to make viewports show up in G... | Juan Linietsky | 2016-10-05 | 5 | -17/+75 |
| | * | make editor update by tracking changes in visualserverraster | Juan Linietsky | 2016-10-03 | 2 | -8/+8 |
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 26 | -169/+6162 |
| * | | Merge pull request #7271 from Faless/ipv6_cleanup | Rémi Verschelde | 2017-01-02 | 9 | -84/+79 |
| |\ \ |
|
| | * | | Remove old unused AI_V4MAPPED flag to getaddrinfo | Fabio Alessandrelli | 2016-12-09 | 1 | -8/+0 |
| | * | | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2016-12-09 | 4 | -38/+30 |
| | * | | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2016-12-09 | 7 | -18/+18 |
| | * | | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | 2016-12-09 | 3 | -19/+4 |
| | * | | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli | 2016-12-09 | 3 | -7/+19 |
| | * | | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli | 2016-12-09 | 6 | -18/+22 |
| | * | | Fix getaddrinfo failing on android | Fabio Alessandrelli | 2016-12-09 | 1 | -0/+5 |
| | * | | Properly handle tcp connection failure | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+6 |
| | * | | Fix _set_ip_addr_port not setting the address. | Fabio Alessandrelli | 2016-12-09 | 1 | -1/+1 |
| * | | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 60 | -60/+60 |
| * | | | Fix issue #7331 | REBELLIOUSX\Rebel_X | 2016-12-22 | 1 | -1/+1 |
| |/ / |
|
| * | | OS additions and fixes for WebAssembly/asm.js | eska | 2016-11-30 | 1 | -3/+0 |
| * | | Rename remaining WinRT references to UWP | George Marques | 2016-11-03 | 1 | -1/+1 |
| * | | Rename WINRT_ENABLED to UWP_ENABLED | George Marques | 2016-11-03 | 8 | -9/+9 |
| * | | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 2 | -2/+2 |
| * | | Merge pull request #7006 from vnen/fix-ipv6-uwp | George Marques | 2016-11-01 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Fix IPv6 linking for UWP | George Marques | 2016-10-31 | 1 | -0/+4 |
| * | | | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-01 | 3 | -17/+17 |
| * | | | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-01 | 6 | -23/+23 |
| * | | | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-01 | 6 | -72/+72 |
| |/ / |
|
| * | | Define IPV6_V6ONLY flag if not defined on windows (old mingw versions) | Fabio Alessandrelli | 2016-10-30 | 1 | -0/+7 |
| * | | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli | 2016-10-30 | 4 | -5/+31 |
| * | | Fix windows debugger connection problems. | Fabio Alessandrelli | 2016-10-30 | 4 | -11/+26 |
| * | | TCPServer listen now default to IP type ANY (v6 socket with v4 support) | Fabio Alessandrelli | 2016-10-30 | 1 | -1/+1 |
| * | | Merge pull request #6959 from RandomShaper/fix-big-libs | Rémi Verschelde | 2016-10-30 | 1 | -45/+2 |
| |\ \ |
|
| | * | | scons: Move lib splitting method to methods.py | Rémi Verschelde | 2016-10-30 | 1 | -3/+6 |
| | * | | Adopt simpler strategy for big libs on Windows | Pedro J. Estébanez | 2016-10-29 | 1 | -49/+3 |
| * | | | RegEx re-implemented as a module | Zher Huei Lee | 2016-10-27 | 9 | -1978/+0 |
| |/ / |
|
| * | | Fix PacketPeerUDP get_packet_port() | Fabio Alessandrelli | 2016-10-26 | 1 | -2/+2 |
| * | | Merge pull request #6925 from godotengine/ipv6 | Rémi Verschelde | 2016-10-26 | 8 | -83/+226 |
| |\ \ |
|
| | * | | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | 2016-10-26 | 4 | -12/+16 |
| | * | | added windows support for ipv6, cleaned up unix code | Ariel Manzur | 2016-10-20 | 4 | -72/+81 |
| | * | | fixed some byte order and parsing problems | Ariel Manzur | 2016-10-19 | 1 | -1/+1 |
| | * | | adding ipv6 | Ariel Manzur | 2016-10-18 | 7 | -78/+208 |
| * | | | Merge pull request #6855 from vnen/xaudio2-driver | Rémi Verschelde | 2016-10-18 | 4 | -0/+355 |
| |\ \ \ |
|
| | * | | | Fix memory management of XAudio2 driver | George Marques | 2016-10-17 | 2 | -8/+5 |
| | * | | | Isolate XAudio2 driver | George Marques | 2016-10-17 | 4 | -0/+358 |
| | |/ / |
|