Age | Commit message (Expand) | Author |
2016-11-01 | style: Fix PEP8 blank lines issues 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 | Add option 'wasm' to compile to WebAssembly in web export | eska |
2016-10-31 | Merge pull request #6993 from eska014/remove-js-compression | Rémi Verschelde |
2016-10-31 | Merge pull request #6981 from Faless/ipv6_fix | Rémi Verschelde |
2016-10-30 | Merge pull request #6490 from zaps166/webm-pr | Rémi Verschelde |
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-28 | Merge pull request #6937 from SuperUserNameMan/fix_win_standalone_msvc_and_mi... | George Marques |
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky |
2016-10-26 | fix bug introduced by #6501 | yg2f |
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-23 | Add WebM module | Błażej Szczygieł |
2016-10-22 | Merge pull request #6884 from vnen/html-export-char | Rémi Verschelde |
2016-10-22 | Merge pull request #6882 from vnen/mouse-mode | Rémi Verschelde |
2016-10-22 | Fixed tiny error in detect.py causing compilation for Android to fail. | Randy Tan Shaoxian |
2016-10-22 | Merge pull request #6858 from zaps166/gcc-color-output | Rémi Verschelde |
2016-10-20 | Fix extraneous NULL character on HTML export | George Marques |
2016-10-21 | Remove JavaScript compilation option `compress`. | eska |
2016-10-20 | Fix the hiding of mouse cursor before interaction | George Marques |
2016-10-20 | added windows support for ipv6, cleaned up unix code | Ariel Manzur |
2016-10-18 | Merge pull request #6855 from vnen/xaudio2-driver | Rémi Verschelde |
2016-10-17 | Isolate XAudio2 driver | George Marques |
2016-10-17 | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-17 | Merge pull request #6846 from volzhs/android-dir-exists | Rémi Verschelde |
2016-10-17 | Merge pull request #6723 from bvbfan/patch-1 | Rémi Verschelde |
2016-10-16 | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł |
2016-10-17 | Fix crash when using Directory.dir_exists(path) on Android | volzhs |
2016-10-15 | freetype: Make it a module and split thirdparty library | 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 | 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 | 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 | enet: Split enet thirdparty files and allow unbundling | 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-11 | Correct OS architecture detection | Anthony Fieroni |
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky |
2016-10-09 | Merge pull request #6704 from RandomShaper/fix-android-build-flags | Rémi Verschelde |