summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
AgeCommit message (Collapse)Author
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
2018-02-05Add libwebsockets as thirdparty library.Fabio Alessandrelli
License is LGPLv2.1 + static linking exception, version is 2.4.1
2018-01-22Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde
2018-01-13COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde
Also various updates to thirdparty/README.md.
2018-01-13bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
2018-01-13zstd: Update to pristine 1.3.3Rémi Verschelde
2018-01-13tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde
2018-01-13openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde
2018-01-13libogg: Update to pristine version 1.3.3Rémi Verschelde
2017-12-16Fix #12220: Add Decompress Bc5 to SquishOrkun
This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish.
2017-12-15Update Hack font to version 3.000Hugo Locurcio
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵bruvzg
(with OpenMP support).
2017-12-12Update libwebp to 0.6.1volzhs
* lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) * ARM performance improvements with clang (15-20% w/ndk r15c) * webp-js: emscripten/webassembly based javascript decoder * miscellaneous bug & build fixes
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/
2017-12-05tinyexr: Update to current upstream master branchRémi Verschelde
2017-12-05Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde
This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def.
2017-11-30glad: Sync with upstream 0.1.16a0Indah Sylvia
2017-11-28fix some typosMartin Lindhe
2017-10-29libpng: Cosmetic update to upstream 1.6.34Rémi Verschelde
No code change in the part we are using, it only affected contrib code. [ci skip]
2017-10-27Add an option to use zstd's recently introduced long range matching (off by ↵Ferenc Arn
default).
2017-10-12updated libpng to version 1.6.33 (September 28, 2017)Indah Sylvia
2017-10-10Update freetype to 2.8.1volzhs
2017-09-17Changed Mononoki font to Hack fontDaniel J. Ramirez
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Changed source font to Mononoki.Daniel J. Ramirez
2017-09-13Copyright: Document recastnavigationRémi Verschelde
2017-09-04Recast integration.Saracen
2017-08-31Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs
2017-08-31Update source code pro font to 2.030volzhs
2017-08-31Merge pull request #10148 from leezh/pcre2Rémi Verschelde
Replacement of internal RegEx with PCRE2
2017-08-27nanosvg: Document in COPYRIGHT.txt and thirdparty README.mdRémi Verschelde
2017-08-27Copyright: Add etc2comp and small fixesRémi Verschelde
2017-08-27zstd: Update to upstream version 1.3.1Rémi Verschelde
It is now dual-licensed BSD-3-Clause and GPL-2.0, we use the former. The PATENTS file is no longer applicable \o/ Also add zstd to COPYRIGHT.txt
2017-08-27stb: Update to upstream stb_truetype 1.17 and stb_vorbis 1.11Rémi Verschelde
Also fix documented OpenSSL version, it was updated to 1.0.2l in 67305d1b0a6dbcdb032d5a5a0e92122cf8f10b8d.
2017-08-27libpng: Update to upstream version 1.6.32Rémi Verschelde
Fixes security vulnerability in our 1.6.31rc01 snapshot.
2017-08-19Replacement of internal RegEx with PCRE2Zher Huei Lee
The pattern and replacement matching behaviour has been changed purely due to the nature of switching to a standards-compliant library. One mistake in the previous behaviour was that named groups didn't have a number. This has been corrected. As names are actually just an alias of numbered groups, RegExMatch::get_name_dict() is now get_names() and is a dict referring to the group number it represents. Duplicate names are enabled and the with the first matching instance used. Due the lack of a suitable equivalent in PCRE2, RegExMatch::expand() was removed.
2017-08-18minizip: Reapply Godot-specific changes for seek supportRémi Verschelde
I have not assessed whether they are still all relevant.
2017-07-22zstd: Update to upstream version 1.3.0George Marques
2017-07-22libpng: Update to upstream version 1.6.31rc01Rémi Verschelde
Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722.
2017-07-14libpng: Update to upstream version 1.6.30Rémi Verschelde
2017-06-25Update freetype to 2.8volzhs