summaryrefslogtreecommitdiffstats
path: root/thirdparty
Commit message (Collapse)AuthorAgeFilesLines
* glad: Sync with upstream 0.1.16a0Indah Sylvia2017-11-304-29/+49
|
* fix some typosMartin Lindhe2017-11-281-2/+2
|
* Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-132-1/+38
|\ | | | | Fix video playback
| * Fix video playbackMatt Hughes2017-10-142-1/+38
| | | | | | | | | | | | | | | | This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
* | UWP: Update to build with Windows SDK 10.16229.0George Marques2017-11-091-0/+2
| | | | | | | | | | - Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017
* | Convert DOS line endings to Unix line endingsRémi Verschelde2017-11-056-2063/+2063
| | | | | | | | | | | | | | Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
* | Vendor thirdparty Bullet source for upcoming physics server backendAndreaCatania2017-11-04648-0/+220889
| |
* | libpng: Cosmetic update to upstream 1.6.34Rémi Verschelde2017-10-296-22/+22
| | | | | | | | | | 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).
* | Update zstd to 1.3.2.Ferenc Arn2017-10-2633-3439/+5439
| |
* | Fix BSD compile issuesMarcelo Fernandez2017-10-171-0/+1
|/
* updated libpng to version 1.6.33 (September 28, 2017)Indah Sylvia2017-10-1211-77/+87
|
* Update freetype to 2.8.1volzhs2017-10-1079-1124/+2097
|
* Enable building against system zstd.Elliott Sales de Andrade2017-09-231-0/+23
|
* Changed Mononoki font to Hack fontDaniel J. Ramirez2017-09-175-98/+68
|
* Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde2017-09-144-7/+7
|\ | | | | Improved editor docs
| * Changed source font to Mononoki.Daniel J. Ramirez2017-09-144-7/+7
| |
* | Copyright: Document recastnavigationRémi Verschelde2017-09-131-2/+2
|/
* Recast integration.Saracen2017-09-0416-0/+9884
|
* Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs2017-08-319-2/+102
|
* Update source code pro font to 2.030volzhs2017-08-312-0/+6
|
* Merge pull request #10148 from leezh/pcre2Rémi Verschelde2017-08-3158-0/+87907
|\ | | | | Replacement of internal RegEx with PCRE2
| * Replacement of internal RegEx with PCRE2Zher Huei Lee2017-08-1958-0/+87907
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-272-2/+2
| |
* | nanosvg: Document in COPYRIGHT.txt and thirdparty README.mdRémi Verschelde2017-08-275-2/+12
| |
* | Copyright: Add etc2comp and small fixesRémi Verschelde2017-08-271-13/+13
| |
* | zstd: Update to upstream version 1.3.1Rémi Verschelde2017-08-2727-1199/+1144
| | | | | | | | | | | | | | 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-273-128/+1477
| | | | | | | | | | 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-2718-90/+236
| | | | | | | | Fixes security vulnerability in our 1.6.31rc01 snapshot.
* | minizip: Fix compatibility with Gentoo's unique zlib APIRémi Verschelde2017-08-222-0/+43
| | | | | | | | | | Fixes #10539 in a diplomatic way (as opposed to telling Gentoo users to just change their distro or rebuild zlib from upstream...).
* | Added support for SVGDaniel J. Ramirez2017-08-205-0/+4400
| |
* | minizip: Reapply Godot-specific changes for seek supportRémi Verschelde2017-08-187-15/+454
| | | | | | | | I have not assessed whether they are still all relevant.
* | minizip: Sync with pristine contrib/minizip from zlib 1.2.4Rémi Verschelde2017-08-189-347/+213
|/ | | | | Godot-specific changes are undone in this commit, they will be readded and properly documented in the following commit.
* -Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky2017-08-021-3/+2
| | | | -Fixed bugs regarding tangent generation in SurfaceTool
* zstd: Apply upstream patch to fix UWP ARM buildGeorge Marques2017-07-252-8/+13
| | | | Following upstream commit f04deff4fc
* zstd: Update to upstream version 1.3.0George Marques2017-07-2220-1192/+2744
|
* libpng: Update to upstream version 1.6.31rc01Rémi Verschelde2017-07-2218-74/+275
| | | | | Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722.
* Fix android export templates buildRuslan Mustakov2017-07-201-1/+1
| | | | | | | | This commit fixes errors occurring during Android export template builds. This required modification in third-party library (libpng) to compile with NEON. Most likely a similar patch will be applied by them and we could then replace the modified version.
* libpng: Update to upstream version 1.6.30Rémi Verschelde2017-07-1411-67/+123
|
* Revert "Mark where ETC1 restriction needs to be done to speed up RGBA8 import"Rémi Verschelde2017-07-081-1080/+1288
| | | | | | | This reverts commit 8b362b50094ccd332c6ee3d0853a6b9b49f70253. We should not apply our clang-format style to thirdparty code, it makes it impossible to maintain.
* Mark where ETC1 restriction needs to be done to speed up RGBA8 importJuan Linietsky2017-07-061-1288/+1080
|
* Update freetype to 2.8volzhs2017-06-25473-5286/+20957
|
* glad: Sync with upstream 0.1.14a0Rémi Verschelde2017-06-143-95/+96
|
* Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-1345-2533/+12706
|\ | | | | Add ETC1/ETC2 compression support though etc2comp.
| * Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-3145-2533/+12706
| | | | | | | | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
* | Add zstd compression support.Ferenc Arn2017-06-0830-0/+15677
|/ | | | | zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.
* opus: Update to upstream version 1.1.5Rémi Verschelde2017-05-2840-250/+425
|
* openssl: Sync with upstream 1.0.2lRémi Verschelde2017-05-27208-1710/+3125
|
* openssl: Reapply necessary UWP changes from patchRémi Verschelde2017-05-274-19/+28
|
* openssl: Define WIN32_LEAN_AND_MEAN on WindowsRémi Verschelde2017-05-273-0/+66
| | | | | | This avoids namespace collisions with things such as X509_NAME. Also force include of necessary definitions in `crypto/o_str.c` which seem missing on MSVC (but work on MinGW).