aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli2018-02-281-1/+1
| | | | This error is actually fixed upstream, waiting for a new release
* Update CA certificates to latest Mozilla bundleRémi Verschelde2018-02-161-2/+7
| | | | Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-31/+0
|
* Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli2018-02-141-0/+2
| | | | | | | | | 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).
* lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli2018-02-141-1/+1
|
* Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli2018-02-141-0/+10
|
* Add libwebsockets as thirdparty library.Fabio Alessandrelli2018-02-051-0/+17
| | | | License is LGPLv2.1 + static linking exception, version is 2.4.1
* Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde2018-01-221-3/+3
|
* COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde2018-01-131-42/+41
| | | | Also various updates to thirdparty/README.md.
* bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde2018-01-131-0/+12
| | | | | | Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
* zstd: Update to pristine 1.3.3Rémi Verschelde2018-01-131-2/+2
|
* tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde2018-01-131-1/+1
|
* openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde2018-01-131-3/+6
|
* libogg: Update to pristine version 1.3.3Rémi Verschelde2018-01-131-1/+1
|
* Fix #12220: Add Decompress Bc5 to SquishOrkun2017-12-161-0/+8
| | | | | This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish.
* Update Hack font to version 3.000Hugo Locurcio2017-12-151-3/+3
|
* Fixes thekla atlas mingw-w64 buildbruvzg2017-12-151-0/+4
|
* Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵bruvzg2017-12-141-0/+3
| | | | (with OpenMP support).
* Update libwebp to 0.6.1volzhs2017-12-121-1/+1
| | | | | | | * 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
* Import thekla_atlasHein-Pieter van Braam2017-12-081-0/+23
| | | | As requested by reduz, an import of thekla_atlas into thirdparty/
* tinyexr: Update to current upstream master branchRémi Verschelde2017-12-051-1/+1
|
* Revert "Fix MinGW-w64 build of TinyEXR for old toolchains"Rémi Verschelde2017-12-051-4/+0
| | | | This reverts commit 37f5e1dcd94611dd5b670f013abf0323e8b47def.
* glad: Sync with upstream 0.1.16a0Indah Sylvia2017-11-301-1/+1
|
* fix some typosMartin Lindhe2017-11-281-2/+2
|
* libpng: Cosmetic update to upstream 1.6.34Rémi Verschelde2017-10-291-1/+1
| | | | | No code change in the part we are using, it only affected contrib code. [ci skip]
* Add an option to use zstd's recently introduced long range matching (off by ↵Ferenc Arn2017-10-271-1/+1
| | | | default).
* updated libpng to version 1.6.33 (September 28, 2017)Indah Sylvia2017-10-121-1/+1
|
* Update freetype to 2.8.1volzhs2017-10-101-1/+1
|
* Changed Mononoki font to Hack fontDaniel J. Ramirez2017-09-171-4/+4
|
* Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-141-3/+3
|\ | | | | Improved editor docs
| * Changed source font to Mononoki.Daniel J. Ramirez2017-09-141-3/+3
| |
* | Copyright: Document recastnavigationRémi Verschelde2017-09-131-2/+2
|/
* Recast integration.Saracen2017-09-041-0/+5
|
* Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs2017-08-311-2/+10
|
* Update source code pro font to 2.030volzhs2017-08-311-0/+6
|
* Merge pull request #10148 from leezh/pcre2Rémi Verschelde2017-08-311-0/+12
|\ | | | | Replacement of internal RegEx with PCRE2
| * Replacement of internal RegEx with PCRE2Zher Huei Lee2017-08-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | nanosvg: Document in COPYRIGHT.txt and thirdparty README.mdRémi Verschelde2017-08-271-0/+12
| |
* | Copyright: Add etc2comp and small fixesRémi Verschelde2017-08-271-13/+13
| |
* | zstd: Update to upstream version 1.3.1Rémi Verschelde2017-08-271-3/+4
| | | | | | | | | | | | | | 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
* | stb: Update to upstream stb_truetype 1.17 and stb_vorbis 1.11Rémi Verschelde2017-08-271-3/+3
| | | | | | | | | | Also fix documented OpenSSL version, it was updated to 1.0.2l in 67305d1b0a6dbcdb032d5a5a0e92122cf8f10b8d.
* | libpng: Update to upstream version 1.6.32Rémi Verschelde2017-08-271-1/+1
| | | | | | | | Fixes security vulnerability in our 1.6.31rc01 snapshot.
* | minizip: Reapply Godot-specific changes for seek supportRémi Verschelde2017-08-181-1/+2
|/ | | | I have not assessed whether they are still all relevant.
* zstd: Update to upstream version 1.3.0George Marques2017-07-221-1/+1
|
* libpng: Update to upstream version 1.6.31rc01Rémi Verschelde2017-07-221-1/+1
| | | | | Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722.
* libpng: Update to upstream version 1.6.30Rémi Verschelde2017-07-141-1/+1
|
* Update freetype to 2.8volzhs2017-06-251-1/+1
|
* glad: Sync with upstream 0.1.14a0Rémi Verschelde2017-06-141-1/+1
|
* Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-131-11/+12
|\ | | | | Add ETC1/ETC2 compression support though etc2comp.
| * Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-11/+12
| | | | | | | | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.