Age | Commit message (Expand) | Author |
2016-11-03 | scons: Reorder options for clarity | Rémi Verschelde |
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: Various other PEP8 fixes in Python files | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde |
2016-10-31 | shadow atlas allocation (work in progress) | Juan Linietsky |
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-30 | Merge pull request #6959 from RandomShaper/fix-big-libs | Rémi Verschelde |
2016-10-30 | scons: Move lib splitting method to methods.py | Rémi Verschelde |
2016-10-29 | resolved reflection cubemap blending | Juan Linietsky |
2016-10-29 | -Many many fixes | Juan Linietsky |
2016-10-29 | Adopt simpler strategy for big libs on Windows | Pedro J. Estébanez |
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky |
2016-10-27 | RegEx re-implemented as a module | Zher Huei Lee |
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-21 | More scene work, can display a skybox | Juan Linietsky |
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-19 | Everything returning to normal in 3D, still a long way to go | Juan Linietsky |
2016-10-18 | adding ipv6 | Ariel Manzur |
2016-10-18 | Merge pull request #6855 from vnen/xaudio2-driver | Rémi Verschelde |
2016-10-17 | Fix memory management of XAudio2 driver | George Marques |
2016-10-17 | Isolate XAudio2 driver | George Marques |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-15 | png: Try to fix neon issue on iphone armv7 | Rémi Verschelde |
2016-10-15 | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde |
2016-10-15 | freetype: Make it a module and split thirdparty library | Rémi Verschelde |
2016-10-15 | chibi: Move to a module | Rémi Verschelde |
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde |
2016-10-15 | glew: Split thirdparty files and isolate env | Rémi Verschelde |
2016-10-15 | squish: Move to a module and split thirdparty lib | Rémi Verschelde |
2016-10-15 | rtaudio: Split thirdparty files | Rémi Verschelde |
2016-10-15 | mpc: Move to a module and split thirdparty libmpcdec | Rémi Verschelde |
2016-10-15 | theora: Move to a module and split thirdparty lib | Rémi Verschelde |
2016-10-15 | modules: Clone env in each module | Rémi Verschelde |
2016-10-15 | openssl: Move to a module and split thirdparty lib | Rémi Verschelde |
2016-10-15 | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde |
2016-10-15 | webp: Make it a module and unbundle libwebp thirdparty files | Rémi Verschelde |
2016-10-15 | dds/etc1/pbm/pvr: Make those modules and split thirdparty files | Rémi Verschelde |
2016-10-15 | jpg: Make it a module and split jpgd thirdparty files | Rémi Verschelde |
2016-10-15 | png: Split library to thirdparty dir and allow unbundling | Rémi Verschelde |
2016-10-14 | Drop nedmalloc which is apparently not used anymore | Rémi Verschelde |
2016-10-13 | Remove speex support, it is obsoleted by opus | Rémi Verschelde |
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky |