summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
AgeCommit message (Collapse)Author
2018-12-10Merge pull request #24258 from volzhs/libwebp-1.0.1Rémi Verschelde
Update libwebp to 1.0.1
2018-12-10Update libwebp to 1.0.1volzhs
2018-12-10TinyEXR: Sync with upstream master branchRémi Verschelde
Fixes #24247.
2018-11-23glad: Sync with upstream 0.1.28Rémi Verschelde
2018-11-03Update libwebsocket to 3.0.1Fabio Alessandrelli
2018-09-28Move Penner easing equations to thirdparty/miscRémi Verschelde
It was Godot-ified and integrated into Tween originally (#628) without mention that it was thirdparty code, but it's actually derived from https://github.com/jesusgollonet/ofpennereasing. It's also very bad quality code and should be replaced by a better, properly-maintained library of easing equations.
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.
2018-09-13Merge pull request #22015 from vnen/uwp-arm-zstdRémi Verschelde
Patch zstd to build for UWP ARM
2018-09-12Patch zstd to build for UWP ARMGeorge Marques
Patch comes from upstream and can be removed when it makes to stable release.
2018-09-13Fix libwebsockets 32-bits UWP builds.Fabio Alessandrelli
Also fix bogus windows detect.py
2018-09-07Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9Andrea Catania
2018-08-27Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵elasota
EXR loading
2018-08-21BPTC supportelasota
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-03Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner
update PCRE2 to version 10.31, fixes #15662
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-04Update GLAD to 0.1.20a0Chaosus
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-03Bump libwebsockets to version 2.4.2Fabio Alessandrelli
2018-03-03Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde
Fix memory leaks
2018-03-03Fix 3 memory leaksChaosus
2018-03-01Remove 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-28Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli
This error is actually fixed upstream, waiting for a new release
2018-02-16Update CA certificates to latest Mozilla bundleRémi Verschelde
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-02-14Small 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-14lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli
2018-02-14Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli