summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
AgeCommit message (Collapse)Author
2019-05-01Revert "Update libwebsockets to 3.1 (plus UWP patch)"Fabio Alessandrelli
This reverts commit 90210c48627692d281554d6185b5db17a86c852a.
2019-04-30Merge pull request #26051 from 20kdc/videofixRémi Verschelde
webm/theora/yuv2rgb/libsimplewebm: Fix colour issues I could find.
2019-04-26libpng: Update to upstream 1.6.37Rémi Verschelde
Fixes CVE-2019-7317.
2019-04-22Merge pull request #27817 from fire/assimp_d3d98aRémi Verschelde
Update Assimp to master at d3d98a7ec0c8d38e1952b46dfe53f7e9233dc92d
2019-04-20Merge pull request #27554 from volzhs/freetype-2.10.0Rémi Verschelde
Update freetype to 2.10.0
2019-04-19Merge pull request #28196 from akien-mga/xatlas-cleanupRémi Verschelde
xatlas: Document provenance, copyright and custom changes
2019-04-19xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde
Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
2019-04-19Drop unused thekla_atlas dependencyRémi Verschelde
Since f12cb82 @reduz dropped the use of the thirdparty thekla_atlas library, which is replaced by xatlas. Fixes #28180. Fixes #28182.
2019-04-18zstd: Update to upstream 1.4.0Rémi Verschelde
One step towards fixing #17374 as most experimental APIs we use are now part of the stable 1.4.0.
2019-04-11vhacd: Reapply downstream changes to namespace conflicting bullet codeRémi Verschelde
Also adding a patch to easily identify and reapply them.
2019-04-11vhacd: Recommit unmodified upstream code without style changesRémi Verschelde
Godot-specific changes will then be redone without touching upstream formatting. Also documented current state in thirdparty/README.md and added LICENSE. Add vhacd to COPYRIGHT.txt.
2019-04-09Update Assimp to master at d3d98a7ec0c8d38e1952b46dfe53f7e9233dc92dK. S. Ernest (iFire) Lee
* ASCII FBX embedded content * Improved uv scaling metadata
2019-04-05Add Assimp library in thirdpartyK. S. Ernest (iFire) Lee
From https://github.com/assimp/assimp repo at d2b45377e4b09a1f43be95e45553afcc06b03f4b
2019-03-31Update freetype to 2.10.0volzhs
2019-03-06Add fix to libwebsocket to disable V6ONLY.Fabio Alessandrelli
This was enabled by default on some systems (e.g. Windows).
2019-03-06Update libwebsockets to 3.1 (plus UWP patch)Fabio Alessandrelli
2019-03-04Merge pull request #26586 from akien-mga/tinyexr-65f9859Rémi Verschelde
tinyexr: Sync with upstream 65f9859
2019-03-04Merge pull request #26585 from akien-mga/pcre2-10.32Rémi Verschelde
pcre2: Sync with upstream 10.32
2019-03-04Merge pull request #26584 from akien-mga/nanosvg-c1f6e20Rémi Verschelde
nanosvg: Sync with upstream c1f6e20
2019-03-04Merge pull request #26583 from akien-mga/stb-truetype-1.21-vorbis-1.15Rémi Verschelde
stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15
2019-03-04Updates to thirdparty README and COPYRIGHTRémi Verschelde
Notably, we now track stable Bullet 2.88, so distros can unbundle it again.
2019-03-04tinyexr: Sync with upstream 65f9859Rémi Verschelde
2019-03-04pcre2: Sync with upstream 10.32Rémi Verschelde
2019-03-04nanosvg: Sync with upstream c1f6e20Rémi Verschelde
2019-03-04stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15Rémi Verschelde
2019-03-04Merge pull request #26577 from akien-mga/webp-1.0.2Rémi Verschelde
libwebp: Sync with upstream 1.0.2
2019-03-04libwebp: Sync with upstream 1.0.2Rémi Verschelde
2019-03-04glad: Sync with upstream 0.1.29Rémi Verschelde
2019-02-28opus: Better sync sources list with upstream buildsystemRémi Verschelde
2019-02-24Disable support for VIA PadlockHein-Pieter van Braam
This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old.
2019-02-21Sync libsimplewebm with fe57fd3 (but not the libwebm sub-lib)20kdc
This is to get the colourspace information commit in, but it also performs a bit of cleanup regarding the entry in the thirdparty README. The reason libwebm wasn't synced is because it has a bunch of unmarked changes, and it'd be better if the person responsible untangled that as they may know what they did and why they did it. Given this, it might be a good idea to disconnect libwebm from the libsimplewebm code.
2019-02-20Drop RtAudio driver on WindowsRémi Verschelde
We've been defaulting to WASAPI since 3.0 and it's superior to RtAudio in all aspects. Obsoletes and closes #25503. Also enable WINMIDI on MinGW, this had been missed initially. Fix os_windows.cpp and crash_handler_windows.cpp which had weird dependencies on RtAudio.h's includes (ugh).
2019-02-20Bump mbedTLS to version 2.16 (LTS version)Fabio Alessandrelli
2019-01-23theora: Add upstream patch to fix UB warningRémi Verschelde
Patch from https://git.xiph.org/?p=theora.git;a=commit;h=0ae66d565e6bead8604d312bc1a4e9dccf245c88 Fixes #25221.
2019-01-07Update Bullet to the latest commit 126b676Oussama
2019-01-03Update zstd to 1.3.8Guilherme Felipe
2018-12-20Merge pull request #24503 from akien-mga/certs-update-f29Rémi Verschelde
certs: Sync with latest ca-certificates-2018.2.26-2.fc29
2018-12-20Android: Better identify thirdparty C/C++ codeRémi Verschelde
- The `cpu-features.{c,h}` code was only used by chance by the webm (libvpx) code, so I moved it there. It was actually introduced before that and wasn't in use, and libvpx just happened to be able to compile thanks to it being bundled. It could potentially be compiled on the fly from the Android NDK, but since we plan to replace the webm module by a GDNative plugin in the near future, I went the bundling route. - `ifaddrs_android.h` is already provided in the Android NDK as `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we up the min API level to 24, where `getifaddrs` is first defined. I moved the files to `thirdparty/misc` and synced them with upstream WebRTC (only indentation changes and removal of `static` qualifiers). Also removes dropped thirdparty files from COPYRIGHT.txt after changes in #24105 and #24145.
2018-12-20certs: Sync with latest ca-certificates-2018.2.26-2.fc29Rémi Verschelde
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