Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-20 | xatlas: Sync with upstream 470576d | Rémi Verschelde | |
2020-05-20 | xatlas: Revert style changes made by mistake in #38386 | Rémi Verschelde | |
2020-05-18 | Merge pull request #38711 from clayjohn/force-float | Rémi Verschelde | |
Force using floats in cubemap coefficient | |||
2020-05-18 | Remove no longer needed patches to jpgd.cpp | Pedro J. Estébanez | |
2020-05-16 | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio | |
As of Godot 3.0, HQ2X is no longer used to upscale the editor theme and icons on hiDPI displays, which limited its effective uses. HQ2X was also used to upscale the project theme when the "Use Hidpi" project setting was enabled, but results were often less than ideal. The new StyleBoxFlat and SVG support also make HQ2X less important to have as a core feature. This decreases binary sizes slightly (-150 KB on most platforms, -212 KB on WebAssembly release). This partially addresses #12419. | |||
2020-05-16 | Update r128.h to include latest fix for mingw-64 32 bit builds. | Marcel Admiraal | |
2020-05-15 | Fix #include <windows.h> for case-senstive cross-compilation. | Marcel Admiraal | |
2020-05-12 | Force using floats in cubemap coefficient | clayjohn | |
2020-05-11 | thirdparty: Cleanup after #38386, document provenance and copyright | Rémi Verschelde | |
Also renamed `delaunay.h` to `delaunay_2d.h` to match the class name. | |||
2020-05-10 | New lightmapper | Juan Linietsky | |
-Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D) | |||
2020-05-09 | freetype: Update to upstream version 2.10.2 | Rémi Verschelde | |
2020-05-07 | jpgd: Fix detection of SSE2 support with MSVC | Rémi Verschelde | |
The previous code would always use SSE2 intrinsics, which is not valid on UWP ARM platforms (and likely not on some x86 platforms either). The patch has been submitted upstream too: https://github.com/richgel999/jpeg-compressor/pull/13 | |||
2020-05-06 | Fix scale calculation in VHACD Volume::Voxelize(). | Marcel Admiraal | |
2020-05-03 | Merge pull request #38422 from RandomShaper/fix_stb_vorbis | Rémi Verschelde | |
Fix crash in stb_vorbis.c | |||
2020-05-03 | Fix crash in stb_vorbis.c | Pedro J. Estébanez | |
2020-05-01 | thirdparty: List release years in README.md | Rémi Verschelde | |
And expand commit hashes to full hashes instead of shortened ones. | |||
2020-04-30 | Merge pull request #38365 from akien-mga/tinyexr-4dbd05a | Rémi Verschelde | |
tinyexr: Sync with upstream 4dbd05a + enable C++11 threaded loading | |||
2020-04-30 | Merge pull request #38364 from akien-mga/recast-57610fa | Rémi Verschelde | |
Recast: Update to upstream commit 57610fa (2019) | |||
2020-04-30 | Merge pull request #38363 from akien-mga/pcre2-10.34 | Rémi Verschelde | |
pcre2: Update to upstream version 10.34 | |||
2020-04-30 | Merge pull request #38361 from akien-mga/stb_vorbis-1.19 | Rémi Verschelde | |
stb_vorbis: Update to upstream version 1.19 | |||
2020-04-30 | Merge pull request #38360 from akien-mga/drop-unused-curl_hostcheck | Rémi Verschelde | |
Drop now unused curl_hostcheck.c | |||
2020-04-30 | tinyexr: Sync with upstream 4dbd05a | Rémi Verschelde | |
2020-04-30 | Recast: Update to upstream commit 57610fa (2019) | Rémi Verschelde | |
2020-04-30 | pcre2: Update to upstream version 10.34 | Rémi Verschelde | |
Changelog: https://vcs.pcre.org/pcre2/code/tags/pcre2-10.34/ChangeLog?view=markup | |||
2020-04-30 | stb_vorbis: Update to upstream version 1.19 | Rémi Verschelde | |
1.19 - 2020-02-05 - warnings 1.18 - 2020-02-02 - fix seek bugs; parse header comments; misc warnings etc. | |||
2020-04-30 | Drop now unused curl_hostcheck.c | Rémi Verschelde | |
One less thirdparty library to document \o/ | |||
2020-04-30 | FastLZ: Update to upstream version 0.5.0 | Rémi Verschelde | |
Upstream development restarted after 13 years. Changes: 2020-02-02: Version 0.5.0 Minor speed improvement on the decompressor. Prevent memory violation when decompressing corrupted input. 2020-01-10: Version 0.4.0 Only code & infrastructure clean-up, no new functionality. | |||
2020-04-30 | Merge pull request #38073 from akien-mga/enet-1.3.15 | Rémi Verschelde | |
enet: Update to upstream version 1.3.15 | |||
2020-04-27 | Merge pull request #38253 from nekomatata/bullet-update-2.90 | Rémi Verschelde | |
Update to bullet master (2.90) | |||
2020-04-27 | Update to bullet master (2.90) | PouleyKetchoupp | |
2020-04-26 | Windows: Appease capricious MSVC versions with moody headers | Rémi Verschelde | |
Fixes #37799. Fixes #37986. | |||
2020-04-21 | Fix compilation of jpgd.cpp on MSVC 2017 | Pedro J. Estébanez | |
2020-04-21 | enet: Update to upstream version 1.3.15 | Rémi Verschelde | |
2020-04-21 | Merge pull request #38072 from akien-mga/jpgd-fuzzed | Rémi Verschelde | |
jpgd: Upgrade to upstream 2.00, fuzzed with zzuf and afl | |||
2020-04-21 | jpgd: Upgrade to upstream 2.00, fuzzed with zzuf and afl | Rémi Verschelde | |
2020-04-21 | mbedtls: Update to upstream version 2.16.6 | Rémi Verschelde | |
Fixes https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-04 | |||
2020-04-10 | Fix extra warnings in Android build | PouleyKetchoupp | |
2020-04-01 | Merge pull request #37492 from akien-mga/warnings-clang-displayserverwindows | Rémi Verschelde | |
Fix Clang warnings on Windows | |||
2020-04-01 | Fix Clang warnings on Windows | Rémi Verschelde | |
Fixes #37490. | |||
2020-04-01 | etc2comp: Fix max iterations for RGBA channels | Rémi Verschelde | |
Those checks were *very likely* meant to clamp the max value, not the min one. Fixes https://github.com/godotengine/godot/issues/10059#issuecomment-606993001. | |||
2020-03-28 | Fix copyright headers for recently added files | Rémi Verschelde | |
2020-03-11 | Fix basis_universal to not include tool main file. | Fabio Alessandrelli | |
Avoid build error due to duplicate `main` symbol definition. | |||
2020-03-10 | mbedtls: Re-add patch to disable VIA padlock | Rémi Verschelde | |
The comment mentioned a conflict with libwebsockets, but we actually still get this conflict even now that we don't use libwebsockets. Not sure what component is clashing but we should basically just keep this patch. Follow-up to #36823. | |||
2020-03-09 | Merge pull request #36943 from akien-mga/mbedtls-reapply-pr1453 | Rémi Verschelde | |
mbedtls: Re-apply upstream PR 1453 after #36823 | |||
2020-03-09 | mbedtls: Re-apply upstream PR 1453 after #36823 | Rémi Verschelde | |
For some weird reason 'git apply' does not error out when it does nothing, so I missed that I did not apply the patch properly in #36823... This broke the UWP 32-bit x86 build. | |||
2020-03-09 | vulkan: Re-add option to build Vulkan-Loader statically | Rémi Verschelde | |
Upstream removed the option in KhronosGroup/Vulkan-Loader#260, which breaks our current use case. This commit reverts KhronosGroup/Vulkan-Loader#260 is our vendored loader. We may need to re-evaluate how we link the loader, but until then, reverting this PR fixes Windows support after the upgrade to a recent SDK version in #36932. | |||
2020-03-09 | Revert "assimp: Sync with upstream 0201fc5" | Rémi Verschelde | |
This reverts commit 78b22393a8dd182ee56d0448ed77ba4430de5e75. It caused a regression in FBX import leading to crashes. Fixes #36908. | |||
2020-03-09 | glslang: Sync with upstream 4fc7a33 for Vulkan SDK 1.2.131 | Rémi Verschelde | |
Fixes #36888. | |||
2020-03-09 | Update Vulkan loader and headers to sdk-1.2.131.2 | Rémi Verschelde | |
(Headers are actually sdk-1.2.131.1, they did not get a re-release.) Also synced VMA 2.3.0 again, fixing unwanted clang-formatting of thirdparty code. | |||
2020-03-06 | miniupnpc: Sync with upstream master (4436632) | CodeforEvolution | |