summaryrefslogtreecommitdiff
path: root/thirdparty
AgeCommit message (Collapse)Author
2018-08-24Fix CVTT compile failures in VS2015elasota
2018-08-22Merge pull request #21281 from elasota/fix-squish-sseRémi Verschelde
Fix Squish SSE misconfiguration
2018-08-21BPTC supportelasota
2018-08-21Fix Squish SSE misconfigurationelasota
2018-08-14Merge pull request #18096 from aaronfranke/masterJuan Linietsky
[Core] Split up math_2d.h
2018-08-13Merge pull request #20913 from pulkomandy/masterRémi Verschelde
Rebase patches for fixing haiku build.
2018-08-13Merge pull request #20581 from ↵Rémi Verschelde
ronchaine/nvmath-dont-use-obsolete-functions-on-linux Do not use deprecated stuff that only glibc now implements
2018-08-11Rebase patches for fixing haiku build.Adrien Destugues
2018-08-10[Core] Change math_2d includes to vector2 includes where relevantAaron Franke
2018-07-29Do not use deprecated stuff that only glibc now implementsJari Ronkainen
2018-07-28Merge pull request #20539 from akien-mga/mbedtls-2.12.0Rémi Verschelde
mbedtls: Update to upstream version 2.12.0
2018-07-28Merge pull request #20537 from akien-mga/glad-0.1.25Rémi Verschelde
glad: Sync with upstream 0.1.25
2018-07-28mbedtls: Update to upstream version 2.12.0Ré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-28glad: Sync with upstream 0.1.25Rémi Verschelde
2018-07-28libpng: Update to upstream version 1.6.35Rémi Verschelde
2018-07-10Merge pull request #19422 from Faless/mbedtls_2.10Rémi Verschelde
Bump mbedTLS to version 2.10.0
2018-07-03Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner
update PCRE2 to version 10.31, fixes #15662
2018-06-07Bump mbedTLS to version 2.10.0Fabio Alessandrelli
2018-06-07Add libwebsocket 3.0 BSD fixFabio Alessandrelli
2018-06-07Bump libwebsockets to version 3.0.0Fabio Alessandrelli
2018-06-07Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
2018-06-07Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli
Add UPnP support (port forwarding, querying external IP)
2018-06-07Add UPnP support (port forwarding, querying external IP)mhilbrunner
2018-05-28update PCRE2 to version 10.31, fixes #15662firefly2442
2018-05-25Merge pull request #19150 from guilhermefelipecgs/update_stbRémi Verschelde
Update stb_truetype to 1.19 and stb_vorbis to 1.14
2018-05-24Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe
2018-05-24Update libvorbis to 1.3.6Guilherme Felipe
2018-05-16Merge pull request #18905 from volzhs/zstd-1.3.4Rémi Verschelde
Update zstd to 1.3.4
2018-05-16Merge pull request #18903 from volzhs/minizip-1.2.11Rémi Verschelde
Update minizip to 1.2.11
2018-05-16Update zstd to 1.3.4volzhs
2018-05-16Update minizip to 1.2.11volzhs
2018-05-16Update libwebp to 1.0.0volzhs
2018-05-10Update FreeType to 2.9.1volzhs
close #15660
2018-05-07Merge pull request #18113 from toger5/bold_fontJuan Linietsky
added bold font to editor (support for coustom bold font)
2018-05-04Update GLAD to 0.1.20a0Chaosus
2018-04-19added bold font to editor (support for coustom bold font)toger5
2018-04-11Update Hack font to v3.003Hugo Locurcio
2018-04-03MbedTLS PR 1453 (fix UWP build)Fabio Alessandrelli
The patch seems to be ready for merge upstream
2018-04-03Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli
2018-04-03Update mbedTLS to version 2.8.0Fabio Alessandrelli
2018-04-03Always 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-03mbedtls: client: stop spinning on handshake failFabio Alessandrelli
Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2
2018-04-03Fix lws MinGW compilationFabio Alessandrelli
Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release
2018-04-03Bump libwebsockets to version 2.4.2Fabio Alessandrelli
2018-03-20Updated thekla_atlas to support arm64Brigham Henry Keys
2018-03-09Update libwebmShyRed
Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise.
2018-03-05Add 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-03Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde
Fix memory leaks
2018-03-03Fix 3 memory leaksChaosus
2018-03-02GLES2 renderer support on macOS.bruvzg