Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2022-02-21 | Fixed issue with Godot modifications to polypartition.cpp third-party file | Nova | |
2022-02-14 | [Crypto] Implement CryptoCore::RandomGenerator. | Fabio Alessandrelli | |
As a cryptographically secure random generator. Internally it uses mbedTLS CTR-DRBG implementation which gets re-seeded with entropy from OS::get_entropy when needed. CryptoCore now additionally depends on `ctr_drbg.c` and `entropy.c` thirdparty mbedtls files. | |||
2022-02-14 | Merge pull request #57989 from RandomShaper/update_vma | Rémi Verschelde | |
Update & patch VMA, and re-implement the small buffers optimization | |||
2022-02-12 | Add a separate pool for small allocations in Vulkan RD | Pedro J. Estébanez | |
2022-02-12 | vk_mem_alloc: Update to latest commit | Pedro J. Estébanez | |
2022-02-11 | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | |
2022-02-11 | vulkan: Update volk, headers and glslang to 1.3.204 | Rémi Verschelde | |
2022-02-11 | Revert "vulkan: Update volk, headers and glslang to 1.3.204" | Rémi Verschelde | |
This reverts commit d233908fb6c02f96f13de8b627510a5149bfecc3. | |||
2022-02-11 | Revert "spirv-reflect: Update to latest commit, adds SPIRV 1.6 support" | Rémi Verschelde | |
This reverts commit 912c2062e6ce38b2aaff6b87920ef4d2ef307555. | |||
2022-02-11 | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | |
2022-02-10 | vulkan: Update volk, headers and glslang to 1.3.204 | Rémi Verschelde | |
2022-02-09 | msdfgen: Update to version 1.9.2 | bruvzg | |
2022-02-09 | HarfBuzz: Update to version 3.3.2 | bruvzg | |
2022-02-04 | Faster CVTT by reducing quality. | K. S. Ernest (iFire) Lee | |
Make BC6 and BC7 CVTT faster while still having better quality than DXT5. | |||
2022-02-04 | Core: Move Vector2i to its own `vector2i.h` header | Rémi Verschelde | |
Also reduce interdependencies and clean up a bit. | |||
2022-02-03 | Merge pull request #57102 from akien-mga/libwebp-1.2.2 | Rémi Verschelde | |
2022-02-02 | libwebp: Sync with upstream 1.2.2 | Rémi Verschelde | |
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS | |||
2022-02-02 | HarfBuzz: Update to version 3.3.1 | bruvzg | |
2022-01-31 | ThorVG: Sync with upstream 0.7.1 | Anilforextra | |
Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1 | |||
2022-01-20 | Merge pull request #36198 from Calinou/code-font-jetbrains-mono | Rémi Verschelde | |
2022-01-20 | thorvg: Fix usage of min/max breaking on VS 2017 | Rémi Verschelde | |
Fixes https://github.com/godotengine/godot/issues/56894#issuecomment-1015956706. | |||
2022-01-18 | thorvg: Fix missing `<cstring>` includes for MinGW | Rémi Verschelde | |
Fixes #56894. | |||
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | |
On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts. | |||
2022-01-14 | Use ThorVG instead of NanoSVG for importing SVGs | K. S. Ernest (iFire) Lee | |
ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-01-13 | freetype: Update to upstream version 2.11.1 | Rémi Verschelde | |
2022-01-12 | glslang: Fix support for building against public/system library | Rémi Verschelde | |
Fix include paths to support both vendored and system-installed glslang. Remove usage of the private `StandAlone` bits. Requires us to vendor a copy of `DefaultTBuiltInResource` (or provide our own customized one) as glslang doesn't provide it in its public API. Also removes unused C interface as it's not well encapsulated and depends on `StandAlone`. Fixes #56307. | |||
2022-01-12 | HarfBuzz: Update to version 3.2.0 | bruvzg | |
2022-01-11 | Merge pull request #56130 from Faless/mbedtls/2.28.0 | Rémi Verschelde | |
2022-01-05 | Use JetBrains Mono as the editor's default code font | Hugo Locurcio | |
This recently released font has been gaining popularity thanks to its readability and aesthetics. It also features font ligatures (enabled by default, but can be disabled in the Editor Settings). Its character set isn't as extensive as Hack's, but it should be sufficient for most uses. More information at <https://www.jetbrains.com/lp/mono/>. This also reorders the third-party font notices to be in alphabetical order. | |||
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2021-12-21 | Bump mbedTLS version to 2.28.0 (new LTS). | Fabio Alessandrelli | |
Keep applying the windows entropy patch (UWP support). Remove no longer needed padlock patch. Update thirdparty README to reflect changes, and new source inclusion criteria. | |||
2021-12-20 | Bump mbedtls to 2.16.12 | Fabio Alessandrelli | |
Remove upstreamed patches. Re-apply padlock and uwp patches. NOTE: We could replace our padloack patch with mbedtls 3452. | |||
2021-12-10 | Misc build system fixes | Aaron Franke | |
2021-12-02 | Merge pull request #55505 from bruvzg/hb_312 | Rémi Verschelde | |
2021-12-01 | Fix crash when loading an invalid mp3 file | Vincent | |
2021-12-01 | HarfBuzz: Update to version 3.1.2 | bruvzg | |
2021-11-23 | Implemented AMD's FSR as a computer shader for upscaling 3D scenes | Je06jm | |
2021-11-23 | Fix debug build for iphone | Gergely Kis | |
printf() does not have a version that accepts std::string as format string parameter. | |||
2021-11-22 | Merge pull request #55128 from akien-mga/meshoptimizer-f4c356d79 | Rémi Verschelde | |
2021-11-20 | Merge pull request #55136 from akien-mga/basisu-646a9f826 | Rémi Verschelde | |
2021-11-20 | Merge pull request #55126 from akien-mga/wslay-45d22583b | Rémi Verschelde | |