Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-13 | basis_universal: Update to upstream commit from Jan 4, 2020 | Rémi Verschelde | |
BinomialLLC/basis_universal@895ee8ee7e04f22267f8d16d46de04d5a01d63ac. | |||
2020-02-11 | Merge pull request #36102 from bruvzg/rvo2_mingw_fix | Rémi Verschelde | |
[MinGW] Remove unused WinAPI includes/defines from RVO2. | |||
2020-02-11 | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde | |
- `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | |||
2020-02-11 | Remove unused WinAPI includes/defines to fix MinGW cross-build. | bruvzg | |
2020-02-11 | Update Vulkan loader to 1.1.127 | bruvzg | |
2020-02-11 | basis_universal: Fix py3 build and document license and provenance | Rémi Verschelde | |
Also drop unneeded files. Fix build with MinGW. Closes #32384. | |||
2020-02-11 | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde | |
- Renamed option to `builtin_vulkan`, since that's the name of the library and if we were to add new components, we'd likely use that same option. - Merge `vulkan_loader/SCsub` in `vulkan/SCsub`. - Accordingly, don't use built-in Vulkan headers when not building against the built-in loader library. - Drop Vulkan registry which we don't appear to need currently. - Style and permission fixes. | |||
2020-02-11 | Add static Vulkan loader. | bruvzg | |
Initial Vulkan support for Windows. Initial Vulkan support for macOS. | |||
2020-02-10 | Documented the new NavigationServer and all its associated nodes (2D and 3D) | Duroxxigar | |
2020-02-10 | - Integrated NavigationServer and Navigation2DServer. | Andrea Catania | |
- Added Navigation Agents and Obstacles. - Integrated Collision Avoidance. This work has been kindly sponsored by IMVU. | |||
2020-02-06 | Fix UPNP on windows after #30205. | Fabio Alessandrelli | |
The problem could be related to different byte ordering when copying the interface address over the binding address. | |||
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 |