Age | Commit message (Expand) | Author |
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 |
2016-10-05 | -Added ViewportContainer, this is the only way to make viewports show up in G... | Juan Linietsky |
2016-10-03 | make editor update by tracking changes in visualserverraster | Juan Linietsky |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-10-03 | Merge pull request #6605 from zaps166/old-gl-ext-funcs | Rémi Verschelde |
2016-10-03 | Merge pull request #6617 from zaps166/theora-x86-simd-fix | Rémi Verschelde |
2016-10-03 | Limit directional shadow draw distance, fixes #559, optimization (#1991) | mookiexl |
2016-10-03 | Fixes in Theora SCsub | Błażej Szczygieł |
2016-10-03 | Merge pull request #6606 from zaps166/don-crash-on-unsupported-gl | Rémi Verschelde |
2016-10-03 | Merge pull request #6501 from SuperUserNameMan/windows_compile_with_standalon... | Rémi Verschelde |
2016-09-25 | Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty | Błażej Szczygieł |
2016-09-25 | Don't crach when OpenGL version is unsupported | Błażej Szczygieł |
2016-09-25 | Add compatibility with old OpenGL 2.1 drivers | Błażej Szczygieł |
2016-09-21 | removed redundant assign operation in mesh_add_surface: elem_count is reassig... | knd |
2016-09-17 | Merge pull request #6489 from zaps166/vorbis-no-enc | Rémi Verschelde |
2016-09-17 | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde |
2016-09-16 | scons detects standalone MSVC on Windows | yg2f |
2016-09-14 | Vorbis: Don't compile unnecessary encoder files | Błażej Szczygieł |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky |