Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | Merge pull request #20539 from akien-mga/mbedtls-2.12.0 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.12.0 | |||
2018-07-28 | Merge pull request #20537 from akien-mga/glad-0.1.25 | Rémi Verschelde | |
glad: Sync with upstream 0.1.25 | |||
2018-07-28 | mbedtls: Update to upstream version 2.12.0 | Rémi Verschelde | |
_WIN32_WINNT redefinition fix is no longer needed as it was merged upstream. PR 1453 is still not merged, diff updated to current state. | |||
2018-07-28 | glad: Sync with upstream 0.1.25 | Rémi Verschelde | |
2018-07-28 | libpng: Update to upstream version 1.6.35 | Rémi Verschelde | |
2018-07-10 | Merge pull request #19422 from Faless/mbedtls_2.10 | Rémi Verschelde | |
Bump mbedTLS to version 2.10.0 | |||
2018-07-03 | Merge pull request #19138 from firefly2442/pcre2-10.31 | Max Hilbrunner | |
update PCRE2 to version 10.31, fixes #15662 | |||
2018-06-07 | Bump mbedTLS to version 2.10.0 | Fabio Alessandrelli | |
2018-06-07 | Add libwebsocket 3.0 BSD fix | Fabio Alessandrelli | |
2018-06-07 | Bump libwebsockets to version 3.0.0 | Fabio Alessandrelli | |
2018-06-07 | Thirdparty: Fill copyright for lws, miniupnpc, clipper | Rémi Verschelde | |
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls. | |||
2018-06-07 | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli | |
Add UPnP support (port forwarding, querying external IP) | |||
2018-06-07 | Add UPnP support (port forwarding, querying external IP) | mhilbrunner | |
2018-05-28 | update PCRE2 to version 10.31, fixes #15662 | firefly2442 | |
2018-05-25 | Merge pull request #19150 from guilhermefelipecgs/update_stb | Rémi Verschelde | |
Update stb_truetype to 1.19 and stb_vorbis to 1.14 | |||
2018-05-24 | Update stb_truetype to 1.19 and stb_vorbis to 1.14 | Guilherme Felipe | |
2018-05-24 | Update libvorbis to 1.3.6 | Guilherme Felipe | |
2018-05-16 | Merge pull request #18905 from volzhs/zstd-1.3.4 | Rémi Verschelde | |
Update zstd to 1.3.4 | |||
2018-05-16 | Merge pull request #18903 from volzhs/minizip-1.2.11 | Rémi Verschelde | |
Update minizip to 1.2.11 | |||
2018-05-16 | Update zstd to 1.3.4 | volzhs | |
2018-05-16 | Update minizip to 1.2.11 | volzhs | |
2018-05-16 | Update libwebp to 1.0.0 | volzhs | |
2018-05-10 | Update FreeType to 2.9.1 | volzhs | |
close #15660 | |||
2018-05-07 | Merge pull request #18113 from toger5/bold_font | Juan Linietsky | |
added bold font to editor (support for coustom bold font) | |||
2018-05-04 | Update GLAD to 0.1.20a0 | Chaosus | |
2018-04-19 | added bold font to editor (support for coustom bold font) | toger5 | |
2018-04-11 | Update Hack font to v3.003 | Hugo Locurcio | |
2018-04-03 | MbedTLS PR 1453 (fix UWP build) | Fabio Alessandrelli | |
The patch seems to be ready for merge upstream | |||
2018-04-03 | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | |
2018-04-03 | Update mbedTLS to version 2.8.0 | Fabio Alessandrelli | |
2018-04-03 | Always verify peer certificate in lws. | Fabio Alessandrelli | |
Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215) | |||
2018-04-03 | mbedtls: client: stop spinning on handshake fail | Fabio Alessandrelli | |
Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2 | |||
2018-04-03 | Fix lws MinGW compilation | Fabio Alessandrelli | |
Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release | |||
2018-04-03 | Bump libwebsockets to version 2.4.2 | Fabio Alessandrelli | |
2018-03-20 | Updated thekla_atlas to support arm64 | Brigham Henry Keys | |
2018-03-09 | Update libwebm | ShyRed | |
Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | |||
2018-03-05 | Add GL_ARB_framebuffer_object extension support check and ↵ | bruvzg | |
GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms. | |||
2018-03-03 | Merge pull request #17035 from Chaosus/fixleaks | Rémi Verschelde | |
Fix memory leaks | |||
2018-03-03 | Fix 3 memory leaks | Chaosus | |
2018-03-02 | GLES2 renderer support on macOS. | bruvzg | |
2018-03-01 | Remove unneeded and problematic minilex.c from lws. | Fabio Alessandrelli | |
We don't need it, it's used upstream to test the lexical parser | |||
2018-02-28 | Fix lws compilation on FreeBSD, same as OSX | Fabio Alessandrelli | |
This error is actually fixed upstream, waiting for a new release | |||
2018-02-21 | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. | Juan Linietsky | |
2018-02-20 | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | |
We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build | |||
2018-02-20 | Import PR 730 from mbedTLS project | Fabio Alessandrelli | |
Fixes UWP build while we wait for it to get into next release. | |||
2018-02-16 | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | |
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | |||
2018-02-14 | Merge pull request #14804 from ColinKinloch/master | Rémi Verschelde | |
Fixed android arm64v8 | |||
2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli | |
2018-02-14 | Small change to lws `mbedtls_wrapper` to fix OSX build. | Fabio Alessandrelli | |
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). | |||
2018-02-14 | lws module now uses mbedtls as OpenSSL replacement | Fabio Alessandrelli | |