diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 57 |
1 files changed, 39 insertions, 18 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 7f9fc28b3e..815c533645 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -1,5 +1,6 @@ # Third party libraries + ## assimp - Upstream: http://github.com/assimp/assimp @@ -121,7 +122,7 @@ Use UI font variant if available, because it has tight vertical metrics and good ## freetype - Upstream: https://www.freetype.org -- Version: 2.9.1 +- Version: 2.10.0 - License: FreeType License (BSD-like) Files extracted from upstream source: @@ -294,8 +295,12 @@ Godot build configurations, check them out when updating. File extracted from upstream release tarball `mbedtls-2.16.0-apache.tgz`: - All `*.h` from `include/mbedtls/` to `thirdparty/mbedtls/include/mbedtls/` - All `*.c` from `library/` to `thirdparty/mbedtls/library/` -- Applied the patch in `thirdparty/mbedtls/1453.diff` (PR 1453). Soon to be merged upstream. Check it out at next update. -- Applied the patch in `thirdparty/mbedtls/padlock.diff`. This disables VIA padlock support which defines a symbol `unsupported` which clashses with a symbol in libwebsockets. +- Applied the patch in `thirdparty/mbedtls/1453.diff` (PR 1453). + Soon to be merged upstream. Check it out at next update. +- Applied the patch in `thirdparty/mbedtls/padlock.diff`. This disables VIA + padlock support which defines a symbol `unsupported` which clashes with + a symbol in libwebsockets. + ## miniupnpc @@ -497,30 +502,46 @@ They are marked with `// -- GODOT start --` and `// -- GODOT end --` comments and a patch is provided in the squish/ folder. -## thekla_atlas - -- Upstream: https://github.com/Thekla/thekla_atlas -- Version: git (80a1430, 2017) -- License: MIT +## tinyexr -Files extracted from the upstream source: +- Upstream: https://github.com/syoyo/tinyexr +- Version: git (65f9859, 2018) +- License: BSD-3-Clause -- Relevant sources from src/ -- License.txt +Files extracted from upstream source: -Important: Some files have Godot-made changes, those -changes are marked with `// -- GODOT --` comments. +- `tinyexr.{cc,h}` -## tinyexr +## vhacd -- Upstream: https://github.com/syoyo/tinyexr -- Version: git (65f9859, 2018) +- Upstream: https://github.com/kmammou/v-hacd +- Version: git (2297aa1, 2018) - License: BSD-3-Clause Files extracted from upstream source: -- `tinyexr.{cc,h}` +- From `src/VHACD_Lib/`: `inc`, `public` and `src` +- `LICENSE` + +Some downstream changes have been made and are identified by +`// -- GODOT start --` and `// -- GODOT end --` comments. +They can be reapplied using the patches included in the `vhacd` +folder. + + +## xatlas + +- Upstream: https://github.com/jpcy/xatlas +- Version: git (b8ec29b, 2018) +- License: MIT + +Files extracted from upstream source: + +- `xatlas.{cpp,h}` + +Note: License is marked as Public Domain in the files, but it was +later clarified upstream to MIT license. ## zlib @@ -537,7 +558,7 @@ Files extracted from upstream source: ## zstd - Upstream: https://github.com/facebook/zstd -- Version: 1.3.8 +- Version: 1.4.0 - License: BSD-3-Clause Files extracted from upstream source: |