summaryrefslogtreecommitdiffstats
path: root/thirdparty
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* openssl: Sync with pristine upstream 1.0.2hRémi Verschelde2017-05-276-106/+11
| | | | | Our necessary custom changes will be reapplied in later commits for clarity, and saved as patches for future updates.
* openssl: Document update process and delete unused filesRémi Verschelde2017-05-2726-7213/+24
|
* TinyEXR: Document licensing and copyrightRémi Verschelde2017-05-271-0/+15
|
* Fix MinGW-w64 build of TinyEXR for old toolchainsRémi Verschelde2017-05-271-7/+33
| | | | | MinGW-w64 is at version 2.0.1 on our current Travis CI toolchain, and seems not to like fopen_s.
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-262-0/+12395
| | | | | | -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3
* Improve documentation of thirdparty code snippetsRémi Verschelde2017-05-071-1/+24
|
* Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-2813-1/+8732
| | | | | Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.
* Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde2017-04-283-0/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code comes from https://github.com/antirez/smaz/blob/150e125cbae2e8fd20dd332432776ce13395d4d4/smaz.c With a small modification to match Godot expectations: ``` diff --git a/thirdparty/core/smaz.c b/thirdparty/core/smaz.c index 9b1ebc2..555dfea 100644 --- a/thirdparty/core/smaz.c +++ b/thirdparty/core/smaz.c @@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND #include <string.h> /* Our compression codebook, used for compression */ -static char *Smaz_cb[241] = { +static const char *Smaz_cb[241] = { "\002s,\266", "\003had\232\002leW", "\003on \216", "", "\001yS", "\002ma\255\002li\227", "\003or \260", "", "\002ll\230\003s t\277", "\004fromg\002mel", "", "\003its\332", "\001z\333", "\003ingF", "\001>\336", @@ -89,7 +89,7 @@ static char *Smaz_rcb[254] = { "e, ", " it", "whi", " ma", "ge", "x", "e c", "men", ".com" }; -int smaz_compress(char *in, int inlen, char *out, int outlen) { +int smaz_compress(const char *in, int inlen, char *out, int outlen) { unsigned int h1,h2,h3=0; int verblen = 0, _outlen = outlen; char verb[256], *_out = out; @@ -167,7 +167,7 @@ out: return out-_out; } -int smaz_decompress(char *in, int inlen, char *out, int outlen) { +int smaz_decompress(const char *in, int inlen, char *out, int outlen) { unsigned char *c = (unsigned char*) in; char *_out = out; int _outlen = outlen; @@ -192,7 +192,7 @@ int smaz_decompress(char *in, int inlen, char *out, int outlen) { inlen -= 2+len; } else { /* Codebook entry */ - char *s = Smaz_rcb[*c]; + const char *s = Smaz_rcb[*c]; int len = strlen(s); if (outlen < len) return _outlen+1; diff --git a/thirdparty/core/smaz.h b/thirdparty/core/smaz.h index a547d89..a9d8a33 100644 --- a/thirdparty/core/smaz.h +++ b/thirdparty/core/smaz.h @@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND #ifndef _SMAZ_H #define _SMAZ_H -int smaz_compress(char *in, int inlen, char *out, int outlen); -int smaz_decompress(char *in, int inlen, char *out, int outlen); +int smaz_compress(const char *in, int inlen, char *out, int outlen); +int smaz_decompress(const char *in, int inlen, char *out, int outlen); #endif ```
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-2826-0/+12148
|
* libpng: Update to upstream version 1.6.29Rémi Verschelde2017-04-098-40/+138
|
* opus: Update to upstream version 1.1.4Rémi Verschelde2017-04-092-2/+3
|
* squish: Update to upstream version 1.15Rémi Verschelde2017-04-093-9/+26
| | | | Also fix clang-format pre-commit hook to ignore thirdparty files.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-082-0/+2
|
* ENet code cleanup and changes from review.Fabio Alessandrelli2017-03-243-2/+61
|
* Cleanup unused ENet files and updated thirdparty READMEFabio Alessandrelli2017-03-245-1160/+8
|
* Allow non blocking UDP put_packet in C++.Fabio Alessandrelli2017-03-241-1/+9
| | | | | | - Add blocking mode option to PacketPeerUDP. - put_packet returns ERR_UNAVAILABLE when operation would block. - ENet module uses non-blocking UDP.
* Convert ENetAddress host to 16 bytes to accomote IPv6Fabio Alessandrelli2017-03-083-13/+19
|
* Add godot socket implementationFabio Alessandrelli2017-03-082-0/+238
|
* Update libwebp to 0.6.0volzhs2017-02-17138-3621/+10111
|
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-0911-0/+4947
| | | | | | | | | - `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+5399
|
* zlib: Update to upstream version 1.2.11Rémi Verschelde2017-01-169-24/+30
|
* Remove libmpcdec bundled lib, no longer usedRémi Verschelde2017-01-1123-4262/+0
| | | | Musepack support was removed in 857c50db70ba52723214eca4639fe230fd827864.