| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add libwebsocket 3.0 BSD fix | Fabio Alessandrelli | 2018-06-07 | 2 | -1/+4 |
| | | |||||
| * | Bump libwebsockets to version 3.0.0 | Fabio Alessandrelli | 2018-06-07 | 95 | -17307/+22285 |
| | | |||||
| * | Thirdparty: Fill copyright for lws, miniupnpc, clipper | Rémi Verschelde | 2018-06-07 | 70 | -8/+223 |
| | | | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls. | ||||
| * | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli | 2018-06-07 | 42 | -0/+8472 |
| |\ | | | | | Add UPnP support (port forwarding, querying external IP) | ||||
| | * | Add UPnP support (port forwarding, querying external IP) | mhilbrunner | 2018-06-07 | 42 | -0/+8472 |
| | | | |||||
| * | | Merge pull request #19150 from guilhermefelipecgs/update_stb | Rémi Verschelde | 2018-05-25 | 3 | -242/+542 |
| |\ \ | | | | | | | Update stb_truetype to 1.19 and stb_vorbis to 1.14 | ||||
| | * | | Update stb_truetype to 1.19 and stb_vorbis to 1.14 | Guilherme Felipe | 2018-05-24 | 3 | -242/+542 |
| | | | | |||||
| * | | | Update libvorbis to 1.3.6 | Guilherme Felipe | 2018-05-24 | 72 | -163/+82 |
| |/ / | |||||
| * | | Merge pull request #18905 from volzhs/zstd-1.3.4 | Rémi Verschelde | 2018-05-16 | 32 | -3196/+5587 |
| |\ \ | | | | | | | Update zstd to 1.3.4 | ||||
| | * | | Update zstd to 1.3.4 | volzhs | 2018-05-16 | 32 | -3196/+5587 |
| | | | | |||||
| * | | | Merge pull request #18903 from volzhs/minizip-1.2.11 | Rémi Verschelde | 2018-05-16 | 8 | -45/+68 |
| |\ \ \ | | | | | | | | | Update minizip to 1.2.11 | ||||
| | * | | | Update minizip to 1.2.11 | volzhs | 2018-05-16 | 8 | -45/+68 |
| | |/ / | |||||
| * / / | Update libwebp to 1.0.0 | volzhs | 2018-05-16 | 48 | -367/+1587 |
| |/ / | |||||
| * / | Update FreeType to 2.9.1 | volzhs | 2018-05-10 | 470 | -5329/+20290 |
| |/ | | | | close #15660 | ||||
| * | Merge pull request #18113 from toger5/bold_font | Juan Linietsky | 2018-05-07 | 1 | -0/+0 |
| |\ | | | | | added bold font to editor (support for coustom bold font) | ||||
| | * | added bold font to editor (support for coustom bold font) | toger5 | 2018-04-19 | 1 | -0/+0 |
| | | | |||||
| * | | Update GLAD to 0.1.20a0 | Chaosus | 2018-05-04 | 4 | -16/+33 |
| | | | |||||
| * | | Update Hack font to v3.003 | Hugo Locurcio | 2018-04-11 | 3 | -5/+5 |
| |/ | |||||
| * | MbedTLS PR 1453 (fix UWP build) | Fabio Alessandrelli | 2018-04-03 | 4 | -9/+173 |
| | | | | | The patch seems to be ready for merge upstream | ||||
| * | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | 2018-04-03 | 2 | -2/+7 |
| | | |||||
| * | Update mbedTLS to version 2.8.0 | Fabio Alessandrelli | 2018-04-03 | 44 | -391/+853 |
| | | |||||
| * | Always verify peer certificate in lws. | Fabio Alessandrelli | 2018-04-03 | 4 | -10/+109 |
| | | | | | | | | Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215) | ||||
| * | mbedtls: client: stop spinning on handshake fail | Fabio Alessandrelli | 2018-04-03 | 1 | -2/+6 |
| | | | | | | Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2 | ||||
| * | Fix lws MinGW compilation | Fabio Alessandrelli | 2018-04-03 | 1 | -5/+1 |
| | | | | | | Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release | ||||
| * | Bump libwebsockets to version 2.4.2 | Fabio Alessandrelli | 2018-04-03 | 18 | -66/+143 |
| | | |||||
| * | Updated thekla_atlas to support arm64 | Brigham Henry Keys | 2018-03-20 | 2 | -4/+9 |
| | | |||||
| * | Update libwebm | ShyRed | 2018-03-09 | 4 | -110/+368 |
| | | | | | | | Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | ||||
| * | Add GL_ARB_framebuffer_object extension support check and ↵ | bruvzg | 2018-03-05 | 2 | -8/+156 |
| | | | | | | | GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms. | ||||
| * | Merge pull request #17035 from Chaosus/fixleaks | Rémi Verschelde | 2018-03-03 | 4 | -2/+21 |
| |\ | | | | | Fix memory leaks | ||||
| | * | Fix 3 memory leaks | Chaosus | 2018-03-03 | 4 | -2/+21 |
| | | | |||||
| * | | GLES2 renderer support on macOS. | bruvzg | 2018-03-02 | 2 | -12/+44 |
| | | | |||||
| * | | Remove unneeded and problematic minilex.c from lws. | Fabio Alessandrelli | 2018-03-01 | 2 | -273/+1 |
| | | | | | | | | | We don't need it, it's used upstream to test the lexical parser | ||||
| * | | Fix lws compilation on FreeBSD, same as OSX | Fabio Alessandrelli | 2018-02-28 | 2 | -2/+2 |
| |/ | | | | This error is actually fixed upstream, waiting for a new release | ||||
| * | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. | Juan Linietsky | 2018-02-21 | 2 | -0/+5035 |
| | | |||||
| * | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | 2018-02-20 | 1 | -1/+1 |
| | | | | | | We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build | ||||
| * | Import PR 730 from mbedTLS project | Fabio Alessandrelli | 2018-02-20 | 2 | -9/+41 |
| | | | | | Fixes UWP build while we wait for it to get into next release. | ||||
| * | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | 2018-02-16 | 2 | -3096/+1948 |
| | | | | | Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | ||||
| * | Merge pull request #14804 from ColinKinloch/master | Rémi Verschelde | 2018-02-14 | 1 | -1/+8 |
| |\ | | | | | Fixed android arm64v8 | ||||
| | * | Fixed android arm64v8 | Colin Kinloch | 2017-12-23 | 1 | -1/+8 |
| | | | |||||
| * | | Deleting OpenSSL module and library | Fabio Alessandrelli | 2018-02-14 | 923 | -349538/+0 |
| | | | |||||
| * | | Small change to lws `mbedtls_wrapper` to fix OSX build. | Fabio Alessandrelli | 2018-02-14 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | Checks for OSX in thirdparty/lws/mbedtls_wrapper/include/platform/ssl_port.h to include stdlib.h instead of malloc.h. The bug is fixed upstream in master via LWS_HAVE_MALLOC_H, but not in the 2.4.1 branch (as the file structure has, one again, changed). | ||||
| * | | lws module now uses mbedtls as OpenSSL replacement | Fabio Alessandrelli | 2018-02-14 | 25 | -2/+6452 |
| | | | |||||
| * | | Add mbedTLS lib. Version 2.7.0, license Apache 2.0 | Fabio Alessandrelli | 2018-02-14 | 144 | -0/+92518 |
| | | | |||||
| * | | Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_H | robfram | 2018-02-13 | 1 | -1/+1 |
| | | | | | | | | | compiling libwebsocket, as it would fail otherwise. Fix #16472. | ||||
| * | | Add libwebsockets as thirdparty library. | Fabio Alessandrelli | 2018-02-05 | 45 | -0/+35743 |
| | | | | | | | | | License is LGPLv2.1 + static linking exception, version is 2.4.1 | ||||
| * | | Copyright: Add license info for bullet and Mozilla CA certs | Rémi Verschelde | 2018-01-22 | 1 | -3/+3 |
| | | | |||||
| * | | COPYRIGHT: Update with recently added thirdparty libraries | Rémi Verschelde | 2018-01-13 | 1 | -42/+41 |
| | | | | | | | | | Also various updates to thirdparty/README.md. | ||||
| * | | bullet: Streamline bundling, remove extraneous src/ folder | Rémi Verschelde | 2018-01-13 | 650 | -1256/+27 |
| | | | | | | | | | | | | | Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one. | ||||
| * | | zstd: Update to pristine 1.3.3 | Rémi Verschelde | 2018-01-13 | 21 | -1433/+1505 |
| | | | |||||
| * | | tinyexr: Update to pristine commit e385dad (security update) | Rémi Verschelde | 2018-01-13 | 2 | -84/+179 |
| | | | |||||
