Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | |
Fix video playback | |||
2017-11-09 | UWP: Update to build with Windows SDK 10.16229.0 | George Marques | |
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017 | |||
2017-11-05 | Convert DOS line endings to Unix line endings | Rémi Verschelde | |
Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be. | |||
2017-11-04 | Vendor thirdparty Bullet source for upcoming physics server backend | AndreaCatania | |
2017-10-29 | libpng: Cosmetic update to upstream 1.6.34 | Rémi Verschelde | |
No code change in the part we are using, it only affected contrib code. [ci skip] | |||
2017-10-27 | Add an option to use zstd's recently introduced long range matching (off by ↵ | Ferenc Arn | |
default). | |||
2017-10-26 | Update zstd to 1.3.2. | Ferenc Arn | |
2017-10-17 | Fix BSD compile issues | Marcelo Fernandez | |
2017-10-14 | Fix video playback | Matt Hughes | |
This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora | |||
2017-10-12 | updated libpng to version 1.6.33 (September 28, 2017) | Indah Sylvia | |
2017-10-10 | Update freetype to 2.8.1 | volzhs | |
2017-09-23 | Enable building against system zstd. | Elliott Sales de Andrade | |
2017-09-17 | Changed Mononoki font to Hack font | Daniel J. Ramirez | |
2017-09-14 | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | |
Improved editor docs | |||
2017-09-14 | Changed source font to Mononoki. | Daniel J. Ramirez | |
2017-09-13 | Copyright: Document recastnavigation | Rémi Verschelde | |
2017-09-04 | Recast integration. | Saracen | |
2017-08-31 | Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thai | volzhs | |
2017-08-31 | Update source code pro font to 2.030 | volzhs | |
2017-08-31 | Merge pull request #10148 from leezh/pcre2 | Rémi Verschelde | |
Replacement of internal RegEx with PCRE2 | |||
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-27 | nanosvg: Document in COPYRIGHT.txt and thirdparty README.md | Rémi Verschelde | |
2017-08-27 | Copyright: Add etc2comp and small fixes | Rémi Verschelde | |
2017-08-27 | zstd: Update to upstream version 1.3.1 | Rémi Verschelde | |
It is now dual-licensed BSD-3-Clause and GPL-2.0, we use the former. The PATENTS file is no longer applicable \o/ Also add zstd to COPYRIGHT.txt | |||
2017-08-27 | stb: Update to upstream stb_truetype 1.17 and stb_vorbis 1.11 | Rémi Verschelde | |
Also fix documented OpenSSL version, it was updated to 1.0.2l in 67305d1b0a6dbcdb032d5a5a0e92122cf8f10b8d. | |||
2017-08-27 | libpng: Update to upstream version 1.6.32 | Rémi Verschelde | |
Fixes security vulnerability in our 1.6.31rc01 snapshot. | |||
2017-08-22 | minizip: Fix compatibility with Gentoo's unique zlib API | Rémi Verschelde | |
Fixes #10539 in a diplomatic way (as opposed to telling Gentoo users to just change their distro or rebuild zlib from upstream...). | |||
2017-08-20 | Added support for SVG | Daniel J. Ramirez | |
2017-08-19 | Replacement of internal RegEx with PCRE2 | Zher Huei Lee | |
The pattern and replacement matching behaviour has been changed purely due to the nature of switching to a standards-compliant library. One mistake in the previous behaviour was that named groups didn't have a number. This has been corrected. As names are actually just an alias of numbered groups, RegExMatch::get_name_dict() is now get_names() and is a dict referring to the group number it represents. Duplicate names are enabled and the with the first matching instance used. Due the lack of a suitable equivalent in PCRE2, RegExMatch::expand() was removed. | |||
2017-08-18 | minizip: Reapply Godot-specific changes for seek support | Rémi Verschelde | |
I have not assessed whether they are still all relevant. | |||
2017-08-18 | minizip: Sync with pristine contrib/minizip from zlib 1.2.4 | Rémi Verschelde | |
Godot-specific changes are undone in this commit, they will be readded and properly documented in the following commit. | |||
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-07-25 | zstd: Apply upstream patch to fix UWP ARM build | George Marques | |
Following upstream commit f04deff4fc | |||
2017-07-22 | zstd: Update to upstream version 1.3.0 | George Marques | |
2017-07-22 | libpng: Update to upstream version 1.6.31rc01 | Rémi Verschelde | |
Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722. | |||
2017-07-20 | Fix android export templates build | Ruslan Mustakov | |
This commit fixes errors occurring during Android export template builds. This required modification in third-party library (libpng) to compile with NEON. Most likely a similar patch will be applied by them and we could then replace the modified version. | |||
2017-07-14 | libpng: Update to upstream version 1.6.30 | Rémi Verschelde | |
2017-07-08 | Revert "Mark where ETC1 restriction needs to be done to speed up RGBA8 import" | Rémi Verschelde | |
This reverts commit 8b362b50094ccd332c6ee3d0853a6b9b49f70253. We should not apply our clang-format style to thirdparty code, it makes it impossible to maintain. | |||
2017-07-06 | Mark where ETC1 restriction needs to be done to speed up RGBA8 import | Juan Linietsky | |
2017-06-25 | Update freetype to 2.8 | volzhs | |
2017-06-14 | glad: Sync with upstream 0.1.14a0 | Rémi Verschelde | |
2017-06-13 | Merge pull request #8548 from tagcup/etc2comp | Juan Linietsky | |
Add ETC1/ETC2 compression support though etc2comp. | |||
2017-06-08 | Add zstd compression support. | Ferenc Arn | |
zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions. | |||
2017-05-31 | Add ETC1/ETC2 compression support though etc2comp. | Ferenc Arn | |
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457. | |||
2017-05-28 | opus: Update to upstream version 1.1.5 | Rémi Verschelde | |
2017-05-27 | openssl: Sync with upstream 1.0.2l | Rémi Verschelde | |
2017-05-27 | openssl: Reapply necessary UWP changes from patch | Rémi Verschelde | |
2017-05-27 | openssl: Define WIN32_LEAN_AND_MEAN on Windows | Rémi Verschelde | |
This avoids namespace collisions with things such as X509_NAME. Also force include of necessary definitions in `crypto/o_str.c` which seem missing on MSVC (but work on MinGW). | |||
2017-05-27 | openssl: Sync with pristine upstream 1.0.2h | Rémi Verschelde | |
Our necessary custom changes will be reapplied in later commits for clarity, and saved as patches for future updates. | |||
2017-05-27 | openssl: Document update process and delete unused files | Rémi Verschelde | |