summaryrefslogtreecommitdiff
path: root/thirdparty
AgeCommit message (Collapse)Author
2018-03-05Add GL_ARB_framebuffer_object extension support check and ↵bruvzg
GL_EXT_framebuffer_object fallback for GLES2 (updated GLAD bindings). Add GL_ARB_debug_output extension support check on all platforms.
2018-03-03Merge pull request #17035 from Chaosus/fixleaksRémi Verschelde
Fix memory leaks
2018-03-03Fix 3 memory leaksChaosus
2018-03-02GLES2 renderer support on macOS.bruvzg
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-21Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky
2018-02-20Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli
We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build
2018-02-20Import PR 730 from mbedTLS projectFabio Alessandrelli
Fixes UWP build while we wait for it to get into next 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-14Merge pull request #14804 from ColinKinloch/masterRémi Verschelde
Fixed android arm64v8
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-13Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_Hrobfram
compiling libwebsocket, as it would fail otherwise. Fix #16472.
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
2018-01-03Merge pull request #15114 from capnm/fix-bad-lightmap-crashRémi Verschelde
Avoid thekla_unwrap crash
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-12-31Add thekla_atlas/godot-changes.patchMartin Capitanio
2017-12-31Avoid thekla_unwrap crashMartin Capitanio
Godot crashed here sometimes by generating the uv map.
2017-12-23Fixed android arm64v8Colin Kinloch
2017-12-20Thekla: redo reduz's changes from 8b01b2e85cb7ed60209c925f1e123374272bd8c8Rémi Verschelde
But this time without messing up the code style and with proper comments documenting changed code.
2017-12-20Thekla: Revert to state before clang-format changesRémi Verschelde
The file was wrongly formatted in 8b01b2e85cb7ed60209c925f1e123374272bd8c8, for thirdparty code we keep the upstream style *if* we need to make changes at all.
2017-12-19-Fix some crashes in unwrapperJuan Linietsky
-Add emission lighting to raytrace mode, fixes #14686
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-15Fix 32bit MingW build for thekla_altasHein-Pieter van Braam
2017-12-15thekla: Fix build on x86 systems without SSE supportRémi Verschelde
Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream.
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-12Fix mingw build for thekla_atlasHein-Pieter van Braam
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-09oops, missingJuan Linietsky
2017-12-09thekla_atlas: Fix compilation errorRémi Verschelde
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
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-11-13Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde
Fix video playback
2017-11-09UWP: Update to build with Windows SDK 10.16229.0George Marques
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017