Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-06 | Add fix to libwebsocket to disable V6ONLY. | Fabio Alessandrelli | |
This was enabled by default on some systems (e.g. Windows). | |||
2019-03-06 | Update libwebsockets to 3.1 (plus UWP patch) | Fabio Alessandrelli | |
2019-03-04 | Merge pull request #26586 from akien-mga/tinyexr-65f9859 | Rémi Verschelde | |
tinyexr: Sync with upstream 65f9859 | |||
2019-03-04 | Merge pull request #26585 from akien-mga/pcre2-10.32 | Rémi Verschelde | |
pcre2: Sync with upstream 10.32 | |||
2019-03-04 | Merge pull request #26584 from akien-mga/nanosvg-c1f6e20 | Rémi Verschelde | |
nanosvg: Sync with upstream c1f6e20 | |||
2019-03-04 | Merge pull request #26583 from akien-mga/stb-truetype-1.21-vorbis-1.15 | Rémi Verschelde | |
stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 | |||
2019-03-04 | Updates to thirdparty README and COPYRIGHT | Rémi Verschelde | |
Notably, we now track stable Bullet 2.88, so distros can unbundle it again. | |||
2019-03-04 | tinyexr: Sync with upstream 65f9859 | Rémi Verschelde | |
2019-03-04 | pcre2: Sync with upstream 10.32 | Rémi Verschelde | |
2019-03-04 | nanosvg: Sync with upstream c1f6e20 | Rémi Verschelde | |
2019-03-04 | stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 | Rémi Verschelde | |
2019-03-04 | Merge pull request #26577 from akien-mga/webp-1.0.2 | Rémi Verschelde | |
libwebp: Sync with upstream 1.0.2 | |||
2019-03-04 | libwebp: Sync with upstream 1.0.2 | Rémi Verschelde | |
2019-03-04 | glad: Sync with upstream 0.1.29 | Rémi Verschelde | |
2019-02-28 | opus: Better sync sources list with upstream buildsystem | Rémi Verschelde | |
2019-02-24 | Disable support for VIA Padlock | Hein-Pieter van Braam | |
This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old. | |||
2019-02-20 | Drop RtAudio driver on Windows | Rémi Verschelde | |
We've been defaulting to WASAPI since 3.0 and it's superior to RtAudio in all aspects. Obsoletes and closes #25503. Also enable WINMIDI on MinGW, this had been missed initially. Fix os_windows.cpp and crash_handler_windows.cpp which had weird dependencies on RtAudio.h's includes (ugh). | |||
2019-02-20 | Bump mbedTLS to version 2.16 (LTS version) | Fabio Alessandrelli | |
2019-01-23 | theora: Add upstream patch to fix UB warning | Rémi Verschelde | |
Patch from https://git.xiph.org/?p=theora.git;a=commit;h=0ae66d565e6bead8604d312bc1a4e9dccf245c88 Fixes #25221. | |||
2019-01-07 | Update Bullet to the latest commit 126b676 | Oussama | |
2019-01-03 | Update zstd to 1.3.8 | Guilherme Felipe | |
2018-12-20 | Merge pull request #24503 from akien-mga/certs-update-f29 | Rémi Verschelde | |
certs: Sync with latest ca-certificates-2018.2.26-2.fc29 | |||
2018-12-20 | Android: Better identify thirdparty C/C++ code | Rémi Verschelde | |
- The `cpu-features.{c,h}` code was only used by chance by the webm (libvpx) code, so I moved it there. It was actually introduced before that and wasn't in use, and libvpx just happened to be able to compile thanks to it being bundled. It could potentially be compiled on the fly from the Android NDK, but since we plan to replace the webm module by a GDNative plugin in the near future, I went the bundling route. - `ifaddrs_android.h` is already provided in the Android NDK as `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we up the min API level to 24, where `getifaddrs` is first defined. I moved the files to `thirdparty/misc` and synced them with upstream WebRTC (only indentation changes and removal of `static` qualifiers). Also removes dropped thirdparty files from COPYRIGHT.txt after changes in #24105 and #24145. | |||
2018-12-20 | certs: Sync with latest ca-certificates-2018.2.26-2.fc29 | Rémi Verschelde | |
2018-12-10 | Merge pull request #24258 from volzhs/libwebp-1.0.1 | Rémi Verschelde | |
Update libwebp to 1.0.1 | |||
2018-12-10 | Update libwebp to 1.0.1 | volzhs | |
2018-12-10 | TinyEXR: Sync with upstream master branch | Rémi Verschelde | |
Fixes #24247. | |||
2018-11-23 | glad: Sync with upstream 0.1.28 | Rémi Verschelde | |
2018-11-03 | Update libwebsocket to 3.0.1 | Fabio Alessandrelli | |
2018-09-28 | Move Penner easing equations to thirdparty/misc | Rémi Verschelde | |
It was Godot-ified and integrated into Tween originally (#628) without mention that it was thirdparty code, but it's actually derived from https://github.com/jesusgollonet/ofpennereasing. It's also very bad quality code and should be replaced by a better, properly-maintained library of easing equations. | |||
2018-09-14 | Add SimplexNoise and NoiseTexture as new resources | JFonS | |
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects. | |||
2018-09-13 | Merge pull request #22015 from vnen/uwp-arm-zstd | Rémi Verschelde | |
Patch zstd to build for UWP ARM | |||
2018-09-12 | Patch zstd to build for UWP ARM | George Marques | |
Patch comes from upstream and can be removed when it makes to stable release. | |||
2018-09-13 | Fix libwebsockets 32-bits UWP builds. | Fabio Alessandrelli | |
Also fix bogus windows detect.py | |||
2018-09-07 | Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9 | Andrea Catania | |
2018-08-27 | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵ | elasota | |
EXR loading | |||
2018-08-21 | BPTC support | elasota | |
2018-07-28 | Merge pull request #20539 from akien-mga/mbedtls-2.12.0 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.12.0 | |||
2018-07-28 | Merge pull request #20537 from akien-mga/glad-0.1.25 | Rémi Verschelde | |
glad: Sync with upstream 0.1.25 | |||
2018-07-28 | mbedtls: Update to upstream version 2.12.0 | Rémi Verschelde | |
_WIN32_WINNT redefinition fix is no longer needed as it was merged upstream. PR 1453 is still not merged, diff updated to current state. | |||
2018-07-28 | glad: Sync with upstream 0.1.25 | Rémi Verschelde | |
2018-07-28 | libpng: Update to upstream version 1.6.35 | Rémi Verschelde | |
2018-07-03 | Merge pull request #19138 from firefly2442/pcre2-10.31 | Max Hilbrunner | |
update PCRE2 to version 10.31, fixes #15662 | |||
2018-06-07 | Add libwebsocket 3.0 BSD fix | Fabio Alessandrelli | |
2018-06-07 | Bump libwebsockets to version 3.0.0 | Fabio Alessandrelli | |
2018-06-07 | Thirdparty: Fill copyright for lws, miniupnpc, clipper | Rémi Verschelde | |
Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls. | |||
2018-06-07 | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli | |
Add UPnP support (port forwarding, querying external IP) | |||
2018-06-07 | Add UPnP support (port forwarding, querying external IP) | mhilbrunner | |
2018-05-28 | update PCRE2 to version 10.31, fixes #15662 | firefly2442 | |
2018-05-25 | Merge pull request #19150 from guilhermefelipecgs/update_stb | Rémi Verschelde | |
Update stb_truetype to 1.19 and stb_vorbis to 1.14 |