Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Revert "pcre2: Update to upstream version 10.42" | Rémi Verschelde | |
This reverts commit 62c3e4ab9c87689ff0b7d27350bde176981daf1b. Needs more work, see comments about `_regex_free` errors in #70447. | |||
2022-12-22 | pcre2: Update to upstream version 10.42 | Rémi Verschelde | |
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog This should also fix support for RISC-V architectures, at least in the sljit library. | |||
2022-12-21 | Merge pull request #70395 from akien-mga/mbedtls-2.28.2 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.28.2 | |||
2022-12-21 | mbedtls: Update to upstream version 2.28.2 | Rémi Verschelde | |
2022-12-21 | libpng: Update to upstream 1.6.39 | Rémi Verschelde | |
2022-12-17 | HarfBuzz: Update to version 6.0.0 | bruvzg | |
2022-12-13 | Merge pull request #70010 from akien-mga/graphite-mit | Rémi Verschelde | |
graphite: Update to latest Git, switch to MIT license | |||
2022-12-13 | graphite: Update to latest Git, switch to MIT license | Rémi Verschelde | |
Graphite is now available under: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later We pick MIT which is the same as Godot's main license for simplicity. Remove define to skip deprecation warnings, upstream fixed those. | |||
2022-12-13 | Update to OpenXR 1.0.26 | Bastiaan Olij | |
2022-12-09 | Web: Fix side module build with Embree | Rémi Verschelde | |
Using `EM_ASM` here would cause this error in template builds: ``` EM_ASM is not supported in side modules ``` We use our own method for this since it already handles this properly. | |||
2022-12-08 | basis_universal: Sync with upstream a91e94c84 | Rémi Verschelde | |
https://github.com/BinomialLLC/basis_universal/commit/a91e94c8495d7f470d3df326a364d49324cfd4a3 | |||
2022-12-01 | Merge pull request #69344 from DeeJayLSP/update_thorvg | Rémi Verschelde | |
Update thorvg to 0.8.3 | |||
2022-11-30 | Update miniupnpc to 2.2.4 | DeeJayLSP | |
2022-11-30 | Update thorvg to 0.8.3 | DeeJayLSP | |
2022-11-29 | Update CA certificates to 2022.10 revision | DeeJayLSP | |
2022-11-28 | Merge pull request #69189 from grahamboree/updated-recast | Rémi Verschelde | |
Update Recast integration to fix crash in NavigationMesh baking | |||
2022-11-27 | Updated Recast to 4fef044 | Graham Pentheny | |
In some cases Godot can generate input parameters to Recast that cause it to crash. Specifically when baking NavigationMeshes for input meshes that have axis extents less than half the NavigationMesh CellSize. This has been fixed upstream in Recast (in https://github.com/recastnavigation/recastnavigation/commit/3901c5854c958593443859fd1214162452ff2982). Updating Godot's Recast integration fixes this crash issue in Godot as well. | |||
2022-11-25 | Update embree to 3.13.5 | DeeJayLSP | |
2022-11-23 | Update cvtt to GIT 2022 | DeeJayLSP | |
2022-11-15 | Merge pull request #66516 from DeeJayLSP/update_theora | Rémi Verschelde | |
Update libtheora to GIT (2020.10) | |||
2022-11-15 | Load GLX dynamically with GLAD | Riteo Siuga | |
This is accomplished through the addition of a GLAD GLX loader in the `thirdparty` directory. This is another step towards a nice Wayland/X11 interoperation. | |||
2022-11-14 | Regenerate GL loader code with GLAD 2 | Riteo | |
GLAD 1 creates unusable loaders for EGL, while the newly released GLAD 2 does not, so for consistency I thought that it would be a good idea to uniform things beforehand. While it had some API changes some renames were all that was needed and everything works like before, at least on the Wayland branch. I've kept the structure identical, although this new generator has quite a few hefty features, such as a single header mode. I've also added GLAD to `thirdparty/README.md`, but I haven't specified that in the commit title because it's a very small "fix". | |||
2022-11-03 | vulkan: Update all components to Vulkan SDK 1.3.231.1 | Rémi Verschelde | |
Updates to volk, vulkan headers, `vk_enum_string_helper.h`, glslang, spirv-reflect. No update to VMA which still has 3.0.1 as it's last tagged release. | |||
2022-10-31 | Merge pull request #67968 from bruvzg/icu72.1 | Rémi Verschelde | |
ICU: Update to version 72.1 | |||
2022-10-31 | Merge pull request #67702 from bruvzg/hb351 | Rémi Verschelde | |
HarfBuzz: Update to version 5.3.1 | |||
2022-10-28 | ICU: Update to version 72.1 | bruvzg | |
2022-10-21 | Add multiview to the opengl3 driver | David Snopek | |
2022-10-21 | HarfBuzz: Update to version 5.3.1 | bruvzg | |
2022-10-18 | Update libtheora to GIT (2020.10) | DeeJayLSP | |
2022-10-13 | thorvg: Sync with 0.8.2, cleanup SCsub and fix includes | Rémi Verschelde | |
We were compiling `src/loaders/external_png` but using the header from `src/loaders/png`, leading to `-Wodr` warnings. Remove unused bundled lodepng code since we use `external_png` (libpng). Whitespace changes are from upstream, will attempt PR'ing a cleanup there for future updates. | |||
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | |
change warnings=all to use /W4. | |||
2022-09-28 | Fix MSVC warnings C4324, C4389, C4456, and C4459 | Rémi Verschelde | |
Part of #66537. | |||
2022-09-18 | Merge pull request #66004 from bruvzg/hb52 | Rémi Verschelde | |
Update to version 5.2.0, add new Unicode 15 blocks and scripts. | |||
2022-09-17 | HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts. | bruvzg | |
2022-09-16 | libpng: Update to upstream 1.6.38 | Rémi Verschelde | |
2022-09-14 | Update OpenXR to 1.0.25 | Bastiaan Olij | |
2022-08-27 | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg | |
2022-08-25 | Merge pull request #64855 from RandomShaper/spv_ref_zero_alloc | Rémi Verschelde | |
Avoid spurious alloc error in SPIRV-Reflect | |||
2022-08-24 | Avoid spurious alloc error in SPIRV-Reflect | Pedro J. Estébanez | |
2022-08-23 | libwebp: Sync with upstream 1.2.4 | Rémi Verschelde | |
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.4/NEWS | |||
2022-08-23 | Patch glslang to avoid build errors on certain platforms | Pedro J. Estébanez | |
2022-08-06 | Merge pull request #62847 from RandomShaper/upgrade_spirv_reflect | Rémi Verschelde | |
spirv-reflect: Update to latest commit | |||
2022-08-05 | certs: Sync with Mozilla bundle as of Jul 19, 2022 | Rémi Verschelde | |
https://github.com/bagder/ca-bundle/commit/7f33e7eb8472dbcf31fdcf50cd216c89a282825d | |||
2022-08-04 | HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag ↵ | bruvzg | |
to improve justification. | |||
2022-08-02 | [TextServer] Add ICU Unicode security and spoofing detection. | bruvzg | |
2022-07-24 | HarfBuzz: Update to version 5.0.1 | bruvzg | |
2022-07-18 | Bump mbedtls to 2.18.1 (headers). | Fabio Alessandrelli | |
2022-07-18 | Bump mbedtls to version 2.18.1, update LICENSE. | Fabio Alessandrelli | |
Keep applying windows entropy patch. Update thirdparty/README with correct version information. | |||
2022-07-08 | spirv-reflect: Update to latest commit | Pedro J. Estébanez | |
2022-07-04 | HarfBuzz: Update to version 4.4.1 | bruvzg | |