summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-12-09Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli
2016-12-09Use an instance variable for ip_type in raw socketsFabio Alessandrelli
2016-12-09Fix getaddrinfo failing on androidFabio Alessandrelli
2016-12-09Properly handle tcp connection failureFabio Alessandrelli
2016-12-09Fix _set_ip_addr_port not setting the address.Fabio Alessandrelli
2016-12-08Multi stage glow with light bleeding from HDRJuan Linietsky
2016-12-07Tonemapping and Auto Exposure supportJuan Linietsky
2016-12-04fix small issue with copying reflectionsJuan Linietsky
2016-12-04Support for SSAOJuan Linietsky
2016-12-02Subsurface scattering material param is now working!Juan Linietsky
2016-11-30OS additions and fixes for WebAssembly/asm.jseska
2016-11-30Add missing glsl file and remove generated .h filesJuan Linietsky
2016-11-29Screen space reflection effectJuan Linietsky
2016-11-24fixed bug removing dependenciesJuan Linietsky
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-11-23implemented immediatesJuan Linietsky
2016-11-23WIP immediates and proper buffers swappingJuan Linietsky
2016-11-22Changed to proper GLSL versionJuan Linietsky
2016-11-22Migrated from GLES to GLAD, fixes many issues.Juan Linietsky
2016-11-22Instancing is working! (hooray)Juan Linietsky
2016-11-21Skeletons are working now.Juan Linietsky
2016-11-20Huge amount of improvement in the material system. Materials should beJuan Linietsky
2016-11-19working reflection probes!!Juan Linietsky
2016-11-11Done with lights and shadows (wonder if i'm missing something..)Juan Linietsky
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-11-03Rename remaining WinRT references to UWPGeorge Marques
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-11-03scons: Reorder options for clarityRémi Verschelde
2016-11-01Merge pull request #7006 from vnen/fix-ipv6-uwpGeorge Marques
2016-10-31Fix IPv6 linking for UWPGeorge Marques
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-31shadow atlas allocation (work in progress)Juan Linietsky
2016-10-30Define IPV6_V6ONLY flag if not defined on windows (old mingw versions)Fabio Alessandrelli
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli
2016-10-30Fix windows debugger connection problems.Fabio Alessandrelli
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli
2016-10-30Merge pull request #6959 from RandomShaper/fix-big-libsRémi Verschelde
2016-10-30scons: Move lib splitting method to methods.pyRémi Verschelde
2016-10-29resolved reflection cubemap blendingJuan Linietsky
2016-10-29-Many many fixesJuan Linietsky
2016-10-29Adopt simpler strategy for big libs on WindowsPedro J. Estébanez
2016-10-27PBR more or less working, still working on bringing gizmos backJuan Linietsky
2016-10-27RegEx re-implemented as a moduleZher Huei Lee
2016-10-26Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli
2016-10-26Merge pull request #6925 from godotengine/ipv6Rémi Verschelde
2016-10-26Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli
2016-10-21More scene work, can display a skyboxJuan Linietsky
2016-10-20added windows support for ipv6, cleaned up unix codeAriel Manzur