aboutsummaryrefslogtreecommitdiff
path: root/thirdparty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Hack font to v3.003Hugo Locurcio2018-04-113-5/+5
|
* MbedTLS PR 1453 (fix UWP build)Fabio Alessandrelli2018-04-034-9/+173
| | | | The patch seems to be ready for merge upstream
* Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli2018-04-032-2/+7
|
* Update mbedTLS to version 2.8.0Fabio Alessandrelli2018-04-0344-391/+853
|
* Always verify peer certificate in lws.Fabio Alessandrelli2018-04-034-10/+109
| | | | | | | Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215)
* mbedtls: client: stop spinning on handshake failFabio Alessandrelli2018-04-031-2/+6
| | | | | Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2
* Fix lws MinGW compilationFabio Alessandrelli2018-04-031-5/+1
| | | | | Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release
* Bump libwebsockets to version 2.4.2Fabio Alessandrelli2018-04-0318-66/+143
|
* Updated thekla_atlas to support arm64Brigham Henry Keys2018-03-202-4/+9
|
* Update libwebmShyRed2018-03-094-110/+368
| | | | | | Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise.
* Add GL_ARB_framebuffer_object extension support check and ↵bruvzg2018-03-052-8/+156
| | | | | | GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms.
* Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde2018-03-034-2/+21
|\ | | | | Fix memory leaks
| * Fix 3 memory leaksChaosus2018-03-034-2/+21
| |
* | GLES2 renderer support on macOS.bruvzg2018-03-022-12/+44
| |
* | Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli2018-03-012-273/+1
| | | | | | | | We don't need it, it's used upstream to test the lexical parser
* | Fix lws compilation on FreeBSD, same as OSXFabio Alessandrelli2018-02-282-2/+2
|/ | | | This error is actually fixed upstream, waiting for a new release
* Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-212-0/+5035
|
* Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli2018-02-201-1/+1
| | | | | We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build
* Import PR 730 from mbedTLS projectFabio Alessandrelli2018-02-202-9/+41
| | | | Fixes UWP build while we wait for it to get into next release.
* Update CA certificates to latest Mozilla bundleRémi Verschelde2018-02-162-3096/+1948
| | | | Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27).
* Merge pull request #14804 from ColinKinloch/masterRémi Verschelde2018-02-141-1/+8
|\ | | | | Fixed android arm64v8
| * Fixed android arm64v8Colin Kinloch2017-12-231-1/+8
| |
* | Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-14923-349538/+0
| |
* | Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli2018-02-142-0/+7
| | | | | | | | | | | | | | | | | | 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-1425-2/+6452
| |
* | Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli2018-02-14144-0/+92518
| |
* | Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_Hrobfram2018-02-131-1/+1
| | | | | | | | compiling libwebsocket, as it would fail otherwise. Fix #16472.
* | Add libwebsockets as thirdparty library.Fabio Alessandrelli2018-02-0545-0/+35743
| | | | | | | | 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-13650-1256/+27
| | | | | | | | | | | | 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-1321-1433/+1505
| |
* | tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde2018-01-132-84/+179
| |
* | openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde2018-01-1374-360/+887
| |
* | libogg: Update to pristine version 1.3.3Rémi Verschelde2018-01-135-21/+51
| |
* | Merge pull request #15114 from capnm/fix-bad-lightmap-crashRémi Verschelde2018-01-032-1/+159
|\ \ | | | | | | Avoid thekla_unwrap crash
| * | Add thekla_atlas/godot-changes.patchMartin Capitanio2017-12-311-0/+154
| | |
| * | Avoid thekla_unwrap crashMartin Capitanio2017-12-311-1/+5
| |/ | | | | | | Godot crashed here sometimes by generating the uv map.
* / Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
|/ | | | Happy new year to the wonderful Godot community!
* Thekla: redo reduz's changes from 8b01b2e85cb7ed60209c925f1e123374272bd8c8Rémi Verschelde2017-12-203-14/+43
| | | | | But this time without messing up the code style and with proper comments documenting changed code.
* Thekla: Revert to state before clang-format changesRémi Verschelde2017-12-203-1128/+1216
| | | | | The file was wrongly formatted in 8b01b2e85cb7ed60209c925f1e123374272bd8c8, for thirdparty code we keep the upstream style *if* we need to make changes at all.
* -Fix some crashes in unwrapperJuan Linietsky2017-12-193-1216/+1128
| | | | -Add emission lighting to raytrace mode, fixes #14686
* Fix #12220: Add Decompress Bc5 to SquishOrkun2017-12-165-1/+246
| | | | | This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish.
* Fix 32bit MingW build for thekla_altasHein-Pieter van Braam2017-12-151-0/+9
|
* thekla: Fix build on x86 systems without SSE supportRémi Verschelde2017-12-152-5/+17
| | | | | | | Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream.
* Update Hack font to version 3.000Hugo Locurcio2017-12-153-41/+22
|
* Fixes thekla atlas mingw-w64 buildbruvzg2017-12-153-1/+10
|
* Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵bruvzg2017-12-142-2/+6
| | | | (with OpenMP support).
* Fix mingw build for thekla_atlasHein-Pieter van Braam2017-12-122-11/+9
|
* Update libwebp to 0.6.1volzhs2017-12-12161-6148/+7513
| | | | | | | * 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