Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-26 | mbedtls: Update to upstream version 2.16.4 | Rémi Verschelde | |
Fixes CVE-2019-18222. `include/mbedtls/version.h` was modified to include the forgotten version bump to 2.16.4, fixed upstream by ARMmbed/mbedtls#2992. | |||
2020-01-17 | Update libwebp to 1.1.0 | volzhs | |
2020-01-08 | bullet: Sync with upstream 2.89 | Rémi Verschelde | |
This allows distro unbundling again for distros that ship Bullet 2.89+. | |||
2020-01-06 | Merge pull request #34843 from akien-mga/enet-1.3.14 | Fabio Alessandrelli | |
enet: Sync with upstream 1.3.14 | |||
2020-01-05 | enet: Sync with upstream 1.3.14 | Rémi Verschelde | |
We still have local modifications necessary for IPv6 support and using Godot sockets. | |||
2020-01-05 | enet: Resync with upstream we forked at, add patch | Rémi Verschelde | |
Before rebasing on the newly released enet 1.3.14, let's resync with the actual commit we initially imported, which seems to be: https://github.com/lsalzman/enet/commit/f46fee0acc8e243b2b6910b09693f93c3aad775f | |||
2019-12-22 | xatlas: Sync with upstream e12ea82 | Rémi Verschelde | |
2019-12-13 | Drop b2d_convexdecomp. no longer necessary. | Rémi Verschelde | |
We now use `thirdparty/misc/triangulator.h` for all physics-related (collision, navigation) triangulation needs. Follow-up to #34293. | |||
2019-11-18 | Revert "Update opus to 1.3.1 and opusfile to 0.11" | Rémi Verschelde | |
This reverts commit e00426c512a7905f5f925d382c443bab7a0ca693. The way we handle platform-specific intrinsics is not good, so the current state will not compile on armv8. This commit also requires SSE4.1 support, which is likely not a good idea for portable binaries. We'll have to redo this with more caution after 3.2 is released, or we might simply drop opus as we're only using it as dependency for theora right now. Fixes #33606. | |||
2019-11-12 | Merge pull request #33565 from akien-mga/vhacd-b07958e | Rémi Verschelde | |
vhacd: Sync with upstream b07958e | |||
2019-11-12 | Merge pull request #33563 from akien-mga/tinyexr-656bb61 | Rémi Verschelde | |
tinyexr: Sync with upstream 656bb61 | |||
2019-11-12 | Merge pull request #33562 from akien-mga/nanosvg-25241c5 | Rémi Verschelde | |
nanosvg: Sync with upstream c1f6e20 | |||
2019-11-12 | Merge pull request #33561 from akien-mga/miniupnpc-0ab1d67 | Rémi Verschelde | |
miniupnpc: Sync with upstream master (0ab1d67) | |||
2019-11-12 | Merge pull request #33560 from akien-mga/mbedtls-2.16.3 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.16.3 | |||
2019-11-12 | vhacd: Sync with upstream b07958e | Rémi Verschelde | |
Nothing to see here, it is just a cosmetic sync to confirm that we have the latest upstream changes. | |||
2019-11-12 | tinyexr: Sync with upstream 656bb61 | Rémi Verschelde | |
2019-11-12 | nanosvg: Sync with upstream c1f6e20 | Rémi Verschelde | |
Now formally unmaintained, so probably no further sync to expect from this repository. | |||
2019-11-12 | miniupnpc: Sync with upstream master (0ab1d67) | Rémi Verschelde | |
2019-11-12 | mbedtls: Update to upstream version 2.16.3 | Rémi Verschelde | |
2019-11-12 | glad: Sync with upstream 0.1.33 | Rémi Verschelde | |
2019-11-12 | Merge pull request #33311 from SneakyFish5/update-opus | Rémi Verschelde | |
Update opus to 1.3.1 and opusfile to 0.11 | |||
2019-11-10 | Merge pull request #33524 from SneakyFish5/update-std-vorbis | Rémi Verschelde | |
Update stb_vorbis to 1.17 | |||
2019-11-10 | Update stb_vorbis to 1.17 | Jonathan Mannancheril | |
2019-11-09 | Update zstd to 1.4.4 | Jonathan Mannancheril | |
2019-11-09 | Update opus to 1.3.1 and opusfile to 0.11 | unknown | |
2019-11-05 | Updated assimp to 308db73 from https://github.com/assimp/assimp/ | RevoluPowered | |
2019-11-03 | Merge pull request #33254 from SneakyFish5/update-zstd | Rémi Verschelde | |
Update zstd to 1.4.3 | |||
2019-11-03 | Update zstd to 1.4.3 | unknown | |
2019-10-31 | Add new file in libogg readme | Jonathan Mannancheril | |
2019-10-30 | Update libogg to upstream c8fca6b | Jonathan Mannancheril | |
2019-10-27 | Update libwebp to 1.0.3 | volzhs | |
2019-10-03 | Remove unused stb_truetype-based DynamicFont implementation | Hugo Locurcio | |
The DynamicFont implementation currently in use is based on FreeType, which provides much better visual quality. This old implementation wasn't exposed anywhere, so this shouldn't break compatibility. This decreases binary sizes by a few kilobytes. | |||
2019-08-28 | Tweak xatlas and import new version b4b5426 | K. S. Ernest Lee | |
* Avoid xatlas crash * Enable alignment and disable bruteforce for speedups * Update xatlas to b4b5426 * Delete old patches | |||
2019-07-30 | Updated assimp to commit 1d565b0 with iFire | RevoluPowered | |
Signed-off-by: RevoluPowered <gordon@gordonite.tech> Signed-off-by: K. S. Ernest (iFIre) Lee <ernest.lee@chibifire.com> | |||
2019-07-20 | zstd: Update to upstream version 1.4.1 | Rémi Verschelde | |
2019-07-16 | Update xatlas to f65a664. | K. S. Ernest (iFIre) Lee | |
xatlas is now multicore. | |||
2019-07-11 | Merge pull request #30129 from fire/xatlas_update | Rémi Verschelde | |
[WIP] Update xatlas to latest upstream commit (1efe581). | |||
2019-07-11 | Merge pull request #30514 from akien-mga/pcre2-10.33 | Rémi Verschelde | |
pcre2: Update to upstream version 10.33 | |||
2019-07-11 | Merge pull request #30513 from akien-mga/stb_vorbis-1.16 | Rémi Verschelde | |
stb_vorbis: Update to upstream version 1.16 | |||
2019-07-11 | Merge pull request #30512 from akien-mga/glad-0.1.31 | Rémi Verschelde | |
glad: Sync with upstream 0.1.31 | |||
2019-07-11 | Merge pull request #30511 from akien-mga/freetype-2.10.1 | Rémi Verschelde | |
freetype: Update to upstream version 2.10.1 | |||
2019-07-11 | stb_vorbis: Update to upstream version 1.16 | Rémi Verschelde | |
2019-07-11 | freetype: Update to upstream version 2.10.1 | Rémi Verschelde | |
2019-07-11 | glad: Sync with upstream 0.1.31 | Rémi Verschelde | |
2019-07-11 | pcre2: Update to upstream version 10.33 | Rémi Verschelde | |
2019-07-11 | mbedtls: Update to upstream version 2.16.2 | Rémi Verschelde | |
2019-07-09 | Update xatlas to b7d7bb. | K. S. Ernest (iFire) Lee | |
2019-07-04 | Godot addition to wslay, fixes MSVC build | Fabio Alessandrelli | |
2019-07-04 | Remove libwebsocket. No longer used, yay! | Fabio Alessandrelli | |
2019-07-04 | WebSocket module now uses wslay library. | Fabio Alessandrelli | |
Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch. |