Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-11 | Update Hack font to v3.003 | Hugo Locurcio | |
2018-04-03 | MbedTLS PR 1453 (fix UWP build) | Fabio Alessandrelli | |
The patch seems to be ready for merge upstream | |||
2018-04-03 | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | |
2018-04-03 | Update mbedTLS to version 2.8.0 | Fabio Alessandrelli | |
2018-04-03 | Always verify peer certificate in lws. | Fabio Alessandrelli | |
Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215) | |||
2018-04-03 | mbedtls: client: stop spinning on handshake fail | Fabio Alessandrelli | |
Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2 | |||
2018-04-03 | Fix lws MinGW compilation | Fabio Alessandrelli | |
Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release | |||
2018-04-03 | Bump libwebsockets to version 2.4.2 | Fabio Alessandrelli | |
2018-03-20 | Updated thekla_atlas to support arm64 | Brigham Henry Keys | |
2018-03-09 | Update libwebm | ShyRed | |
Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | |||
2018-03-05 | Add 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-03 | Merge pull request #17035 from Chaosus/fixleaks | Rémi Verschelde | |
Fix memory leaks | |||
2018-03-03 | Fix 3 memory leaks | Chaosus | |
2018-03-02 | GLES2 renderer support on macOS. | bruvzg | |
2018-03-01 | Remove 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-28 | Fix lws compilation on FreeBSD, same as OSX | Fabio Alessandrelli | |
This error is actually fixed upstream, waiting for a new release | |||
2018-02-21 | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. | Juan Linietsky | |
2018-02-20 | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | |
We are using 0x0601 as min anyway. This avoids SOCKADDR_STORAGE error on uwp build | |||
2018-02-20 | Import PR 730 from mbedTLS project | Fabio Alessandrelli | |
Fixes UWP build while we wait for it to get into next release. | |||
2018-02-16 | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | |
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | |||
2018-02-14 | Merge pull request #14804 from ColinKinloch/master | Rémi Verschelde | |
Fixed android arm64v8 | |||
2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli | |
2018-02-14 | Small 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-14 | lws module now uses mbedtls as OpenSSL replacement | Fabio Alessandrelli | |
2018-02-14 | Add mbedTLS lib. Version 2.7.0, license Apache 2.0 | Fabio Alessandrelli | |
2018-02-13 | Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_H | robfram | |
compiling libwebsocket, as it would fail otherwise. Fix #16472. | |||
2018-02-05 | Add libwebsockets as thirdparty library. | Fabio Alessandrelli | |
License is LGPLv2.1 + static linking exception, version is 2.4.1 | |||
2018-01-22 | Copyright: Add license info for bullet and Mozilla CA certs | Rémi Verschelde | |
2018-01-13 | COPYRIGHT: Update with recently added thirdparty libraries | Rémi Verschelde | |
Also various updates to thirdparty/README.md. | |||
2018-01-13 | bullet: Streamline bundling, remove extraneous src/ folder | Ré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-13 | zstd: Update to pristine 1.3.3 | Rémi Verschelde | |
2018-01-13 | tinyexr: Update to pristine commit e385dad (security update) | Rémi Verschelde | |
2018-01-13 | openssl: Update to pristine 1.0.2n (security update) | Rémi Verschelde | |
2018-01-13 | libogg: Update to pristine version 1.3.3 | Rémi Verschelde | |
2018-01-03 | Merge pull request #15114 from capnm/fix-bad-lightmap-crash | Rémi Verschelde | |
Avoid thekla_unwrap crash | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-31 | Add thekla_atlas/godot-changes.patch | Martin Capitanio | |
2017-12-31 | Avoid thekla_unwrap crash | Martin Capitanio | |
Godot crashed here sometimes by generating the uv map. | |||
2017-12-23 | Fixed android arm64v8 | Colin Kinloch | |
2017-12-20 | Thekla: redo reduz's changes from 8b01b2e85cb7ed60209c925f1e123374272bd8c8 | Rémi Verschelde | |
But this time without messing up the code style and with proper comments documenting changed code. | |||
2017-12-20 | Thekla: Revert to state before clang-format changes | Ré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 unwrapper | Juan Linietsky | |
-Add emission lighting to raytrace mode, fixes #14686 | |||
2017-12-16 | Fix #12220: Add Decompress Bc5 to Squish | Orkun | |
This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish. | |||
2017-12-15 | Fix 32bit MingW build for thekla_altas | Hein-Pieter van Braam | |
2017-12-15 | thekla: Fix build on x86 systems without SSE support | Rémi Verschelde | |
Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream. | |||
2017-12-15 | Update Hack font to version 3.000 | Hugo Locurcio | |
2017-12-15 | Fixes thekla atlas mingw-w64 build | bruvzg | |
2017-12-14 | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵ | bruvzg | |
(with OpenMP support). | |||
2017-12-12 | Fix mingw build for thekla_atlas | Hein-Pieter van Braam | |
2017-12-12 | Update libwebp to 0.6.1 | volzhs | |
* 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 |