Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | thorvg: Sync a couple fixes from upstream | Rémi Verschelde | |
We're still formally tracking v0.8.1, those fixes don't impact the library features. I didn't bother documenting them with patches as they will likely soon make their way to either a v0.8.2 or v0.9.0. | |||
2022-05-23 | Merge pull request #61310 from marxin/gcc13-fix-vhacd | Rémi Verschelde | |
2022-05-23 | Fix building VHACD with GCC 13. | Martin Liska | |
Fixes the following error: thirdparty/vhacd/inc/vhacdICHull.h:46:31: error: 'uint32_t' does not name a type 46 | ICHullError Process(const uint32_t nPointsCH, const double minVolume = 0.0); | ^~~~~~~~ Note the upstream version of the third party library is not affected. | |||
2022-05-23 | HarfBuzz: Update to version 4.3.0 | bruvzg | |
2022-05-18 | rvo2: Sync with upstream commit bfc0486 | Rémi Verschelde | |
https://github.com/snape/RVO2-3D/commit/bfc048670a4e85066e86a1f923d8ea92e3add3b2 | |||
2022-05-18 | rvo2: Re-sync with upstream, properly document Godot-specific changes | Rémi Verschelde | |
Still tracking the `v1.0.1` tag for now, just reverting all the unnecessary style changes that created a diff with upstream. | |||
2022-05-18 | pcre2: Fix support for macOS < 11.0 by making JIT conditional at runtime | Rémi Verschelde | |
2022-05-17 | Merge pull request #61137 from akien-mga/meshoptimizer-20220424 | Rémi Verschelde | |
2022-05-17 | Merge pull request #61136 from akien-mga/xatlas-20220318 | Rémi Verschelde | |
xatlas: Sync with upstream 16ace528a | |||
2022-05-17 | Merge pull request #61135 from akien-mga/recast-20220320 | Rémi Verschelde | |
2022-05-17 | Merge pull request #61120 from akien-mga/doctest-2.4.8 | Rémi Verschelde | |
2022-05-17 | meshoptimizer: Sync with upstream commit 8a7d69caa | Rémi Verschelde | |
https://github.com/zeux/meshoptimizer/commit/8a7d69caa68f778cb559f1879b6beb7987c8c6b7 | |||
2022-05-17 | Merge pull request #61132 from akien-mga/freetype-cleanup | Rémi Verschelde | |
FreeType: Cleanup some unused files | |||
2022-05-17 | xatlas: Sync with upstream 16ace528a | Rémi Verschelde | |
Just cleaning up unused but set variables. https://github.com/jpcy/xatlas/commit/16ace528acd2cf1f16a7c0dde99c42c486488dbe | |||
2022-05-17 | Recast: Update to upstream commit 5a870d4 (2022) | Rémi Verschelde | |
2022-05-17 | FreeType: Cleanup some unused files | Rémi Verschelde | |
2022-05-17 | doctest: Update to 2.4.8 | Rémi Verschelde | |
2022-05-17 | pcre2: Update to upstream version 10.40 | Rémi Verschelde | |
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.40/ChangeLog | |||
2022-05-17 | Merge pull request #61118 from akien-mga/certs-update | Rémi Verschelde | |
2022-05-17 | Update HarfBuzz, ICU and FreeType. | bruvzg | |
HarfBuzz: Update to version 4.2.1 FreeType: Update to version 2.12.1 ICU: Update to version 71.1 | |||
2022-05-17 | certs: Sync with Mozilla bundle as of Mar 31, 2022 | Rémi Verschelde | |
https://github.com/bagder/ca-bundle/commit/39c6ac0550873e5c9214f265a1d0d9876c64c669 | |||
2022-05-16 | Replace most uses of Map by HashMap | reduz | |
* Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated! | |||
2022-05-15 | Merge pull request #61047 from akien-mga/thorvg-0.8.1 | Rémi Verschelde | |
2022-05-15 | thorvg: Sync with upstream 0.8.1 | Rémi Verschelde | |
And backport fix for FreeBSD support. Fixes #60003. | |||
2022-05-13 | etcpak: Update to upstream commit f128369 (May 13, 2022) | bruvzg | |
2022-05-12 | etcpak: Update to upstream commit 10fc4ce (May 12, 2022) | Rémi Verschelde | |
Fixes support for ARMv7+NEON. | |||
2022-04-30 | Fix GCC warning with -Waggressive-loop-optimizations due to overflow | Hendrik Brucker | |
2022-04-19 | Restructure and refine the noise module | Hendrik Brucker | |
2022-04-01 | Normalize thirdparty readme formatting | Casper Beyer | |
2022-03-31 | zlib/minizip: Update to version 1.2.12 | Rémi Verschelde | |
Security update, fixes CVE-2018-25032 in zlib. Preliminary assessment doesn't show Godot as affected since we don't seem to call `deflate` with the problematic parameters, but the extent of the vulnerability is not fully clear upstream yet. | |||
2022-03-31 | HarfBuzz: Update to version 4.2.0 | bruvzg | |
2022-03-29 | Merge pull request #59524 from RandomShaper/update_vma | Rémi Verschelde | |
2022-03-29 | vk_mem_alloc: Update to upstream + Replace use of deprecated items | Pedro J. Estébanez | |
2022-03-28 | Merge pull request #56718 from Geometror/noise-overhaul | Rémi Verschelde | |
2022-03-25 | Merge pull request #59510 from bruvzg/use_woff2_fonts | Rémi Verschelde | |
2022-03-25 | Convert the editor and default theme fonts to WOFF2 format to save space. | bruvzg | |
2022-03-24 | Update basis universal to version 1.16.3. | K. S. Ernest (iFire) Lee | |
Enable basis universal uastc internal storage instead of etc1s for better quality. | |||
2022-03-22 | Merge pull request #59275 from bruvzg/ft_brotli | Rémi Verschelde | |
2022-03-20 | Add FastNoiseLite / general noise overhaul | Hendrik Brucker | |
- replace OpenSimplexNoise Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com> | |||
2022-03-18 | Add brotli decoder and WOFF2 support. | bruvzg | |
2022-03-18 | HarfBuzz: Update to version 4.0.1 | bruvzg | |
2022-03-16 | thorvg: Fix MinGW build by adding explicit `<cstring>` include | Rémi Verschelde | |
Fixes #59044. | |||
2022-03-09 | Remove unused Bullet module and thirdparty code | Rémi Verschelde | |
It has been disabled in `master` since one year (#45852) and our plan is for Bullet, and possibly other thirdparty physics engines, to be implemented via GDExtension so that they can be selected by the users who need them. | |||
2022-03-08 | ThorVG: Sync with upstream 0.8.0 | K. S. Ernest (iFire) Lee | |
2022-03-02 | HarfBuzz: Update to version 4.0.0 | bruvzg | |
2022-02-25 | Merge pull request #58497 from JFonS/stb_rect_pack_upgrade | Rémi Verschelde | |
2022-02-24 | vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling | Pedro J. Estébanez | |
This updates VMA and instead of using the custom small pool approach from 4e6c9d3ae979f2eb0151cf581fe61d2f3194ea72, lazily creates pools for the relevant memory type indices, which doesn't require patching VMA. Also, patches already merged upstream or not needed any longer are removed. | |||
2022-02-24 | Upgrade stb_rect_pack to 1.01 | jfons | |
Enables large rectangle support by default. | |||
2022-02-24 | Really update volk to 1.3.204 | Pedro J. Estébanez | |
2022-02-23 | Add OpenXR 1.0.22 to thirdparty libraries | Bastiaan Olij | |
Will be compiled and used in the next commit. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> |