Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-07-11 | Merge pull request #30512 from akien-mga/glad-0.1.31 | Rémi Verschelde | |
glad: Sync with upstream 0.1.31 | |||
2019-07-11 | Merge pull request #30511 from akien-mga/freetype-2.10.1 | Rémi Verschelde | |
freetype: Update to upstream version 2.10.1 | |||
2019-07-11 | stb_vorbis: Update to upstream version 1.16 | Rémi Verschelde | |
2019-07-11 | freetype: Update to upstream version 2.10.1 | Rémi Verschelde | |
2019-07-11 | glad: Sync with upstream 0.1.31 | Rémi Verschelde | |
2019-07-11 | pcre2: Update to upstream version 10.33 | Rémi Verschelde | |
2019-07-11 | mbedtls: Update to upstream version 2.16.2 | Rémi Verschelde | |
2019-07-09 | Update xatlas to b7d7bb. | K. S. Ernest (iFire) Lee | |
2019-07-04 | Godot addition to wslay, fixes MSVC build | Fabio Alessandrelli | |
2019-07-04 | Remove libwebsocket. No longer used, yay! | Fabio Alessandrelli | |
2019-07-04 | WebSocket module now uses wslay library. | Fabio Alessandrelli | |
Both client and server are supported on native builds (as usual). SSL server is still not supported, but will soon be possible with this new library. The API stays the same, we just need to work out potential issues due to this big library switch. | |||
2019-07-02 | CryptoCore class to access to base crypto utils. | Fabio Alessandrelli | |
Godot core needs MD5/SHA256/AES/Base64 which used to be provided by separate libraries. Since we bundle mbedtls in most cases, and we can easily only include the needed sources if we so desire, let's use it. To simplify library changes in the future, and better isolate header dependencies all functions have been wrapped around inside a class in `core/math/crypto_base.h`. If the mbedtls module is disabled, we only bundle the needed source files independently of the `builtin_mbedtls` option. If the module is enabled, the `builtin_mbedtls` option works as usual. Also remove some unused headers from StreamPeerMbedTLS which were causing build issues. | |||
2019-06-30 | Update miniupnpc library to latest master | Fabio Alessandrelli | |
2019-06-11 | bullet: Sync with current upstream master branch | Rémi Verschelde | |
This updates our local copy to commit 5ec8339b6fc491e3f09a34a4516e82787f053fcc. We need a recent master commit for some new features that we use in Godot (see #25543 and #28909). To avoid warnings generated by Bullet headers included in our own module, we include those headers with -isystem on GCC and Clang. Fixes #29503. | |||
2019-05-22 | Build Clipper with `tools=no` and patch it to auto-disable exceptions | Andrii Doroshenko (Xrayez) | |
Reverts "Build polygon clipper only in tools builds" (see #17319) which allows to build Clipper with tools disabled (release) and because of that, Clipper has to be patched to optionally disable exceptions in order to be built on some platforms. Patched Clipper 6.4.2 to be compiled with exceptions enabled/disabled. and ensure that Clipper-specific exception macros are defined: don't use exceptions by default unless exception handling is detected. Compilation with exceptions will be determined by various C++ exceptions defines: * ` __cpp_exceptions` is part of C++ feature testing macros (since C++98); * `__EXCEPTIONS` is used by some GNU compilers; * `_CPPUNWIND` is used by MSVC. The user can override specific exceptions behavior via corresponding `*_USER` macros (i.e. compiling for embedded systems). | |||
2019-05-01 | Revert "Update libwebsockets to 3.1 (plus UWP patch)" | Fabio Alessandrelli | |
This reverts commit 90210c48627692d281554d6185b5db17a86c852a. | |||
2019-04-30 | Merge pull request #26051 from 20kdc/videofix | Rémi Verschelde | |
webm/theora/yuv2rgb/libsimplewebm: Fix colour issues I could find. | |||
2019-04-26 | libpng: Update to upstream 1.6.37 | Rémi Verschelde | |
Fixes CVE-2019-7317. | |||
2019-04-22 | Merge pull request #27817 from fire/assimp_d3d98a | Rémi Verschelde | |
Update Assimp to master at d3d98a7ec0c8d38e1952b46dfe53f7e9233dc92d | |||
2019-04-20 | Merge pull request #27554 from volzhs/freetype-2.10.0 | Rémi Verschelde | |
Update freetype to 2.10.0 |